diff --git a/NzbDrone.Web/Content/NzbDrone.css b/NzbDrone.Web/Content/NzbDrone.css index d9cb39f44..cc521d950 100644 --- a/NzbDrone.Web/Content/NzbDrone.css +++ b/NzbDrone.Web/Content/NzbDrone.css @@ -77,7 +77,7 @@ hr display: block; float: left; height: 26px; - padding: 0px 5px 6px 5px; + padding: 0px 5px 7px 5px; text-decoration: none; text-align: center; text-transform: lowercase; diff --git a/NzbDrone.Web/Content/QualitySettings.css b/NzbDrone.Web/Content/QualitySettings.css index c4483fa51..e8c605f6d 100644 --- a/NzbDrone.Web/Content/QualitySettings.css +++ b/NzbDrone.Web/Content/QualitySettings.css @@ -3,10 +3,8 @@ overflow: auto; } -#bottom +#profileContainer { - margin-top: -10px; - margin-left: 15px; overflow: auto; } @@ -122,6 +120,7 @@ { clear: both; padding-bottom: 20px; + width: 600px; } .slider-container diff --git a/NzbDrone.Web/Views/AddSeries/Index.cshtml b/NzbDrone.Web/Views/AddSeries/Index.cshtml index 95d797c53..93441fd34 100644 --- a/NzbDrone.Web/Views/AddSeries/Index.cshtml +++ b/NzbDrone.Web/Views/AddSeries/Index.cshtml @@ -17,16 +17,4 @@ Add Series
@{ Html.RenderAction("ExistingSeries", "AddSeries"); }
- -@*
- -
- @{ Html.RenderAction("AddNew", "AddSeries"); } -
-
- @{ Html.RenderAction("ExistingSeries", "AddSeries"); } -
-
*@ \ No newline at end of file + \ No newline at end of file diff --git a/NzbDrone.Web/Views/Settings/Quality.cshtml b/NzbDrone.Web/Views/Settings/Quality.cshtml index a12afeb5d..db14d83fc 100644 --- a/NzbDrone.Web/Views/Settings/Quality.cshtml +++ b/NzbDrone.Web/Views/Settings/Quality.cshtml @@ -14,6 +14,10 @@ @Html.DescriptionFor(m => m.DefaultQualityProfileId) @Html.DropDownListFor(m => m.DefaultQualityProfileId, Model.QualityProfileSelectList, new { @class = "inputClass" }) + + +
+

Sizes

SDTV @@ -64,9 +68,7 @@
-
- -
+

Profiles

-
-
+ + +
+ } @section Scripts{ @@ -92,6 +95,10 @@