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 +++++++++---- assets/css/read/003.css | 9 --------- assets/css/read/base.css | 8 -------- assets/css/read/blanc.css | 9 --------- assets/css/read/deux.css | 8 -------- 5 files changed, 9 insertions(+), 38 deletions(-) delete mode 100644 assets/css/read/003.css delete mode 100644 assets/css/read/base.css delete mode 100644 assets/css/read/blanc.css delete mode 100644 assets/css/read/deux.css (limited to 'assets') 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; diff --git a/assets/css/read/003.css b/assets/css/read/003.css deleted file mode 100644 index 7dd8f17..0000000 --- a/assets/css/read/003.css +++ /dev/null @@ -1,9 +0,0 @@ -body { - font-family: serif; - background-color: white; -} - -span.alert { - background-color: #d00000; - color: white; -} \ No newline at end of file diff --git a/assets/css/read/base.css b/assets/css/read/base.css deleted file mode 100644 index 561963a..0000000 --- a/assets/css/read/base.css +++ /dev/null @@ -1,8 +0,0 @@ -body { - font-family: sans-serif; -} - -span.alert { - background-color: #d00000; - color: white; -} \ No newline at end of file diff --git a/assets/css/read/blanc.css b/assets/css/read/blanc.css deleted file mode 100644 index 7dd8f17..0000000 --- a/assets/css/read/blanc.css +++ /dev/null @@ -1,9 +0,0 @@ -body { - font-family: serif; - background-color: white; -} - -span.alert { - background-color: #d00000; - color: white; -} \ No newline at end of file diff --git a/assets/css/read/deux.css b/assets/css/read/deux.css deleted file mode 100644 index cd44f4f..0000000 --- a/assets/css/read/deux.css +++ /dev/null @@ -1,8 +0,0 @@ -body { - font-family: serif; -} - -span.alert { - background-color: #d00000; - color: white; -} \ No newline at end of file -- cgit v1.2.3