diff --git a/gui/slick/css/posterlist.css b/gui/slick/css/posterlist.css index 1014400e..517a9084 100644 --- a/gui/slick/css/posterlist.css +++ b/gui/slick/css/posterlist.css @@ -83,18 +83,6 @@ border-radius: 0px; } -.show-details { - width: 180px; - padding-left: 4px; - padding-top: 4px; - cursor: default; -} - -.show-airby { - float: left; - width: 33%; -} - .show-add { text-shadow: 1px 1px #000; font-size: 11px; @@ -118,25 +106,11 @@ line-height: 34px; } -.show-network { - float: left; - width: 33%; - text-shadow: 1px 1px #000; - font-size: 11px; - text-align: center; -} - .show-network-image { - margin-top: 5px; width: 50px; height: auto; } -.show-quality { - float: left; - width: 33%; -} - .show-dlstats { text-shadow: 1px 1px #000; font-size: 11px; diff --git a/gui/slick/interfaces/default/home.tmpl b/gui/slick/interfaces/default/home.tmpl index 3a14ac49..cf37dc32 100644 --- a/gui/slick/interfaces/default/home.tmpl +++ b/gui/slick/interfaces/default/home.tmpl @@ -334,7 +334,7 @@ $myShowList.sort(lambda x, y: cmp(x.name, y.name)) #set $download_stat = str($cur_downloaded) #set $download_stat_tip = "Downloaded: " + str($cur_downloaded) #if $cur_snatched > 0: - #set $download_stat = download_stat + "+" + str($cur_snatched) + #set $download_stat = download_stat #set $download_stat_tip = download_stat_tip + " " + "Snatched: " + str($cur_snatched) #end if #set $download_stat = download_stat + " / " + str($cur_total) @@ -351,8 +351,22 @@ $myShowList.sort(lambda x, y: cmp(x.name, y.name)) #end if #set $progressbar_percent = $nom * 100 / $den + + #if "a" in sickbeard.DATE_PRESET: + #set $showheight = "344px" + #set $tableheight = "62px" + #else if "B" in sickbeard.DATE_PRESET: + #set $showheight = "374px" + #set $tableheight = "92px" + #else if "A" in sickbeard.DATE_PRESET: + #set $showheight = "344px" + #set $tableheight = "62px" + #else + #set $showheight = "323px" + #set $tableheight = "42px" + #end if -
+
@@ -382,41 +396,45 @@ $myShowList.sort(lambda x, y: cmp(x.name, y.name)) }); //--> - -
-
- #if $cur_airs_next - #set $ldatetime = $network_timezones.parse_date_time($cur_airs_next,$curShow.airs,$curShow.network) -
Next Ep: $sbdatetime.sbdatetime.sbfdate($ldatetime)
- #else if $curShow.status != "Ended" and int($curShow.paused) == 1: -
Paused
- #else if $curShow.status: -
$curShow.status
- #else -
?
- #end if -
-
- #if $curShow.network: - $curShow.network - #else: - $curShow.network - #end if -
- -
- $download_stat -
- #if $curShow.quality in $qualityPresets: - $qualityPresetStrings[$curShow.quality] - #else: - Custom - #end if -
-
- -
+ + + + + + + + + + + + +
+ #if $cur_airs_next + #set $ldatetime = $network_timezones.parse_date_time($cur_airs_next,$curShow.airs,$curShow.network) +
Next Ep: $sbdatetime.sbdatetime.sbfdate($ldatetime)
+ #else if $curShow.status != "Ended" and int($curShow.paused) == 1: +
Paused
+ #else if $curShow.status: +
$curShow.status
+ #else +
?
+ #end if +
+ #if $curShow.network: + $curShow.network + #else: + $curShow.network + #end if + + $download_stat +
+ #if $curShow.quality in $qualityPresets: + $qualityPresetStrings[$curShow.quality] + #else: + Custom + #end if +