Lior Vernia has uploaded a new change for review. Change subject: webadmin: Improve add/edit network dialog alignment ......................................................................
webadmin: Improve add/edit network dialog alignment Alignment was off in Chrome, this is an attempt to fix this. Change-Id: I629500f6617f8b146411b8e18eec8e0c9b16d240 Bug-Url: https://bugzilla.redhat.com/1057305 Signed-off-by: Lior Vernia <lver...@redhat.com> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/AbstractNetworkPopupView.ui.xml 1 file changed, 6 insertions(+), 8 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/48/23848/1 diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/AbstractNetworkPopupView.ui.xml b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/AbstractNetworkPopupView.ui.xml index 53c67e3..83337d0 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/AbstractNetworkPopupView.ui.xml +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/AbstractNetworkPopupView.ui.xml @@ -42,7 +42,6 @@ .checkBox { padding: 0px !important; - width: 230px !important; } .vmNetworkStyle { @@ -66,12 +65,11 @@ } .qosStyle { - float: left; - margin-right: 20px; + margin-left: 20px; } - .floatLeft { - float: left; + .propertyWidth { + width: 340px; } .inlineLabel { @@ -113,10 +111,10 @@ <e:EntityModelCheckBoxEditor ui:field="hasMtuEditor"/> <e:EntityModelTextBoxOnlyEditor ui:field="mtuEditor" /> </g:HorizontalPanel> - <ge:ListModelSuggestBoxEditor ui:field="networkLabel" addStyleNames="{style.dependentField} {style.floatLeft}" /> + <ge:ListModelSuggestBoxEditor ui:field="networkLabel" addStyleNames="{style.dependentField} {style.propertyWidth}" /> <g:HorizontalPanel verticalAlignment="ALIGN_MIDDLE"> - <e:ListModelListBoxEditor ui:field="qosEditor" addStyleNames="{style.dependentField} {style.qosStyle}" /> - <w:UiCommandButton ui:field="addQosButton" /> + <e:ListModelListBoxEditor ui:field="qosEditor" addStyleNames="{style.dependentField} {style.propertyWidth}" /> + <w:UiCommandButton ui:field="addQosButton" addStyleNames="{style.qosStyle}" /> </g:HorizontalPanel> </g:FlowPanel> </g:FlowPanel> -- To view, visit http://gerrit.ovirt.org/23848 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I629500f6617f8b146411b8e18eec8e0c9b16d240 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Lior Vernia <lver...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches