From 7ebda928f8f57cbf89c2b7bd526d56baf469f15a Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 11 May 2011 00:07:20 -0700 Subject: [PATCH] QualityProfile dropbox positioned better. --- NzbDrone.Web/Views/Series/EditorTemplates/SeriesModel.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NzbDrone.Web/Views/Series/EditorTemplates/SeriesModel.cshtml b/NzbDrone.Web/Views/Series/EditorTemplates/SeriesModel.cshtml index f94536b92..bfb6910be 100644 --- a/NzbDrone.Web/Views/Series/EditorTemplates/SeriesModel.cshtml +++ b/NzbDrone.Web/Views/Series/EditorTemplates/SeriesModel.cshtml @@ -23,7 +23,7 @@
-
@Html.LabelFor(m => m.QualityProfileId)
-
@Html.DropDownListFor(model => model.QualityProfileId, (SelectList)ViewData["SelectList"], new { style = "margin-right:216px" })
+ @Html.LabelFor(m => m.QualityProfileId) + @Html.DropDownListFor(model => model.QualityProfileId, (SelectList)ViewData["SelectList"], new { style = "margin-left:40px" })
\ No newline at end of file