align-bottom

This commit is contained in:
m.epshtein 2025-06-04 17:45:44 +03:00
parent 29ef89c5bb
commit 929ab09de0
2 changed files with 11 additions and 4 deletions

View file

@ -8,6 +8,13 @@
height: 100%;
}
.webbpm.ervu_dashboard .align-bottom {
display: flex;
}
.webbpm.ervu_dashboard .align-bottom > * {
justify-content: flex-end;
}
.webbpm.ervu_dashboard text > div > div:last-of-type {
overflow: visible;
}
@ -94,11 +101,11 @@
background-color: var(--color-text-primary);
}
.webbpm.ervu_dashboard .radio-horizontal input[type="radio"] + span {
margin-left: var(--indent-base);
margin-left: var(--indent-small);
font-size: var(--size-text-primary);
}
.webbpm.ervu_dashboard .radio-horizontal .form-radio-group + .form-radio-group {
margin-left: var(--indent-xlarge);
margin-left: var(--indent-large);
}
.webbpm.ervu_dashboard .bread-crumb .form-group {
@ -1757,7 +1764,7 @@
/* Special pages */
.webbpm.ervu_dashboard #total_registered_second .child-block:nth-child(1) {
flex: 0;
flex: 1.2;
}
.webbpm.ervu_dashboard #total_registered_second .child-block:nth-child(2) {
flex: 1.4;

View file

@ -337,7 +337,7 @@ body.webbpm.ervu_dashboard {
--indent-xmini: calc(0.2*var(--w-content)); /*4px*/
--h-header: calc(3.9*var(--w-content)); /*78*/
--w-screen: calc(2.9*var(--w-content)); /*40*/
--w-screen: calc(2*var(--w-content)); /*40*/
--b-height: calc(3.4*var(--w-content)); /*68*/
}
.webbpm.ervu_dashboard .header-logo .logo,