Merge pull request #49 from creative-commoners/pulls/3.1/fix-checkbox-holders-in-userforms

FIX Do not apply checkbox or radio formatting to the field holders
This commit is contained in:
Damian Mooyman 2018-01-12 10:46:13 +13:00 committed by GitHub
commit 9518f430b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,