restructured CSS to allow for full-width tag reference on narrow preset inputs.

This commit is contained in:
Saman Bemel-Benrud
2013-03-26 15:03:33 -04:00
parent 79a4a3b92c
commit 8e2eb73010
+10 -4
View File
@@ -971,10 +971,16 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
height: 65px;
}
.form-field-levels,
.form-field-elevation,
.form-field.checkselect {
width: 60%;
.form-field-levels label,
.form-field-elevation label,
.form-field.checkselect label {
margin-right: 50%;
}
.form-field-levels input,
.form-field-elevation input,
.form-field.checkselect input {
width: 50%;
}
.form-field-name input {