diff --git a/CHANGES.md b/CHANGES.md index 2cadd78e..b09fe48c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,9 @@ * Add option to treat anime releases that lack a quality tag as HDTV instead of "unknown" * Remove old version checking code that no longer applies to SickGear's release system * Fix pnotify notifications going full page +* Change overhaul Config Post Processing to be in line with General Configuration +* Change rearrange post processing items into sections for easier use +* Fix CSS overriding link colors on config pages [develop changelog] * Change descriptions and layout on Config/Anime page diff --git a/gui/slick/css/dark.css b/gui/slick/css/dark.css index 5b3636fc..87dc9c4f 100644 --- a/gui/slick/css/dark.css +++ b/gui/slick/css/dark.css @@ -211,7 +211,6 @@ inc_top.tmpl .ui-widget-content a:hover { color: #09A2FF; - text-decoration: none; } .ui-widget-header { diff --git a/gui/slick/css/light.css b/gui/slick/css/light.css index e09067f5..eeb03dfb 100644 --- a/gui/slick/css/light.css +++ b/gui/slick/css/light.css @@ -199,7 +199,15 @@ inc_top.tmpl background: #dcdcdc url("../css/lib/images/ui-bg_highlight-soft_75_dcdcdc_1x100.png") 50% top repeat-x; } -.ui-widget-header { +.ui-widget-content a { + color: rgb(42, 100, 150); +} + +.ui-widget-content a:hover { + color: #09A2FF; +} + +.ui-widget-header { background: #ffffff url("../css/lib/images/ui-bg_flat_0_ffffff_40x100.png") 50% 50% repeat-x; } diff --git a/gui/slick/css/style.css b/gui/slick/css/style.css index 5f902144..81ba3f02 100644 --- a/gui/slick/css/style.css +++ b/gui/slick/css/style.css @@ -3006,6 +3006,9 @@ span.token-input-delete-token { margin: 0 1px; } +.ui-widget-content a { + text-decoration: none; +} .red-text {color:#d33} .clear-left {clear:left} .nextline-block {display:block} diff --git a/gui/slick/interfaces/default/config_postProcessing.tmpl b/gui/slick/interfaces/default/config_postProcessing.tmpl index c9199aa4..3743ae1c 100644 --- a/gui/slick/interfaces/default/config_postProcessing.tmpl +++ b/gui/slick/interfaces/default/config_postProcessing.tmpl @@ -1,1044 +1,1057 @@ #import os.path #import sickbeard #from sickbeard.common import * +#from sickbeard.helpers import anon_url #from sickbeard import config #from sickbeard import metadata #from sickbeard.metadata.generic import GenericMetadata #from sickbeard import naming -#set global $title = "Config - Post Processing" -#set global $header = "Post Processing" +#set global $title = 'Config - Post Processing' +#set global $header = 'Post Processing' -#set global $sbPath="../.." +#set global $sbPath = '../..' -#set global $topmenu="config"# -#include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_top.tmpl") +#set global $topmenu = 'config' +#include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_top.tmpl') -