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/css/home.css | |
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/css/home.css')
-rw-r--r-- | assets/css/home.css | 8 |
1 files changed, 7 insertions, 1 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; +} + |