1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-13 11:32:20 -05:00

Merge pull request #587 from WebSpider/dev-hover_filenames

Changing filename in Show overview: Complete filename is on hover only, saving valuable space.
This commit is contained in:
Nils 2014-06-01 23:47:34 +02:00
commit 0d54346cbd
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;
}

View File

@ -364,7 +364,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: