diff --git a/CHANGES.md b/CHANGES.md index 3f7b34d8..dd1a0070 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -43,10 +43,11 @@ * Fix failing "Search Settings" link that is shown on Config/Search Providers when Torrents Search is not enabled * Fix failing "Providers" link on Config/Search Settings/Episode Search * Change case of labels in General Config/Interface/Timezone -* Split enabled from not enabled providers in the Configure Provider drop down on the Providers Options tab +* Split enabled from not enabled providers in the Configure Provider drop down on the Providers Options tab * Fix searches freezing due to unescaped ignored or required words * Add failed database to unit tests tear down function * Fix purging of database files in tear down function during unit tests +* Add ability to auto focus Search Show box on Home page and control this option via General Config/Interface [develop changelog] * Fix typo for commit "ShowData handler" i.e. SHA-1:3eec217 diff --git a/gui/slick/css/dark.css b/gui/slick/css/dark.css index d72fb0cf..1a86350b 100644 --- a/gui/slick/css/dark.css +++ b/gui/slick/css/dark.css @@ -538,10 +538,6 @@ home.tmpl margin-right: 5px; } -.search { - margin-bottom: 10px; -} - .ui-progressbar { height: 20px; line-height: 18px; diff --git a/gui/slick/css/light.css b/gui/slick/css/light.css index a110113c..01d2dfea 100644 --- a/gui/slick/css/light.css +++ b/gui/slick/css/light.css @@ -525,10 +525,6 @@ home.tmpl margin-right: 5px; } -.search { - margin-bottom: 10px; -} - .ui-progressbar { height: 20px; line-height: 18px; diff --git a/gui/slick/css/style.css b/gui/slick/css/style.css index 5a3870a8..447cc9fb 100644 --- a/gui/slick/css/style.css +++ b/gui/slick/css/style.css @@ -535,9 +535,13 @@ home.tmpl margin-right: 5px; } -.search { - margin-bottom: 10px; -} +#HomeLayout { margin-top: -35px; } +#HomeLayout.not-poster { height: 75px } +#HomeLayout div.not-poster { position:relative; top:38px; } +#HomeLayout span.not-poster { margin-top: -30px } +#HomeLayout.poster { margin-top: -35px; } +#HomeLayout span.poster { margin-bottom:10px } +#search_show_name { margin-top: 0 } .ui-progressbar { height: 20px; diff --git a/gui/slick/interfaces/default/config_general.tmpl b/gui/slick/interfaces/default/config_general.tmpl index 756d4d03..b5d186f9 100644 --- a/gui/slick/interfaces/default/config_general.tmpl +++ b/gui/slick/interfaces/default/config_general.tmpl @@ -215,6 +215,16 @@ +