ItEr37S16RFMaquetacionDesenhoAplicacionItEr36S18: Changed accordion mold appearance in resource allocation window

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

View file

@ -973,3 +973,10 @@ padding: 10px;
.toolbar-box .z-label {
color:#0068B1;
}
.z-tab-accordion-hm, .z-tab-accordion-hr, .z-tab-accordion-hl {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background: transparent url(/navalplanner-webapp/zkau/web/zkex/zul/img/layout/borderlayout-hm.png) repeat-x scroll 0 0;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -85,10 +85,10 @@
apply="${allocationController}" closable="true"
title="${i18n:_('Resource allocation')}" width="600px" visible="false">
<tabbox mold="accordion-lite">
<tabbox mold="accordion">
<tabs>
<tab id="tbResourceAllocation" label="${i18n:_('Resource allocation')}" image="common/img/ico_bajar.png"/>
<tab id="workerSearchTab" label="${i18n:_('Worker search')}" image="common/img/ico_bajar.png"/>
<tab id="tbResourceAllocation" label="${i18n:_('Resource allocation')}" image="common/img/collapse.gif" />
<tab id="workerSearchTab" label="${i18n:_('Worker search')}" image="common/img/collapse.gif"/>
</tabs>
<tabpanels>
<tabpanel>
@ -182,12 +182,12 @@
<!-- Control buttons -->
<hbox>
<button label="${i18n:_('Accept')}"
onClick="allocationController.accept()" />
<button label="${i18n:_('Apply')}" id="applyButton" />
onClick="allocationController.accept()" sclass="save-button global-action" />
<button label="${i18n:_('Apply')}" id="applyButton" sclass="global-action" />
<button label="${i18n:_('Cancel')}"
onClick="allocationController.cancel()" />
onClick="allocationController.cancel()" sclass="cancel-button global-action" />
<button label="${i18n:_('Advanced Allocation')}"
onClick="allocationController.goToAdvancedAllocation();" />
onClick="allocationController.goToAdvancedAllocation();" sclass="global-action" />
</hbox>
</window>