style formGroup--halfSize & checkbox labels
This commit is contained in:
parent
a4ff19aaa8
commit
b48f5c164a
1 changed files with 36 additions and 6 deletions
|
@ -427,7 +427,8 @@ h5 {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label,
|
||||||
|
.checkbox.form-group label {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: #999;
|
color: #999;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -437,6 +438,19 @@ label {
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fieldset {
|
||||||
|
margin: 0 -4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
fieldset .form-group {
|
||||||
|
padding: 0 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
fieldset > *:not(.form-group) .form-control {
|
||||||
|
margin-left: 4px;
|
||||||
|
margin-right: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
.form-group + .form-group {
|
.form-group + .form-group {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
@ -451,6 +465,15 @@ label {
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-group:not(.formGroup--halfSize) {
|
||||||
|
clear: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group.formGroup--halfSize {
|
||||||
|
width: 50%;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
input[type="radio"],
|
input[type="radio"],
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -460,7 +483,8 @@ input[type=text],
|
||||||
input[type=password],
|
input[type=password],
|
||||||
input[type=email],
|
input[type=email],
|
||||||
textarea,
|
textarea,
|
||||||
.form-control {
|
.form-control,
|
||||||
|
.checkbox.form-group .checkbox {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -3687,8 +3711,11 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkbox.form-group .checkbox {
|
.checkbox.form-group .checkbox {
|
||||||
margin: 10px 0 0;
|
margin-top: 0;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
height: auto;
|
||||||
|
padding-bottom: 2px;
|
||||||
|
background: hsl(210,17%,98%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkbox.form-group label {
|
.checkbox.form-group label {
|
||||||
|
@ -3697,17 +3724,20 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkbox.form-group .controls label {
|
.checkbox.form-group .controls label {
|
||||||
padding-left: 20px;
|
padding: 3px 0 3px 20px;
|
||||||
display: block;
|
display: block;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
margin-bottom: 0;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-transform: inherit;
|
text-transform: inherit;
|
||||||
|
letter-spacing: 0;
|
||||||
@extend .u-clickable;
|
@extend .u-clickable;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkbox.form-group input[type=checkbox] {
|
.checkbox.form-group input[type=checkbox] {
|
||||||
margin-top: 1px;
|
margin-top: 3px;
|
||||||
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
.userSearch {
|
.userSearch {
|
||||||
|
@ -3787,7 +3817,7 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-item + .btn {
|
.form-item + .btn {
|
||||||
margin-left: 15px;
|
margin-left: 23px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollPageHeader {
|
.scrollPageHeader {
|
||||||
|
|
Loading…
Reference in a new issue