mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-39354 Theme - Keep base and bootstrapbase in-sync
Add 7px margin-right to checkboxes and radio buttons
This commit is contained in:
parent
89dc06570d
commit
b587727065
@ -307,6 +307,7 @@ input[type="checkbox"] + label {
|
||||
input[type="radio"],
|
||||
input[type="checkbox"] {
|
||||
margin-top: -4px; // Dodgy hack, must be better way.
|
||||
margin-right: 7px;
|
||||
}
|
||||
.singleselect {
|
||||
display: inline-block;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user