mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-01 22:37:48 +00:00
Fixed up QualityProfile CSS.
This commit is contained in:
@@ -65,9 +65,9 @@
|
||||
{
|
||||
margin-top: 10px;
|
||||
margin-left: 7px;
|
||||
margin-right: 25px;
|
||||
float: left;
|
||||
margin-right: 20px;
|
||||
font-weight: bold;
|
||||
display: inline-block;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
@@ -79,10 +79,17 @@
|
||||
width:170px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
|
||||
.profileOptions input
|
||||
{
|
||||
margin-left: 10px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.profileOptions select
|
||||
{
|
||||
width:176px;
|
||||
width: 176px;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
.qualitySelector
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
@Html.LabelFor(x => x.Cutoff)
|
||||
@Html.DropDownListFor(m => m.Cutoff, new SelectList(Model.Allowed, Model.Cutoff))
|
||||
</div>
|
||||
<div class="qualitySelector">
|
||||
<div class="qualitySelectees">
|
||||
@Html.CheckBoxFor(m => m.Sdtv, new { @class = "quality-selectee" })
|
||||
@Html.LabelFor(m => m.Sdtv)
|
||||
@Html.CheckBoxFor(m => m.Dvd, new { @class = "quality-selectee" })
|
||||
|
||||
Reference in New Issue
Block a user