diff --git a/CHANGES.md b/CHANGES.md index fad0b878..5c2517c1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -102,6 +102,7 @@ * Change to always display branch and commit hash on 'Help & Info' page * Add option to create season search exceptions from editShow page * Change sab to use requests library +* Add "View Changes" to tools menu ### 0.10.0 (2015-08-06 11:05:00 UTC) diff --git a/gui/slick/css/dark.css b/gui/slick/css/dark.css index 715cb0ec..5b35a874 100644 --- a/gui/slick/css/dark.css +++ b/gui/slick/css/dark.css @@ -528,6 +528,15 @@ h2.day, h2.network{ border-color:#8DBEEE } +/* ======================================================================= +viewchanges.tmpl +========================================================================== */ +#changes{ + color:rgb(255,255,255); + background-color:rgb(61,61,61); + border:1px solid rgb(17,17,17) +} + /* ======================================================================= config*.tmpl ========================================================================== */ diff --git a/gui/slick/css/light.css b/gui/slick/css/light.css index 258ca6d3..2b99452f 100644 --- a/gui/slick/css/light.css +++ b/gui/slick/css/light.css @@ -510,6 +510,15 @@ h2.day, h2.network{ border-color:#C7DB40 } +/* ======================================================================= +viewchanges.tmpl +========================================================================== */ +#changes{ + color:rgb(51,51,51); + background-color:rgb(245,245,245); + border:1px solid rgb(204,204,204) +} + /* ======================================================================= config*.tmpl ========================================================================== */ diff --git a/gui/slick/css/style.css b/gui/slick/css/style.css index ae724e74..ee1b3765 100644 --- a/gui/slick/css/style.css +++ b/gui/slick/css/style.css @@ -2103,6 +2103,36 @@ td.col-cache{ width:20px } +/* ======================================================================= +viewchanges.tmpl +========================================================================== */ +#changes{ + display:block; + padding:9.5px; + border-radius:4px 4px 4px 4px; + font:12px/13px "Open Sans",verdana,sans-serif +} + +#changes .release{ + margin:15px 5px 6px 0; + padding-bottom:3px; + border-bottom:1px solid gray +} + +#changes .ver{font:16px/17px "Open Sans",verdana,sans-serif;margin-right:0.2em;} +#changes .old{padding-top:15px} + +#changes div{margin:0 0 8px} +#changes .btn-text{width:5em;margin-right:0.2em;float:left} +#changes .change-text{display:block;margin-left:5.5em;padding-top:2px} + +.change-add{background-color:rgb(63,127,0)} +.change-change{background-color:rgb(91,153,13)} +.change-fix{background-color:rgb(38,114,182)} +.change-port{background-color:rgb(102,102,102)} +.change-remove{} +.change-update{background-color:rgb(98,25,147)} + /* ======================================================================= config*.tmpl @@ -2630,6 +2660,7 @@ span.path{ line-height:18px } +span.btn-text, span.quality{ font:12px/13px "Open Sans", verdana, sans-serif; background-image:-webkit-linear-gradient(top, rgba(255, 255, 255, 0.08),rgba(255, 255, 255, 0) 50%,rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0.25)); diff --git a/gui/slick/interfaces/default/inc_top.tmpl b/gui/slick/interfaces/default/inc_top.tmpl index 9177b287..02d2c25f 100644 --- a/gui/slick/interfaces/default/inc_top.tmpl +++ b/gui/slick/interfaces/default/inc_top.tmpl @@ -168,9 +168,11 @@