Changing filename in Show overview: Complete filename is on hover only, to save space

This commit is contained in:
Nils Vogels 2014-05-18 00:35:49 +02:00
parent 3a08af6661
commit 0b985834ee
2 changed files with 7 additions and 2 deletions

View File

@ -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;
}
}

View File

@ -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:
<a href="#" title="$epLoc">[details]</a>
#else
$epLoc
#end if
</small>
</td>
#if $sickbeard.USE_SUBTITLES and $show.subtitles: