Tomas Jelinek has uploaded a new change for review. Change subject: webadmin: fixed paddings of the type ahead list boxes ......................................................................
webadmin: fixed paddings of the type ahead list boxes The type ahead list boxes are supposed to look similar than the regular list boxes. There was a difference that the padding of the text inside was different for the regular and the type ahead. Change-Id: Iaaca5c38ace95d93ebcdfc7a4b7847c7e0ed9493 Bug-Url: https://bugzilla.redhat.com/1166061 Signed-off-by: Tomas Jelinek <[email protected]> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/editor/ListModelTypeAheadListBox.ui.xml 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/91/36891/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/editor/ListModelTypeAheadListBox.ui.xml b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/editor/ListModelTypeAheadListBox.ui.xml index 74a726a..dc4c29b 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/editor/ListModelTypeAheadListBox.ui.xml +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/editor/ListModelTypeAheadListBox.ui.xml @@ -17,6 +17,7 @@ width: 100%; vertical-align: top; height: 15px; + padding-left: 4px; } .imagesWrapper { -- To view, visit http://gerrit.ovirt.org/36891 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iaaca5c38ace95d93ebcdfc7a4b7847c7e0ed9493 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
