Shahar Havivi has uploaded a new change for review. Change subject: ui: combobox label wrong alignment ......................................................................
ui: combobox label wrong alignment The combobox label is too short which make the text overlay over the selection in editable mode. Change-Id: Iefafe0240d15fe9e2a0e741e4804b2b6c1a40e87 Bug-Url: https://bugzilla.redhat.com/1139201 Signed-off-by: Shahar Havivi <shah...@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/ComboBox.ui.xml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/44/32644/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/ComboBox.ui.xml b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/ComboBox.ui.xml index d4a0f32..818ffa3 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/ComboBox.ui.xml +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/ComboBox.ui.xml @@ -23,7 +23,7 @@ } .textBoxWidget { - width: 208px; + width: 212px; } .textBoxInput { -- To view, visit http://gerrit.ovirt.org/32644 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iefafe0240d15fe9e2a0e741e4804b2b6c1a40e87 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <shav...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches