diff --git a/CHANGES.md b/CHANGES.md index 82a985d5..d41efc6e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -121,6 +121,7 @@ * Fix correctly display show runtime when available on the displayShow page * Fix correctly initialise IMDb id loaded from db * Fix loading shows from the DB that have NULL IMDb id +* Change order of snatched provider images to chronological on History layout compact and add ordinal indicators in the tooltips ### 0.7.2 (2015-03-10 17:05:00 UTC) diff --git a/gui/slick/css/style.css b/gui/slick/css/style.css index 05355d0f..78c5211d 100644 --- a/gui/slick/css/style.css +++ b/gui/slick/css/style.css @@ -1988,6 +1988,33 @@ h2.day, h2.network{ top:0 } +/* ======================================================================= +history.tmpl +========================================================================== */ + +#historyTable td, +#historyTable td.provider span{ + text-align:center +} + +#historyTable td.provider img{ + margin-right:3px +} + +#historyTable td img, +#historyTable td span{ + vertical-align:middle +} + +#historyTable td img.help, +#historyTable td span.help{ + cursor:help +} + +#historyTable td.tvShow{ + text-align:left +} + /* ======================================================================= cache.tmpl ========================================================================== */ diff --git a/gui/slick/interfaces/default/history.tmpl b/gui/slick/interfaces/default/history.tmpl index dcf7a0fc..15968955 100644 --- a/gui/slick/interfaces/default/history.tmpl +++ b/gui/slick/interfaces/default/history.tmpl @@ -7,13 +7,13 @@ #from sickbeard import sbdatetime #from sickbeard.providers import generic #from sickbeard.common import * -#set global $title="History" -#set global $header="History" -#set global $sbPath=".." -#set global $topmenu="history"# +#set global $title = 'History' +#set global $header = 'History' +#set global $sbPath = '..' +#set global $topmenu = 'history' #set $layout = $sickbeard.HISTORY_LAYOUT -#include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_top.tmpl") +#include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_top.tmpl')