mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-27 18:28:19 +00:00
QualityProfile dropbox positioned better.
This commit is contained in:
parent
49a059bdea
commit
7ebda928f8
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
Loading…
Reference in a new issue