Fix vertical alignment problems on component to add new resource allocations

FEA: ItEr77S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2012-12-13 10:47:17 +01:00
parent d6c2b27935
commit 25a9c12b6b
2 changed files with 2 additions and 2 deletions

View file

@ -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')}" />

View file

@ -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}" />