mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-11 23:38:40 +00:00
fix checkbox styles
This commit is contained in:
parent
d806764fdd
commit
f67e745b4e
|
|
@ -352,7 +352,7 @@ label.radio, label.checkbox {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
margin-right: 10px;
|
margin-right: 5px;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border: 1px solid var(--input-border-active);
|
border: 1px solid var(--input-border-active);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,10 @@ div.sticky, section.sticky {
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.checkbox+span.checkbox {
|
||||||
|
margin-left: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.input-control {
|
.input-control {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
|
|
@ -3170,6 +3170,8 @@ div.sticky, section.sticky {
|
||||||
.form-group label {
|
.form-group label {
|
||||||
font-size: .9rem;
|
font-size: .9rem;
|
||||||
flex: 0 0 100%; }
|
flex: 0 0 100%; }
|
||||||
|
.form-group span.checkbox + span.checkbox {
|
||||||
|
margin-left: 1.5rem; }
|
||||||
.form-group .input-control {
|
.form-group .input-control {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -3787,7 +3789,7 @@ label.radio, label.checkbox {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
margin-right: 10px;
|
margin-right: 5px;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border: 1px solid var(--input-border-active); }
|
border: 1px solid var(--input-border-active); }
|
||||||
label.radio .checkmark:after, label.checkbox .checkmark:after {
|
label.radio .checkmark:after, label.checkbox .checkmark:after {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user