From 0b985834eea5429e35705111368acae7500a3562 Mon Sep 17 00:00:00 2001 From: Nils Vogels Date: Sun, 18 May 2014 00:35:49 +0200 Subject: [PATCH] Changing filename in Show overview: Complete filename is on hover only, to save space --- gui/slick/css/default.css | 5 +++-- gui/slick/interfaces/default/displayShow.tmpl | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gui/slick/css/default.css b/gui/slick/css/default.css index abff4f01..e4e21804 100644 --- a/gui/slick/css/default.css +++ b/gui/slick/css/default.css @@ -445,7 +445,8 @@ input:not(.btn){margin-right:6px;margin-top:5px;padding-top:4px;padding-bottom:4 } .sickbeardTable td.filename { -width: 30%; +width: 10%; +text-align: center; } @@ -1871,4 +1872,4 @@ pre { background: white; width: 270px; height: 220px; -} \ No newline at end of file +} diff --git a/gui/slick/interfaces/default/displayShow.tmpl b/gui/slick/interfaces/default/displayShow.tmpl index d6e3e8be..93f72bb3 100644 --- a/gui/slick/interfaces/default/displayShow.tmpl +++ b/gui/slick/interfaces/default/displayShow.tmpl @@ -278,7 +278,11 @@ #elif $epLoc and (not $epLoc.lower().startswith($show._location.lower()) or not $show._location): #set $epLoc = os.path.basename($epLoc) #end if +#if $epLoc != "" and $epLoc != None: +[details] +#else $epLoc +#end if #if $sickbeard.USE_SUBTITLES and $show.subtitles: