ItEr34S16CUVistaRecursosTempoEmpresaItEr30S11: Modified legend of order chart.
This commit is contained in:
parent
b3209d8d47
commit
096fd5091b
2 changed files with 24 additions and 0 deletions
|
|
@ -556,6 +556,20 @@ div.z-grid {
|
|||
margin-right:5px;
|
||||
}
|
||||
|
||||
.legend .overload-order {
|
||||
border-top:solid 1px #00FFFF;
|
||||
height:7px;
|
||||
width:25px;
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
.legend .overload-other {
|
||||
border-top:solid 1px #FFFF00;
|
||||
height:7px;
|
||||
width:25px;
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
.legend .other {
|
||||
background-color:#00FF00;
|
||||
height:10px;
|
||||
|
|
|
|||
|
|
@ -32,6 +32,16 @@
|
|||
<n:label>${i18n:_('Capability')}</n:label>
|
||||
</hbox>
|
||||
|
||||
<hbox pack="center" sclass="legend-row">
|
||||
<n:div class="overload-other"/>
|
||||
<n:label>${i18n:_('Overload due to other')}</n:label>
|
||||
</hbox>
|
||||
|
||||
<hbox pack="center" sclass="legend-row">
|
||||
<n:div class="overload-order"/>
|
||||
<n:label>${i18n:_('Overload due to order')}</n:label>
|
||||
</hbox>
|
||||
|
||||
<hbox pack="center" sclass="legend-row">
|
||||
<n:div class="other"/>
|
||||
<n:label>${i18n:_('Other assignments')}</n:label>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue