mirror of
https://github.com/moparisthebest/SickRage
synced 2025-03-04 10:29:52 -05:00
Changing filename in Show overview: Complete filename is on hover only, to save space
This commit is contained in:
parent
3a08af6661
commit
0b985834ee
@ -445,7 +445,8 @@ input:not(.btn){margin-right:6px;margin-top:5px;padding-top:4px;padding-bottom:4
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sickbeardTable td.filename {
|
.sickbeardTable td.filename {
|
||||||
width: 30%;
|
width: 10%;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1871,4 +1872,4 @@ pre {
|
|||||||
background: white;
|
background: white;
|
||||||
width: 270px;
|
width: 270px;
|
||||||
height: 220px;
|
height: 220px;
|
||||||
}
|
}
|
||||||
|
@ -278,7 +278,11 @@
|
|||||||
#elif $epLoc and (not $epLoc.lower().startswith($show._location.lower()) or not $show._location):
|
#elif $epLoc and (not $epLoc.lower().startswith($show._location.lower()) or not $show._location):
|
||||||
#set $epLoc = os.path.basename($epLoc)
|
#set $epLoc = os.path.basename($epLoc)
|
||||||
#end if
|
#end if
|
||||||
|
#if $epLoc != "" and $epLoc != None:
|
||||||
|
<a href="#" title="$epLoc">[details]</a>
|
||||||
|
#else
|
||||||
$epLoc
|
$epLoc
|
||||||
|
#end if
|
||||||
</small>
|
</small>
|
||||||
</td>
|
</td>
|
||||||
#if $sickbeard.USE_SUBTITLES and $show.subtitles:
|
#if $sickbeard.USE_SUBTITLES and $show.subtitles:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user