mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-24 08:44:46 +00:00
Fixed up QualityProfile CSS.
This commit is contained in:
parent
0f5e7c4265
commit
ff4d90eef3
2 changed files with 12 additions and 5 deletions
|
@ -65,9 +65,9 @@
|
||||||
{
|
{
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-left: 7px;
|
margin-left: 7px;
|
||||||
margin-right: 25px;
|
margin-right: 20px;
|
||||||
float: left;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
display: inline-block;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -80,9 +80,16 @@
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.profileOptions input
|
||||||
|
{
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-bottom: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.profileOptions select
|
.profileOptions select
|
||||||
{
|
{
|
||||||
width: 176px;
|
width: 176px;
|
||||||
|
margin-bottom: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.qualitySelector
|
.qualitySelector
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
@Html.LabelFor(x => x.Cutoff)
|
@Html.LabelFor(x => x.Cutoff)
|
||||||
@Html.DropDownListFor(m => m.Cutoff, new SelectList(Model.Allowed, Model.Cutoff))
|
@Html.DropDownListFor(m => m.Cutoff, new SelectList(Model.Allowed, Model.Cutoff))
|
||||||
</div>
|
</div>
|
||||||
<div class="qualitySelector">
|
<div class="qualitySelectees">
|
||||||
@Html.CheckBoxFor(m => m.Sdtv, new { @class = "quality-selectee" })
|
@Html.CheckBoxFor(m => m.Sdtv, new { @class = "quality-selectee" })
|
||||||
@Html.LabelFor(m => m.Sdtv)
|
@Html.LabelFor(m => m.Sdtv)
|
||||||
@Html.CheckBoxFor(m => m.Dvd, new { @class = "quality-selectee" })
|
@Html.CheckBoxFor(m => m.Dvd, new { @class = "quality-selectee" })
|
||||||
|
|
Loading…
Reference in a new issue