diff --git a/NzbDrone.Web/Content/NzbDrone.css b/NzbDrone.Web/Content/NzbDrone.css index a24bb934a..58d512762 100644 --- a/NzbDrone.Web/Content/NzbDrone.css +++ b/NzbDrone.Web/Content/NzbDrone.css @@ -199,15 +199,6 @@ select, button, input[type="button"], input[type="submit"], input[type="reset"] margin: 0px; } - -#save_button:hover -{ - border-bottom-style: solid; - border-bottom-width: 5px; - border-bottom-color: #3C3C3C; /* Set padding to prevent fieldset border from moving when button is highlighted... WINNING! */ - padding-bottom: 2px; -} - .hiddenResult { display: none; diff --git a/NzbDrone.Web/Content/Settings.css b/NzbDrone.Web/Content/Settings.css index fc8d817e7..b8c24f9d1 100644 --- a/NzbDrone.Web/Content/Settings.css +++ b/NzbDrone.Web/Content/Settings.css @@ -95,9 +95,7 @@ p, h1, form, button{border:0; margin:0; padding:0;} border-bottom-style: solid; border-bottom-width: 4px; border-color: #3C3C3C; - /* Set padding to prevent fieldset border from moving when button is highlighted... WINNING! */ - padding-bottom: 0px; - padding-top: 4px; + padding-bottom: 2px; } #saveAjax