From 49f827b172dd3c07e3c4562a261557feb1ef03f6 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Fri, 9 Aug 2019 02:56:29 +0200 Subject: Feature : Users may expire - user have expiredate - admins can set up this date --- assets/css/home.css | 8 +++++++- assets/css/terminal.css | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'assets') diff --git a/assets/css/home.css b/assets/css/home.css index 928b34b..8d43330 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -75,6 +75,8 @@ p { } + + tr:hover { background-color: grey; color: white; @@ -120,7 +122,7 @@ main.admin input, select, textarea { } main section { - max-width: 800px; + width: fit-content; margin: 1%; } @@ -304,6 +306,10 @@ main.user table form { display: inline-block; } +main.user td { + white-space: nowrap; +} + diff --git a/assets/css/terminal.css b/assets/css/terminal.css index ae26ff0..1ab9408 100644 --- a/assets/css/terminal.css +++ b/assets/css/terminal.css @@ -15,12 +15,12 @@ body { } div#topbar, article#main, main.media div, main.home div#options, main.info nav, main article, h1, h2, main.info article h4, textarea, input { - background:transparent; + background:black; border-color: white; } .editor div#leftbar, .editor #edittopbar, .editor div#rightbar, details, .editor .tabs { - background:transparent; + background:black; border-color: white; } -- cgit v1.2.3