Tomer Saban has uploaded a new change for review. Change subject: webadmin: Fixed out of frame load balancer boxes. ......................................................................
webadmin: Fixed out of frame load balancer boxes. In the "New Scheduling Policy" dialog, extended the height of the frame. Also, Added new css style "separatorStyle" with margins for the seperators to adjust the style to the height change. Change-Id: Ic4342dc06d11d0d7c884e9f6b0ecbc25b3934db5 Bug-Url: https://bugzilla.redhat.com/1142897 Signed-off-by: Tomer Saban <tsa...@redhat.com> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/scheduling/ClusterPolicyPopupView.ui.xml 1 file changed, 9 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/32/34832/1 diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/scheduling/ClusterPolicyPopupView.ui.xml b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/scheduling/ClusterPolicyPopupView.ui.xml index 8304092..8eec899 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/scheduling/ClusterPolicyPopupView.ui.xml +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/scheduling/ClusterPolicyPopupView.ui.xml @@ -80,9 +80,13 @@ line-height: 30px; font-weight: bold; } + .separatorStyle { + margin: 5px; + width: 100%; + } </ui:style> - <d:SimpleDialogPanel width="700px" height="650px"> + <d:SimpleDialogPanel width="760px" height="650px"> <d:content> <g:VerticalPanel> <g:FlowPanel> @@ -98,7 +102,7 @@ <d:InfoIcon ui:field="filterInfoIcon" addStyleNames="{style.iconInfoStyle} cppv_infoIcon_pfly_fix"/> </g:HorizontalPanel> <g:HTML> - <hr style="width:100%;" /> + <hr class='{style.separatorStyle}' /> </g:HTML> <g:HorizontalPanel height="100px" width="100%"> <g:Cell width="50%" height="100%"> @@ -130,7 +134,7 @@ <d:InfoIcon ui:field="functionInfoIcon" addStyleNames="{style.iconInfoStyle} cppv_infoIcon_pfly_fix"/> </g:HorizontalPanel> <g:HTML> - <hr style="width:100%;" /> + <hr class='{style.separatorStyle}' /> </g:HTML> <g:HorizontalPanel height="100px" width="100%"> <g:Cell width="50%" height="100%"> @@ -160,7 +164,7 @@ <d:InfoIcon ui:field="loadBalancingInfoIcon" addStyleNames="{style.iconInfoStyle} cppv_infoIcon_pfly_fix"/> </g:HorizontalPanel> <g:HTML> - <hr style="width:100%;" /> + <hr class='{style.separatorStyle}' /> </g:HTML> <g:HorizontalPanel> <e:ListModelListBoxOnlyEditor @@ -175,7 +179,7 @@ <d:InfoIcon ui:field="propertiesInfoIcon" addStyleNames="{style.iconInfoStyle} cppv_infoIcon_pfly_fix"/> </g:HorizontalPanel> <g:HTML> - <hr style="width:100%;" /> + <hr class='{style.separatorStyle}' /> </g:HTML> <g:ScrollPanel height="100px"> <k:KeyValueWidget ui:field="customPropertiesSheetEditor" /> -- To view, visit http://gerrit.ovirt.org/34832 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic4342dc06d11d0d7c884e9f6b0ecbc25b3934db5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Tomer Saban <tsa...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches