1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

QualityProfile dropbox positioned better.

This commit is contained in:
Mark McDowall 2011-05-11 00:07:20 -07:00
parent 49a059bdea
commit 7ebda928f8

View File

@ -23,7 +23,7 @@
</div> </div>
<div class="edit-group"> <div class="edit-group">
<div class="config-title">@Html.LabelFor(m => m.QualityProfileId)</div> <b>@Html.LabelFor(m => m.QualityProfileId)</b>
<div class="config-value">@Html.DropDownListFor(model => model.QualityProfileId, (SelectList)ViewData["SelectList"], new { style = "margin-right:216px" })</div> @Html.DropDownListFor(model => model.QualityProfileId, (SelectList)ViewData["SelectList"], new { style = "margin-left:40px" })
</div> </div>
</div> </div>