mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 10:33:38 +00:00
Fix apply specials fix only to displayShow page to not affect the calendar page.
This commit is contained in:
parent
883c83600c
commit
102263d974
2 changed files with 3 additions and 1 deletions
|
@ -1178,6 +1178,8 @@ span.snatched b {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: none;
|
border: none;
|
||||||
empty-cells: show;
|
empty-cells: show;
|
||||||
|
}
|
||||||
|
.sickbeardTable.display_show {
|
||||||
clear:both
|
clear:both
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -298,7 +298,7 @@
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<table class="sickbeardTable" cellspacing="0" border="0" cellpadding="0">
|
<table class="sickbeardTable display_show" cellspacing="0" border="0" cellpadding="0">
|
||||||
|
|
||||||
#set $curSeason = -1
|
#set $curSeason = -1
|
||||||
#set $odd = 0
|
#set $odd = 0
|
||||||
|
|
Loading…
Reference in a new issue