FIX Do not apply checkbox or radio formatting to the field holders

This commit is contained in:
Robbie Averill 2017-07-17 15:39:47 +12:00
parent 3cf638c170
commit a923428998

View File

@ -62,12 +62,13 @@ textarea {
/* Radio and Checkbox */ /* Radio and Checkbox */
.field .checkbox, .field .radio { .field .checkbox:not(.field),
.field .radio:not(.field) {
float: left; float: left;
width: 13px; width: 13px;
height: 13px; height: 13px;
margin-right: 6px; margin-right: 6px;
margin-top: 3px; margin-top: 5px;
padding: 0; padding: 0;
} }
.checkbox label.right, .checkbox label.right,