diff --git a/CHANGES.md b/CHANGES.md index ea6731fe..fd73a7a5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -66,7 +66,8 @@ * Remove restriction to not display snatched eps link in footer on Episode Overview page * Change the shows episodes count text colour to visually separete from year numbers at the end of show names * Change to add clarity to the subtitle and other columns on the Mass Update page -* Change to improve clarity with "Limited backlog search" on the Config/Search Settings page +* Change to improve clarity with "Recent search" and "Limited backlog" on the Config/Search Settings page +* Change vertical alignment of input fields to be inline with text * Add tooltips to explain why any the 6 action columns are disabled when required on the Mass Update page * Change to reclaimed screen estate by hiding unused columns on the Mass Update page * Change order of option on Mass Edit page to be inline with show edit page diff --git a/gui/slick/css/style.css b/gui/slick/css/style.css index 8fcd06cc..0438bed9 100644 --- a/gui/slick/css/style.css +++ b/gui/slick/css/style.css @@ -1899,6 +1899,10 @@ config*.tmpl padding:12px 0 } +#config .linefix div.field-pair{ + padding:6px 0 12px 0 +} + #config div.field-pair select, #config div.field-pair input{ margin-right:6px @@ -1922,6 +1926,26 @@ config*.tmpl line-height:24px } +.stepDiv.linefix span.component-title, +#config .linefix span.component-title{ + line-height:29px !important +} + +.stepDiv.linefix span.component-desc, +#config .linefix span.component-desc{ + line-height:30px +} + +.stepDiv.linefix span.component-desc .note, +#config .linefix span.component-desc .note{ + line-height:18px +} + +.stepDiv.linefix span.component-desc p, +#config .linefix span.component-desc p{ + margin-bottom:0 +} + .stepDiv span.component-title.input{ line-height:30px } @@ -2158,11 +2182,6 @@ config_postProcessing.tmpl background-color:#dfdede } -.legend{ - position:relative; - top:2px -} - #failed-guide, #failed-guide .title, #failed-guide li{ @@ -2197,7 +2216,7 @@ config_notifications.tmpl div.metadata_options_wrapper{ float:left; - width:190px + width:196px } div.metadata_example_wrapper{ @@ -2209,6 +2228,10 @@ div.metadata_example_wrapper h4{ margin:0 0 10px } +#config .linefix div.metadata_options input[type=checkbox]{ + margin-top:4px +} + div.metadata_options{ overflow:auto; background:#f5f1e4; @@ -2232,7 +2255,7 @@ div.metadata_options label, div.metadata_example label{ line-height:21px; display:block; - padding:3px; + padding:3px 6px; margin:0 } div.metadata_options input{ @@ -3092,6 +3115,21 @@ input sizing (for config pages) margin-top:-4px } +.stepDiv.linefix .select,.stepDiv.linefix .btn-inline,.stepDiv.linefix .input75,.stepDiv.linefix .input100,.stepDiv.linefix .input150,.stepDiv.linefix .input200,.stepDiv.linefix .input250,.stepDiv.linefix .input300,.stepDiv.linefix .input350, +#config .linefix .select,#config .linefix .btn-inline,#config .linefix .input75,#config .linefix .input100,#config .linefix .input150,#config .linefix .input200,#config .linefix .input250,#config .linefix .input300,#config .linefix .input350{ + margin-top:0 +} + +.stepDiv.linefix input[type=radio],.stepDiv.linefix input[type=checkbox], +#config .linefix input[type=radio],#config .linefix input[type=checkbox]{ + margin-top:0.7em +} + +.stepDiv.linefix input[type=button], +#config .linefix input[type=button]{ + margin-top:1px +} + /* ======================================================================= browser.css ========================================================================== */ diff --git a/gui/slick/interfaces/default/config_postProcessing.tmpl b/gui/slick/interfaces/default/config_postProcessing.tmpl index 7de2aeeb..5277ecfe 100644 --- a/gui/slick/interfaces/default/config_postProcessing.tmpl +++ b/gui/slick/interfaces/default/config_postProcessing.tmpl @@ -27,7 +27,7 @@ #set $selected = 'selected="selected" class="selected"'