From: Adrian Strilchuk Date: Fri, 23 Oct 2015 14:09:22 +0000 (-0400) Subject: Added extra width for time and prevented wrapping when locale uses AM/PM. X-Git-Tag: v4.2.1~1766 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8e8dd8e75b5176fd8871e7e5e26ca2b6b58fcc5;p=thirdparty%2Ftvheadend.git Added extra width for time and prevented wrapping when locale uses AM/PM. --- diff --git a/src/webui/static/app/ext.css b/src/webui/static/app/ext.css index 2c452de28..d365c334e 100644 --- a/src/webui/static/app/ext.css +++ b/src/webui/static/app/ext.css @@ -578,8 +578,9 @@ .x-nice-time { display: inline-block; - width: 4em; + width: 6em; text-align: right; + white-space: nowrap; } .x-epg-title {