Greg Sheremeta has uploaded a new change for review.

Change subject: webadmin: fixed 'Enable Gluster Service' checkbox position
......................................................................

webadmin: fixed 'Enable Gluster Service' checkbox position

PatternFly patch caused New Cluster dialog 'Enable Gluster
Service' checkbox to me badly positioned only in Firefox. Fixed.

Change-Id: I41f33757dc041ef67dc1619e8a2475fe7fa3b670
Signed-off-by: Greg Sheremeta <[email protected]>
---
M packaging/branding/ovirt.brand/patternfly-custom-hacks.css
1 file changed, 7 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/30/28030/1

diff --git a/packaging/branding/ovirt.brand/patternfly-custom-hacks.css 
b/packaging/branding/ovirt.brand/patternfly-custom-hacks.css
index 9408139..1d13fec 100644
--- a/packaging/branding/ovirt.brand/patternfly-custom-hacks.css
+++ b/packaging/branding/ovirt.brand/patternfly-custom-hacks.css
@@ -202,7 +202,13 @@
 }
 .cpv_enableGlusterService_pfly_fix span.gwt-CheckBox {
     position: relative;
-    top: -32px;
+    top: -2px;
+}
+@media screen and (-webkit-min-device-pixel-ratio:0) {
+    .cpv_enableGlusterService_pfly_fix span.gwt-CheckBox {
+        position: relative;
+        top: -32px;
+    }
 }
 .cvp_consoleContent_pfly_fix, .cvp_clusterPolicyContent_pfly_fix {
     padding-top: 5px;


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

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

Reply via email to