Overhaul Config Post Processing.

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.
This commit is contained in:
Supremicus 2014-11-17 10:17:37 +10:00 committed by JackDandy
parent 463df59b05
commit be92776792
5 changed files with 1005 additions and 979 deletions

View file

@ -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

View file

@ -211,7 +211,6 @@ inc_top.tmpl
.ui-widget-content a:hover {
color: #09A2FF;
text-decoration: none;
}
.ui-widget-header {

View file

@ -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;
}

View file

@ -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}

File diff suppressed because it is too large Load diff