ItEr60S04ValidacionEProbasFuncionaisItEr59S04: Revamped styles of non limiting resources assignment window
This commit is contained in:
parent
e2aa3d3fae
commit
a9f45ae93a
2 changed files with 19 additions and 5 deletions
|
|
@ -1344,4 +1344,16 @@ tr.z-tree-row-seld .z-row-cnt {
|
|||
|
||||
.current-queue-information .z-grid-body {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.z-fieldset legend {
|
||||
color:#0F3B82;
|
||||
}
|
||||
|
||||
.z-fieldset {
|
||||
border: solid 1px #B1CBD5;
|
||||
margin-right:10px;
|
||||
margin-bottom:5px;
|
||||
margin-top:5px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -33,8 +33,8 @@
|
|||
<tabpanels>
|
||||
<tabpanel>
|
||||
<hbox align="end">
|
||||
<groupbox mold="3d" closable="false" height="170px">
|
||||
<caption label="${i18n:_('Order Element Information')}:" />
|
||||
<groupbox closable="false" height="170px">
|
||||
<caption label="${i18n:_('Order Element Information')}" />
|
||||
<vbox align="center">
|
||||
<grid id="orderElementHoursGrid">
|
||||
<columns>
|
||||
|
|
@ -60,8 +60,9 @@
|
|||
</vbox>
|
||||
</groupbox>
|
||||
|
||||
<groupbox mold="3d" style="margin-top: 5px" closable="false" width="320px" height="170px">
|
||||
<groupbox sclass="assignedresources" closable="false" width="310px" height="170px" >
|
||||
<caption label="${i18n:_('Allocation configuration')}" />
|
||||
|
||||
<hbox>
|
||||
<label value = "${i18n:_('Task start :')}" />
|
||||
<label value="@{allocationController.taskStart,converter='org.navalplanner.web.common.typeconverters.DateConverter'}" />
|
||||
|
|
@ -82,9 +83,10 @@
|
|||
onCheck="allocationController.onCheckExtendedView()"/>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
</hbox>
|
||||
|
||||
<groupbox mold="3d" style="margin-top: 5px" sclass="assignedresources" closable="false">
|
||||
<groupbox style="margin-top: 5px" sclass="assignedresources" closable="false">
|
||||
<caption label="${i18n:_('Allocations')}" />
|
||||
<grid id="allocationsGrid"
|
||||
model="@{allocationController.resourceAllocations}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue