Alona Kaplan has uploaded a new change for review. Change subject: webadmin: VM dialog- nic name and vnic profile drop down should be aligned ......................................................................
webadmin: VM dialog- nic name and vnic profile drop down should be aligned Change-Id: I327c85d42b61b83ce0bf5cdc203a97f34cb719f8 Bug-Url: https://bugzilla.redhat.com/1131436 Signed-off-by: Alona Kaplan <alkap...@redhat.com> (cherry picked from commit 2dae71732abe3c578f71a39b58d070c8cd90e7a8) --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/profile/ProfileInstanceTypeEditor.ui.xml 1 file changed, 5 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/93/32693/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/profile/ProfileInstanceTypeEditor.ui.xml b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/profile/ProfileInstanceTypeEditor.ui.xml index 0d8491f..476482d 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/profile/ProfileInstanceTypeEditor.ui.xml +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/profile/ProfileInstanceTypeEditor.ui.xml @@ -24,9 +24,13 @@ width: 310px; margin-right: 10px; } + + .panelStyle { + line-height: 30px; + } </ui:style> - <g:FlowPanel> + <g:FlowPanel addStyleNames="{style.panelStyle}"> <l:LabelWithTextOverflow ui:field="vnicLabel" addStyleNames="{style.labelStyle}" /> <p:ProfileEditor ui:field="profileEditor" addStyleNames="{style.containerStyle}" /> </g:FlowPanel> -- To view, visit http://gerrit.ovirt.org/32693 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I327c85d42b61b83ce0bf5cdc203a97f34cb719f8 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Alona Kaplan <alkap...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches