Fix vertical alignment problems on component to add new resource allocations
FEA: ItEr77S04BugFixing
This commit is contained in:
parent
d6c2b27935
commit
25a9c12b6b
2 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@
|
|||
<textbox id="label_type_name"
|
||||
width="500px" value="@{controller.labelType.name}"
|
||||
constraint="no empty:${i18n:_('cannot be empty')}"
|
||||
onBlur="controller.updateWindowTitle()" />
|
||||
onBlur="controller.updateWindowTitle()" sclass="focus-element" />
|
||||
</row>
|
||||
<row>
|
||||
<label value="${i18n:_('Code')}" />
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@
|
|||
<!-- Multiple allocation selector -->
|
||||
<separator spacing="10px"/>
|
||||
|
||||
<hbox align="bottom" sclass="add-resources-or-criteria">
|
||||
<hbox align="center" sclass="add-resources-or-criteria">
|
||||
<newAllocationSelectorCombo id="newAllocationSelectorCombo" behaviour="NON_LIMITING"/>
|
||||
<button label="${i18n:_('Add')}" onClick="allocationController.onSelectWorkers(newAllocationSelectorCombo)"
|
||||
disabled="@{allocationController.isAnyManualOrTaskUpdatedFromTimesheets}" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue