From c9aa31c8d703cf776c2c5912a43538c9de8c0c85 Mon Sep 17 00:00:00 2001 From: harish095 Date: Tue, 17 Mar 2015 07:54:16 +0530 Subject: [PATCH] Minor UI bug fix in designer Signed-off-by: harish095 --- themes/pmahomme/css/pmd.css.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/themes/pmahomme/css/pmd.css.php b/themes/pmahomme/css/pmd.css.php index db93a8a084..7292760320 100644 --- a/themes/pmahomme/css/pmd.css.php +++ b/themes/pmahomme/css/pmd.css.php @@ -351,7 +351,7 @@ a.M_butt:hover { } #layer_menu { - z-index: 100; + z-index: 98; position: relative; float: right; background-color: #EAEEF0; @@ -387,7 +387,11 @@ a.M_butt:hover { #layer_menu_sizer { background-image: url(); - cursor: nw-resize; + cursor: ne-resize; +} + +.left #layer_menu_sizer { + cursor: nw-resize; } .panel {