Fixed up QualityProfile CSS.

pull/4/head
Mark McDowall 13 years ago
parent 0f5e7c4265
commit ff4d90eef3

@ -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" })

Loading…
Cancel
Save