Fix some styling issues when editing usr_preferences (specifically CF prefs).

3.1
Andreas Granig 14 years ago
parent 99dbcd9819
commit ff63674c0a

@ -68,11 +68,19 @@ a:hover {
height: 26px;
}
.content li.ui-state-default.high {
height: 91px;
}
.content li.ui-state-default div {
margin: 3px auto 3px auto;
height: 20px;
}
.content li.ui-state-default div label {
font-weight: normal;
}
.content .ui-button-icon-only .ui-button-text,
.content .ui-button-icons-only .ui-button-text {
padding: 0;

@ -48,7 +48,7 @@
|| preference.key == "cfb"
|| preference.key == "cft"
|| preference.key == "cfna" %]
<li class="ui-state-default">
<li class="ui-state-default high">
<div class="span-6" title="[% preference.description %]">[% preference.key %]:</div>
<div class="span-10 last">
[% IF edit_preferences %]

Loading…
Cancel
Save