|
|
|
@ -210,12 +210,16 @@ body.rtl {
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.simple_form .check_boxes .checkbox label,
|
|
|
|
|
.simple_form .input.with_label.boolean label.checkbox {
|
|
|
|
|
.simple_form .check_boxes .checkbox label {
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
padding-right: 25px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.simple_form .input.with_label.boolean label.checkbox {
|
|
|
|
|
padding-left: 25px;
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.simple_form .check_boxes .checkbox input[type="checkbox"],
|
|
|
|
|
.simple_form .input.boolean input[type="checkbox"] {
|
|
|
|
|
left: auto;
|
|
|
|
|