ItEr34S16CUVistaRecursosTempoEmpresaItEr30S11: Modified legend of company chart.
This commit is contained in:
parent
63e7268ea1
commit
0e2ff0bec2
2 changed files with 12 additions and 0 deletions
|
|
@ -549,6 +549,13 @@ div.z-grid {
|
|||
margin-right:5px;
|
||||
}
|
||||
|
||||
.legend .overload {
|
||||
border-top:solid 1px #00FF00;
|
||||
height:7px;
|
||||
width:25px;
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
.legend .other {
|
||||
background-color:#00FF00;
|
||||
height:10px;
|
||||
|
|
|
|||
|
|
@ -32,6 +32,11 @@
|
|||
<n:label>${i18n:_('Total capability')}</n:label>
|
||||
</hbox>
|
||||
|
||||
<hbox pack="center" sclass="legend-row">
|
||||
<n:div class="overload"/>
|
||||
<n:label>${i18n:_('Overload')}</n:label>
|
||||
</hbox>
|
||||
|
||||
<hbox pack="center" sclass="legend-row">
|
||||
<n:div class="load" />
|
||||
<n:label>${i18n:_('Assigned load')}</n:label>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue