//
This commit is contained in:
parent
32fb55b81b
commit
2c14514808
1 changed files with 38 additions and 23 deletions
|
|
@ -683,12 +683,6 @@
|
|||
width: min(10vw, 12.5rem);
|
||||
height: min(7vw, 9rem);
|
||||
}
|
||||
/*
|
||||
.webbpm.ervu_dashboard .child-block-business .graph-chart .chart-content {
|
||||
width: min(8vw, 10rem);
|
||||
height: min(7vw, 9rem);
|
||||
}
|
||||
*/
|
||||
.webbpm.ervu_dashboard :is(.graph-donut, .graph-donut-large) {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
@ -889,11 +883,6 @@
|
|||
.webbpm.ervu_dashboard .parent-block .child-block + * {
|
||||
flex: 1;
|
||||
}
|
||||
/*
|
||||
.webbpm.ervu_dashboard .parent-block .child-block.child-block-marital {
|
||||
flex: 0;
|
||||
}
|
||||
*/
|
||||
.webbpm.ervu_dashboard .parent-block .donut-absolute-row ervu-chart-v2 {
|
||||
justify-content: flex-end;
|
||||
margin-top: -70px;
|
||||
|
|
@ -1228,7 +1217,7 @@
|
|||
.webbpm.ervu_dashboard ag-grid-angular .ag-root .ag-cell .ag-cell-wrapper {
|
||||
overflow: hidden;
|
||||
}
|
||||
.webbpm.ervu_dashboard ag-grid-angular .ag-overlay-loading-center {
|
||||
.webbpm.ervu_dashboard ag-grid-angular .ag-overlay-loading-center {
|
||||
margin-top: 40px;
|
||||
}
|
||||
.webbpm.ervu_dashboard :is(.ag-overlay-loading-center, .tooltip-default, .tooltip.show .tooltip-inner) {
|
||||
|
|
@ -1388,6 +1377,14 @@
|
|||
.webbpm.ervu_dashboard.citizen .search-block .filter-group > div {
|
||||
height: 100%;
|
||||
}
|
||||
.webbpm.ervu_dashboard.citizen .search-block .tab-search-fio > div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.webbpm.ervu_dashboard.citizen .search-block .tab-search-fio > div > vbox:not(.search-btns) {
|
||||
position: relative;
|
||||
flex: 1;
|
||||
}
|
||||
.webbpm.ervu_dashboard.citizen .search-block.search-add-params tab-container .tab-active > div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
@ -1416,7 +1413,8 @@
|
|||
.webbpm.ervu_dashboard.citizencard .pers-block .nav-tabs,
|
||||
.webbpm.ervu_dashboard.citizencard .pers-block .nav-tabs ~ .tab-active,
|
||||
.webbpm.ervu_dashboard.citizen .search-block.search-add-params .tab-vertical .nav-tabs,
|
||||
.webbpm.ervu_dashboard.citizen .search-block.search-add-params .tab-vertical .nav-tabs ~ .tab-active {
|
||||
.webbpm.ervu_dashboard.citizen .search-block.search-add-params .tab-vertical .nav-tabs ~ .tab-active,
|
||||
.webbpm.ervu_dashboard.citizen .search-block .tab-search-fio > div > vbox:not(.search-btns) > div {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
|
|
@ -1480,12 +1478,6 @@
|
|||
width: 12.5rem;
|
||||
height: 9rem;
|
||||
}
|
||||
/*
|
||||
.webbpm.ervu_dashboard .child-block-business .graph-chart .chart-content {
|
||||
width: 9.375rem;
|
||||
height: 6.75rem;
|
||||
}
|
||||
*/
|
||||
.webbpm.ervu_dashboard .graph-donut .chart-content {
|
||||
width: 11rem;
|
||||
height: 11rem;
|
||||
|
|
@ -1498,6 +1490,18 @@
|
|||
width: 18.5rem;
|
||||
height: 18.5rem;
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard .search-block .child-block:first-child {
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
.webbpm.ervu_dashboard.citizen .search-block.search-add-params .tab-vertical + .search-btns {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
overflow: visible;
|
||||
}
|
||||
.webbpm.ervu_dashboard.citizen .search-block.search-add-params .tab-vertical .nav-tabs {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
|
|
@ -1596,6 +1600,7 @@
|
|||
margin-left: 1.75rem !important;
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard.citizen .container-inside,
|
||||
.webbpm.ervu_dashboard.citizencard .container-inside {
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
@ -1603,26 +1608,36 @@
|
|||
.webbpm.ervu_dashboard .pers-block .horizontal-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
.webbpm.ervu_dashboard .search-block .grid {
|
||||
min-height: 300px;
|
||||
}
|
||||
.webbpm.ervu_dashboard.citizencard .pers-block .nav-tabs,
|
||||
.webbpm.ervu_dashboard.citizencard .pers-block .nav-tabs ~ .tab-active {
|
||||
.webbpm.ervu_dashboard.citizencard .pers-block .nav-tabs ~ .tab-active,
|
||||
.webbpm.ervu_dashboard.citizen .search-block.search-add-params .tab-vertical .nav-tabs,
|
||||
.webbpm.ervu_dashboard.citizen .search-block.search-add-params .tab-vertical .nav-tabs ~ .tab-active,
|
||||
.webbpm.ervu_dashboard.citizen .search-block .tab-search-fio > div > vbox:not(.search-btns) > div {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
overflow: visible;
|
||||
}
|
||||
.webbpm.ervu_dashboard.citizencard .pers-block .nav-tabs {
|
||||
.webbpm.ervu_dashboard.citizencard .pers-block .nav-tabs,
|
||||
.webbpm.ervu_dashboard.citizen .search-block.search-add-params .tab-vertical .nav-tabs {
|
||||
padding-right: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
.webbpm.ervu_dashboard.citizencard .pers-block .nav-tabs ~ .tab-active {
|
||||
.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: 0;
|
||||
}
|
||||
.webbpm.ervu_dashboard.citizen .search-block.search-add-params .tab-vertical + .search-btns {
|
||||
width: 100%;
|
||||
}
|
||||
.webbpm.ervu_dashboard .pers-block .child-block:nth-child(2) .horizontal-container vbox,
|
||||
.webbpm.ervu_dashboard .pers-block .child-block:nth-child(2) .horizontal-container text {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
grid-checkbox
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue