Greg Sheremeta has uploaded a new change for review.

Change subject: webadmin: fixed misaligned arrow icon in footer bar
......................................................................

webadmin: fixed misaligned arrow icon in footer bar

PatternFly patch caused misaligned arrow icon in footer bar.
Fixed.

Change-Id: I5b11c01653749cceef6c89498bfda9540cf3867b
Bug-Url: https://bugzilla.redhat.com/1095114
Signed-off-by: Greg Sheremeta <gsher...@redhat.com>
---
M 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/footer/AlertsEventsFooterView.ui.xml
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/93/28193/1

diff --git 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/footer/AlertsEventsFooterView.ui.xml
 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/footer/AlertsEventsFooterView.ui.xml
index 5be7f17..5fd058c 100644
--- 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/footer/AlertsEventsFooterView.ui.xml
+++ 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/footer/AlertsEventsFooterView.ui.xml
@@ -54,9 +54,11 @@
 
         .expandButton {
             width: 12px;
-            padding-right: 2px;
-            padding-left: 4px;
+            padding-right: 12px;
+            padding-left: 3px;
             padding-top: 3px;
+            position: relative;
+            top: -4px;
             cursor: pointer;
         }
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5b11c01653749cceef6c89498bfda9540cf3867b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
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