ERVU-433
This commit is contained in:
parent
62ee10b133
commit
920284a506
2 changed files with 13 additions and 0 deletions
|
|
@ -475,6 +475,15 @@
|
||||||
.webbpm.ervu_business_metrics .graph-legend-right .text-wrap text {
|
.webbpm.ervu_business_metrics .graph-legend-right .text-wrap text {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.webbpm.ervu_business_metrics .graph-legend-right .text-wrap text.level-1 {
|
||||||
|
padding-left: var(--level-1);
|
||||||
|
}
|
||||||
|
.webbpm.ervu_business_metrics .graph-legend-right .text-wrap text.level-2 {
|
||||||
|
padding-left: var(--level-2);
|
||||||
|
}
|
||||||
|
.webbpm.ervu_business_metrics .graph-legend-right .text-wrap text.level-3 {
|
||||||
|
padding-left: var(--level-3);
|
||||||
|
}
|
||||||
.webbpm.ervu_business_metrics .graph-legend-right .text-wrap text > .form-group > div:last-of-type {
|
.webbpm.ervu_business_metrics .graph-legend-right .text-wrap text > .form-group > div:last-of-type {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
@ -482,6 +491,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.webbpm.ervu_business_metrics .graph-text-hidden {
|
.webbpm.ervu_business_metrics .graph-text-hidden {
|
||||||
height: calc(var(--size-text-primary)*1.5);
|
height: calc(var(--size-text-primary)*1.5);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,9 @@
|
||||||
--indent-mini: 8px;
|
--indent-mini: 8px;
|
||||||
--indent-xmini: 4px;
|
--indent-xmini: 4px;
|
||||||
|
|
||||||
|
--level-1: 24px;
|
||||||
|
--level-2: calc(2*var(--level-1));
|
||||||
|
--level-3: calc(3*var(--level-1));
|
||||||
--h-header: 68px;
|
--h-header: 68px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue