From e8566a57cf1b9cc2eed10429f27840d17da945ef Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sun, 23 Dec 2018 18:20:57 +0100 Subject: feature users --- assets/css/home.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'assets/css/home.css') diff --git a/assets/css/home.css b/assets/css/home.css index 540651a..8ce48ca 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -52,10 +52,6 @@ a:hover { color: white; } -div#massedit { - display: none; -} - #options ul { list-style: none; padding-inline-start: 0; @@ -227,6 +223,15 @@ main.media code { padding: 1px; } + + +main.user table form { + display: inline-block; +} + + + + @media (max-width: 600px) { main.home .summary, main.home .linkfrom, main.home .linkto, main.home .delete, main.home .datecreation, main.home .date, main.home .log, main.home .secure, main.home .tag { display: none; -- cgit v1.2.3