check-box fix
This commit is contained in:
parent
929ab09de0
commit
4ecb60e710
1 changed files with 4 additions and 10 deletions
|
|
@ -40,16 +40,15 @@
|
|||
.webbpm.ervu_dashboard .form-group {
|
||||
margin-bottom: var(--indent-base);
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard check-box {
|
||||
padding: 0;
|
||||
}
|
||||
.webbpm.ervu_dashboard check-box label {
|
||||
width: min-content !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
.webbpm.ervu_dashboard check-box label span {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 1.75rem; /*28*/
|
||||
height: 1.75rem; /*28*/
|
||||
padding: 2px;
|
||||
|
|
@ -69,7 +68,6 @@
|
|||
}
|
||||
.webbpm.ervu_dashboard check-box + text {
|
||||
color: var(--color-text-secondary);
|
||||
margin-left: var(--indent-large) !important;
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard .radio-horizontal label {
|
||||
|
|
@ -1775,9 +1773,6 @@
|
|||
.webbpm.ervu_dashboard #total_registered_second .child-block:nth-child(4) {
|
||||
flex: 1.4;
|
||||
}
|
||||
.webbpm.ervu_dashboard #milregistration .parent-block > div > vbox:nth-child(1) {
|
||||
flex: 0;
|
||||
}
|
||||
.webbpm.ervu_dashboard #appeals .parent-block > div > vbox:nth-child(1) {
|
||||
flex: 2;
|
||||
}
|
||||
|
|
@ -1807,7 +1802,6 @@
|
|||
.webbpm.ervu_dashboard #convicts .parent-block {
|
||||
flex: 1;
|
||||
}
|
||||
.webbpm.ervu_dashboard #milregistration .parent-block > div > vbox:nth-child(1),
|
||||
.webbpm.ervu_dashboard #convicts .parent-block > div > vbox:nth-child(1) {
|
||||
flex: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue