check-box fix

This commit is contained in:
m.epshtein 2025-06-05 11:55:52 +03:00
parent 929ab09de0
commit 4ecb60e710

View file

@ -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;
}