diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/home.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index 1c2edfb..b19ea24 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%; @@ -589,3 +598,4 @@ footer { + |