test
This commit is contained in:
parent
0cd9fba647
commit
6306735c1f
1 changed files with 16 additions and 1 deletions
|
|
@ -1836,6 +1836,21 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
/* test */
|
||||
.webbpm.ervu_dashboard .container-inside > div {
|
||||
height: 100%;
|
||||
}
|
||||
.webbpm.ervu_dashboard .container-inside > div > div[id] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
.webbpm.ervu_dashboard .container-inside > div > div[id] > vbox:first-child,
|
||||
.webbpm.ervu_dashboard .container-inside .parent-block {
|
||||
flex-grow: 1;
|
||||
}
|
||||
/* test */
|
||||
|
||||
.webbpm.ervu_dashboard [page-citizen],
|
||||
.webbpm.ervu_dashboard #citizen,
|
||||
.webbpm.ervu_dashboard [page-citizen_all_filters],
|
||||
|
|
@ -1936,7 +1951,7 @@
|
|||
}
|
||||
.webbpm.ervu_dashboard.citizencard .pers-block .nav-tabs ~ .tab-active,
|
||||
.webbpm.ervu_dashboard.citizen .search-block.search-add-params .tab-vertical .nav-tabs ~ .tab-active {
|
||||
left: 23.75rem + var(--indent-large);
|
||||
left: calc(23.75rem + var(--indent-large));
|
||||
}
|
||||
/* end - Special pages */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue