mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
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:
commit
9518f430b3
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user