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
1 changed files with 12 additions and 11 deletions

View File

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