Fixed up QualityProfile CSS.

This commit is contained in:
Mark McDowall 2011-12-08 18:34:10 -08:00
parent 0f5e7c4265
commit ff4d90eef3
2 changed files with 12 additions and 5 deletions

View File

@ -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

View File

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