Alexander Wels has uploaded a new change for review. Change subject: userportal,webadmin: close button ......................................................................
userportal,webadmin: close button - Due to the 'Dialog' css class now containing a z-index of 2 to allow for dragging, the close button was underneath it. Increasing the z-index to allow the button to work agian. - Did the same for the ? icon. Change-Id: I990250c45783b3ba00ea7ee74d88e2bf6205f2f6 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1150050 Signed-off-by: Alexander Wels <aw...@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/dialog/SimpleDialogPanel.ui.xml 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/39/33939/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/dialog/SimpleDialogPanel.ui.xml b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/dialog/SimpleDialogPanel.ui.xml index 9a42385..1f980e4 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/dialog/SimpleDialogPanel.ui.xml +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/dialog/SimpleDialogPanel.ui.xml @@ -66,7 +66,7 @@ vertical-align: middle; padding: 1px; cursor: pointer; - z-index: 1; + z-index: 3; float: left; position: relative; top: -2px !important; @@ -82,7 +82,7 @@ right: 6px; padding: 1px; cursor: pointer; - z-index: 1; + z-index: 3; } .logoPanel { -- To view, visit http://gerrit.ovirt.org/33939 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I990250c45783b3ba00ea7ee74d88e2bf6205f2f6 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