Alexander Wels has uploaded a new change for review.

Change subject: userportal,webadmin: drag windows
......................................................................

userportal,webadmin: drag windows

- Due to some layout changes the 'Caption' of the windows
  was now below some transparent layer and was not receiving
  events anymore. I move the 'Caption' layer to the top and
  everything is working again.

Change-Id: Iee527761196d9a43a3eef003f60e2063e04d9d9c
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1139634
Signed-off-by: Alexander Wels <aw...@redhat.com>
---
M packaging/branding/ovirt.brand/gwt_common.css
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/60/32860/1

diff --git a/packaging/branding/ovirt.brand/gwt_common.css 
b/packaging/branding/ovirt.brand/gwt_common.css
index a020520..cef6c80 100644
--- a/packaging/branding/ovirt.brand/gwt_common.css
+++ b/packaging/branding/ovirt.brand/gwt_common.css
@@ -32,4 +32,7 @@
 .gwt-DialogBox .dialogMiddleRight {
         background: url(images/dialog/panel_edge_R.png) !important;
 }
-
+/* Make sure we can still drag windows */
+.gwt-DialogBox .Caption {
+       z-index: 3 !important;
+}


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iee527761196d9a43a3eef003f60e2063e04d9d9c
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alexander Wels <aw...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to