From de939de88e1ed166d827616e3d17a22fe549202a Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 30 Jan 2020 16:38:00 +0100 Subject: home date title and manual update --- assets/css/home.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'assets/css') diff --git a/assets/css/home.css b/assets/css/home.css index fdf6e5b..2e53703 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -159,6 +159,15 @@ table img.favicon { } +td.title { + max-width: 150px; + overflow: hidden; + text-overflow: ellipsis; +} + +td label, td time {white-space: nowrap;} + + body { margin: 0; height: 100%; @@ -583,3 +592,4 @@ footer { + -- cgit v1.2.3