ItEr34S16CUVistaRecursosTempoEmpresaItEr30S11: Modified legend of company chart.

This commit is contained in:
Manuel Rego Casasnovas 2009-11-12 22:41:16 +01:00 committed by Javier Moran Rua
parent 63e7268ea1
commit 0e2ff0bec2
2 changed files with 12 additions and 0 deletions

View file

@ -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;

View file

@ -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>