checkbox form-group: fix spacing
This commit is contained in:
parent
691f2006b2
commit
3883dd0e68
2 changed files with 1 additions and 18 deletions
12
app/assets/stylesheets/bootstrap.css
vendored
12
app/assets/stylesheets/bootstrap.css
vendored
|
@ -1738,18 +1738,6 @@ input[type="search"] {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.radio input[type="radio"],
|
|
||||||
.radio-inline input[type="radio"],
|
|
||||||
.checkbox input[type="checkbox"],
|
|
||||||
.checkbox-inline input[type="checkbox"] {
|
|
||||||
position: absolute;
|
|
||||||
margin-top: 4px \9;
|
|
||||||
margin-left: -20px;
|
|
||||||
}
|
|
||||||
.radio + .radio,
|
|
||||||
.checkbox + .checkbox {
|
|
||||||
margin-top: -5px;
|
|
||||||
}
|
|
||||||
.radio-inline,
|
.radio-inline,
|
||||||
.checkbox-inline {
|
.checkbox-inline {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
@ -5939,7 +5939,7 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkbox.form-group .controls label {
|
.checkbox.form-group .controls label {
|
||||||
padding: 3px 0 3px 20px;
|
padding: 2px 0;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
@ -5949,11 +5949,6 @@ footer {
|
||||||
@extend .u-clickable;
|
@extend .u-clickable;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkbox.form-group input[type=checkbox] {
|
|
||||||
margin-top: 7px;
|
|
||||||
vertical-align: bottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
.userSearch-label {
|
.userSearch-label {
|
||||||
margin: 11px 10px 0 0;
|
margin: 11px 10px 0 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue