]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Added extra width for time and prevented wrapping when locale uses AM/PM.
authorAdrian Strilchuk <adrian.strilchuk@gmail.com>
Fri, 23 Oct 2015 14:09:22 +0000 (10:09 -0400)
committerJaroslav Kysela <perex@perex.cz>
Mon, 26 Oct 2015 11:13:27 +0000 (12:13 +0100)
src/webui/static/app/ext.css

index 2c452de282ccc762f06c147188d974fcac6df38c..d365c334e1fb41d8265ae0db55d3037632f6bd5c 100644 (file)
 
 .x-nice-time {
     display: inline-block;
-    width: 4em;
+    width: 6em;
     text-align: right;
+    white-space: nowrap;
 }
 
 .x-epg-title {