ItEr37S16RFMaquetacionDesenhoAplicacionItEr36S18: Small space optimizations in allocations worker search

This commit is contained in:
Lorenzo Tilve 2009-12-06 20:45:06 +01:00 committed by Javier Moran Rua
parent 6e06d3d609
commit 9bb1175d4c
3 changed files with 15 additions and 8 deletions

View file

@ -415,8 +415,8 @@ div.z-errbox {
}
/* ------ Overridden norrmoz.css.dsp styles ------ */
.z-label,.z-radio-cnt,.z-checkbox-cnt,.z-slider-pp,input.button,input.file,.z-loading,.z-errbox
{
.z-label,.z-radio-cnt,.z-checkbox-cnt,.z-slider-pp,input.button,input.file,.z-loading,.z-errbox,
div.z-tree-footer-cnt, div.z-tree-cell-cnt, div.z-tree-col-cnt {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
@ -980,3 +980,8 @@ padding: 10px;
-moz-background-origin:padding;
background: transparent url(/navalplanner-webapp/zkau/web/zkex/zul/img/layout/borderlayout-hm.png) repeat-x scroll 0 0;
}
.allocation-criterion-selector span.z-dottree-ico,
.allocation-criterion-selector span.z-dottree-line {
min-height:14px;
}

View file

@ -83,7 +83,8 @@
<window id="resourceAllocationWindow"
apply="${allocationController}" closable="true"
title="${i18n:_('Resource allocation')}" width="600px" visible="false">
title="${i18n:_('Resource allocation')}" width="650px" visible="false"
border="normal">
<tabbox mold="accordion">
<tabs>

View file

@ -34,12 +34,13 @@
</radiogroup>
</hbox>
<hbox>
<vbox>
<vbox sclass="allocation-criterion-selector">
<!-- Criteria -->
<label value="${i18n:_('Criteria')}" />
<tree id="criterionsTree" width="280px"
rows="10" vflex="true" multiple="true"
model="@{selectorController.criterions}">
<tree id="criterionsTree" width="300px"
rows="21" vflex="true" multiple="true"
model="@{selectorController.criterions}"
zclass="z-dottree">
<treecols>
<treecol label="Name" />
</treecols>
@ -54,7 +55,7 @@
<!--Matchings -->
<label value="${i18n:_('Found workers')}"/>
<listbox id="listBoxWorkers" width="250px" rows="10"
<listbox id="listBoxWorkers" width="270px" rows="18"
vflex="true" multiple="true"
itemRenderer="@{selectorController.listitemRenderer}">
<listhead>