Greg Sheremeta has uploaded a new change for review.

Change subject: webadmin: fix error dialog padding
......................................................................

webadmin: fix error dialog padding

Commit 2e5c0cd0 incorrectly used margin in the error dialog instead
of padding. Fixed.

Change-Id: I29c94ed143b568efb1832f129b43fd9fc420b4ae
Bug-Url: https://bugzilla.redhat.com/1127333
Signed-off-by: Greg Sheremeta <gsher...@redhat.com>
---
M 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/ErrorPopupView.ui.xml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/34/31934/1

diff --git 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/ErrorPopupView.ui.xml
 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/ErrorPopupView.ui.xml
index 1244f4b..5b5a78b 100644
--- 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/ErrorPopupView.ui.xml
+++ 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/ErrorPopupView.ui.xml
@@ -16,7 +16,7 @@
         }
 
         .content {
-            margin: 10px;
+            padding: 10px;
         }
     </ui:style>
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I29c94ed143b568efb1832f129b43fd9fc420b4ae
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Greg Sheremeta <gsher...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to