mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 08:53:37 +00:00
Changing filename in Show overview: Complete filename is on hover only, to save space
This commit is contained in:
parent
3a08af6661
commit
0b985834ee
2 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue