QualityProfile dropbox positioned better.

This commit is contained in:
Mark McDowall 2011-05-11 00:07:20 -07:00
parent 49a059bdea
commit 7ebda928f8
1 changed files with 2 additions and 2 deletions

View File

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