diff --git a/CHANGES.md b/CHANGES.md index 9f463eb7..9aab7b63 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -32,6 +32,7 @@ * Change Show List progress bar code, smaller page load, efficient use of js render engine * Change values used for date sorting on home page and episode view for improved compatibility with posix systems * Change response handling in downloaders to simplify logic. +* Change reduce html payload across page template files [develop changelog] Fix issue changing a custom show list group name that is in use. The bug resulted in the db containing stale group names diff --git a/gui/slick/css/style.css b/gui/slick/css/style.css index da88aa60..268b70a4 100644 --- a/gui/slick/css/style.css +++ b/gui/slick/css/style.css @@ -557,6 +557,10 @@ home.tmpl margin-right:5px } +.imgsmallposter.small{ + font-size:100% +} + #HomeLayout{margin-top:-35px} #HomeLayout.not-poster{height:75px} #HomeLayout div.not-poster{position:relative;top:38px} @@ -627,6 +631,17 @@ home.tmpl border-radius:3px } +.yes, +.no{ + display:inline-block; + vertical-align:middle; + width:16px; + height:16px +} + +.yes{background-image:url("../images/yes16.png")} +.no{background-image:url("../images/no16.png")} + #container{ margin:0 auto } @@ -817,6 +832,21 @@ td.tvShow a:hover{ color:#428BCA } + +#rename th, #rename td, +#failed th, #failed td, +#backlog th, #backlog td, +#show-list th, #show-list td { + text-align:center +} + +#rename th.text-left, #rename td.text-left, +#failed th.text-left, #failed td.text-left, +#backlog th.text-left, #backlog td.text-left, +#show-list th.text-left, #show-list td.text-left { + text-align:left +} + /* ======================================================================= home_addShows.tmpl ========================================================================== */ @@ -1615,6 +1645,10 @@ td.col-search{ width:46px } +#testRenameTable tbody td.col-checkbox, +#testRenameTable tbody td.col-ep {width:1%;vertical-align:middle} +#testRenameTable tbody td.col-name {width:49%} + .input-scene{ height:20px; line-height:1.5; @@ -1631,7 +1665,7 @@ td.col-search{ episodeView.tmpl ========================================================================== */ -.sort_data{ +.sort-data{ display:none } diff --git a/gui/slick/interfaces/default/404.tmpl b/gui/slick/interfaces/default/404.tmpl index 42da8b52..533d24ef 100644 --- a/gui/slick/interfaces/default/404.tmpl +++ b/gui/slick/interfaces/default/404.tmpl @@ -1,33 +1,19 @@ #import sickbeard - +## #set global $title = '404' - #set global $sbPath = '..' - #set global $topmenu = '404' +## #import os.path #include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_top.tmpl') - - -
- - - +