diff --git a/NzbDrone.Web/Content/NzbDrone.css b/NzbDrone.Web/Content/NzbDrone.css index e1b6da29a..8c38379ef 100644 --- a/NzbDrone.Web/Content/NzbDrone.css +++ b/NzbDrone.Web/Content/NzbDrone.css @@ -180,18 +180,30 @@ input[type=text], select height: 20px; } -select, button, input[type="button"], input[type="submit"], input[type="reset"] +select { height: 26px; min-width: 50px; margin-left: 10px; } -/*This allows us to override center the text on the jQuery UI Buttons when we set the height above*/ +button, input[type="button"], input[type="submit"], input[type="reset"] +{ + margin-left: 10px; +} + +/*select, button, input[type="button"], input[type="submit"], input[type="reset"] +{ + height: 26px; + min-width: 50px; + margin-left: 10px; +} + +/*This allows us to override center the text on the jQuery UI Buttons when we set the height above* button span, input[type="button"] span, input[type="submit"] span, input[type="reset"] span { margin-top: -3px; -} +}*/ .listButton { diff --git a/NzbDrone.Web/Views/AddSeries/ExistingSeries.cshtml b/NzbDrone.Web/Views/AddSeries/ExistingSeries.cshtml index 266883ba6..bea0ec078 100644 --- a/NzbDrone.Web/Views/AddSeries/ExistingSeries.cshtml +++ b/NzbDrone.Web/Views/AddSeries/ExistingSeries.cshtml @@ -29,6 +29,11 @@ { display: block; } + + .existingSeriesContainer + { + position: relative; + } @if (Model.ExistingSeries.Count == 0) @@ -55,12 +60,12 @@ else @Html.Label(series.Item1) -
- +
+ @Html.Hidden("seriesId", series.Item3, new { @class = "seriesId" }) @Html.DropDownList(Guid.NewGuid().ToString(), Model.Quality, new { @class = "qualitySelector" }) - +
} diff --git a/NzbDrone.Web/Views/AddSeries/RootDir.cshtml b/NzbDrone.Web/Views/AddSeries/RootDir.cshtml index 18fad1f0e..2bacaf919 100644 --- a/NzbDrone.Web/Views/AddSeries/RootDir.cshtml +++ b/NzbDrone.Web/Views/AddSeries/RootDir.cshtml @@ -1,13 +1,4 @@