diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-08-09 02:56:29 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-08-09 02:56:29 +0200 |
commit | 49f827b172dd3c07e3c4562a261557feb1ef03f6 (patch) | |
tree | c24e1ff26ccfcd4451de660e5307353b5d787b02 /assets | |
parent | 87ca0b50e624feacd2caff2057c5ebfb62a7977f (diff) | |
download | wcms-49f827b172dd3c07e3c4562a261557feb1ef03f6.tar.gz wcms-49f827b172dd3c07e3c4562a261557feb1ef03f6.zip |
Feature : Users may expire
- user have expiredate
- admins can set up this date
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/home.css | 8 | ||||
-rw-r--r-- | assets/css/terminal.css | 4 |
2 files changed, 9 insertions, 3 deletions
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; } |