mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
FIX Do not apply checkbox or radio formatting to the field holders
This commit is contained in:
parent
3cf638c170
commit
a923428998
@ -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