Tomas Jelinek has uploaded a new change for review. Change subject: webadmin: vm name field is misaligned on "new vm" pop up window ......................................................................
webadmin: vm name field is misaligned on "new vm" pop up window The mistake happend during the backport. The patch to master branch (http://gerrit.ovirt.org/#/c/31034) contains the configuration of the "nameEditorContent" as "width: 238px", while the backport patch (http://gerrit.ovirt.org/#/c/31159) contains the width: "230px". This patch fixes this backport mistake to make also the 3.5 version 238px width. Change-Id: I05dba94b33a72ae0644b4f543d257efed52a3fb4 Bug-Url: https://bugzilla.redhat.com/1133995 Signed-off-by: Tomas Jelinek <[email protected]> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/AbstractVmPopupWidget.ui.xml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/15/32515/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/AbstractVmPopupWidget.ui.xml b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/AbstractVmPopupWidget.ui.xml index 49ae766..a7661e2 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/AbstractVmPopupWidget.ui.xml +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/AbstractVmPopupWidget.ui.xml @@ -240,7 +240,7 @@ .nameEditorContent { float: right !important; - width: 230px; + width: 238px; padding-left: 5px; padding-right: 5px; } -- To view, visit http://gerrit.ovirt.org/32515 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I05dba94b33a72ae0644b4f543d257efed52a3fb4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Tomas Jelinek <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
