Tomas Jelinek has uploaded a new change for review. Change subject: webadmin: prestarted VM and increase num of VMs restyled ......................................................................
webadmin: prestarted VM and increase num of VMs restyled Edit pool dialog, prestarted VMs and increase num of VMs incorreclty styled. The sizes where hard coded. The problem become visible after the dialog has been shrinked. After unfolding the "Advanced Parameters", the scroll bar appeared effectivly shrinking the width of the dialog. The hard-coded widths where not able to respond to this. Change-Id: Iaa4130b1076162a09a3189f569b0a6a3da434d39 Bug-Url: https://bugzilla.redhat.com/879334 Signed-off-by: Tomas Jelinek <tjeli...@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/AbstractVmPopupWidget.ui.xml 1 file changed, 3 insertions(+), 14 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/13/11613/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 31a63e7..cc95512 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 @@ -182,23 +182,12 @@ padding-left: 2px; } - .prestartedLabelWithHelp { + .prestartedLabelWithHelp,.increasePrestartedLabel { float: left; - width: 251px; } - .increasePrestartedLabel { - float: left; - width: 251px; - } - - .eidtPrestartedVms { - float: left; - width: 230px; - } - - .eidtIncreaseVms { - float: left; + .eidtPrestartedVms,.eidtIncreaseVms { + float: right; width: 230px; } -- To view, visit http://gerrit.ovirt.org/11613 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iaa4130b1076162a09a3189f569b0a6a3da434d39 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <tjeli...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches