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 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'assets/css/home.css') 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; +} + -- cgit v1.2.3