Lior Vernia has uploaded a new change for review. Change subject: webadmin: Modify network dialog layout for QoS ......................................................................
webadmin: Modify network dialog layout for QoS The addition of the QoS field was too much for the previous height, so removed some space from the dialog. It doesn't look worse. Change-Id: Ib0eec7fb2c950e58d7279d7f56c4a44d81e9395e Signed-off-by: Lior Vernia <[email protected]> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/AbstractNetworkPopupView.ui.xml 1 file changed, 3 insertions(+), 7 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/18/36218/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 f544413..6c0662c 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 @@ -17,7 +17,7 @@ .generalTabTopDecorator { background-color: #D3D3D3; - margin-bottom: 8px; + margin-bottom: 5px; margin-top: 4px; margin-right: 3px; padding-top: 6px; @@ -27,10 +27,6 @@ .mainLabel { font-weight: bold; padding: 5px; - } - - .sectionStyle { - margin-top: 20px; } .dependentField { @@ -117,13 +113,13 @@ <ge:StringEntityModelTextBoxEditor ui:field="descriptionEditor" /> <ge:StringEntityModelTextBoxEditor ui:field="commentEditor" /> </g:FlowPanel> - <g:FlowPanel addStyleNames="{style.sectionStyle}"> + <g:FlowPanel> <g:Label ui:field="exportLabel" addStyleNames="{style.mainLabel}" /> <ge:EntityModelCheckBoxEditor ui:field="exportEditor" /> <e:ListModelListBoxEditor ui:field="externalProviderEditor" addStyleNames="{style.dependentField}" /> <ge:StringEntityModelTextBoxEditor ui:field="neutronPhysicalNetwork" addStyleNames="{style.dependentField}" /> </g:FlowPanel> - <g:FlowPanel addStyleNames="{style.sectionStyle}"> + <g:FlowPanel> <g:Label ui:field="mainLabel" addStyleNames="{style.mainLabel}" /> <ge:ListModelSuggestBoxEditor ui:field="networkLabel" addStyleNames="{style.dependentField} {style.propertyWidth}" /> <g:HorizontalPanel addStyleNames="{style.dependentField}"> -- To view, visit http://gerrit.ovirt.org/36218 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib0eec7fb2c950e58d7279d7f56c4a44d81e9395e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Lior Vernia <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
