mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
Merge remote-tracking branch 'origin/3.1'
This commit is contained in:
commit
09c670976e
@ -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