MDL-39354 Theme - Keep base and bootstrapbase in-sync

Add 7px margin-right to checkboxes and radio buttons
This commit is contained in:
Damyon Wiese 2013-04-30 16:17:16 +08:00
parent 89dc06570d
commit b587727065
2 changed files with 2 additions and 1 deletions

View File

@ -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