Tomas Jelinek has uploaded a new change for review.

Change subject: webadmin: edit cluster -> hwrng bottom part cut
......................................................................

webadmin: edit cluster -> hwrng bottom part cut

The bottom part of the hwrng checkbox on the cluster popup has been cut. Fixed
the same way as done in edit VM dialog - adding a padding-bottom to the
section.

Change-Id: Ie63fba37b9b788e700ce7c295a53762992d29390
Bug-Url: https://bugzilla.redhat.com/1166049
Signed-off-by: Tomas Jelinek <[email protected]>
---
M 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.ui.xml
1 file changed, 5 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/44/37044/1

diff --git 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.ui.xml
 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.ui.xml
index c2b0154..8f51ea0 100644
--- 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.ui.xml
+++ 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.ui.xml
@@ -152,6 +152,10 @@
             display: inline;
         }
 
+        .sectionPanel {
+            margin-bottom: 20px;
+        }
+
     </ui:style>
 
     <d:SimpleDialogPanel width="800px" height="560px">
@@ -160,7 +164,7 @@
                 <t:tab>
                     <t:DialogTab ui:field="generalTab">
                         <t:content>
-                            <g:FlowPanel>
+                            <g:FlowPanel addStyleNames="{style.sectionPanel}">
                                 <g:FlowPanel ui:field="dataCenterPanel" 
addStyleNames="{style.generalTabTopDecorator} generalTabTopDecorator_pfly_fix">
                                     <e:ListModelListBoxEditor 
ui:field="dataCenterEditor" />
                                 </g:FlowPanel>


-- 
To view, visit http://gerrit.ovirt.org/37044
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie63fba37b9b788e700ce7c295a53762992d29390
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tomas Jelinek <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to