fix form checkboxes
This commit is contained in:
parent
b208807c33
commit
7238f2ba5f
1 changed files with 27 additions and 1 deletions
|
@ -420,7 +420,9 @@ label {
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:not([type=submit]),
|
input[type=text],
|
||||||
|
input[type=password],
|
||||||
|
input[type=email],
|
||||||
textarea,
|
textarea,
|
||||||
.form-control {
|
.form-control {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -3414,6 +3416,30 @@ footer {
|
||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.checkbox.form-group .checkbox {
|
||||||
|
margin: 10px 0 0;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.checkbox.form-group label {
|
||||||
|
padding: 0 2px;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
.checkbox.form-group .controls label {
|
||||||
|
padding-left: 20px;
|
||||||
|
display: block;
|
||||||
|
font: inherit;
|
||||||
|
font-size: 13px;
|
||||||
|
color: inherit;
|
||||||
|
text-transform: inherit;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.checkbox.form-group input[type=checkbox] {
|
||||||
|
margin-top: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
----------------
|
----------------
|
||||||
|
|
Loading…
Reference in a new issue