Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorharish095 <kandalaharish95@gmail.com>2015-03-17 05:24:16 +0300
committerharish095 <kandalaharish95@gmail.com>2015-03-17 05:24:16 +0300
commitc9aa31c8d703cf776c2c5912a43538c9de8c0c85 (patch)
tree011518f6056368c35b2822716f374593fb288dbb /themes
parent9ebd1260d0cbb2baf92ae93d794b8a3998cf65a7 (diff)
Minor UI bug fix in designer
Signed-off-by: harish095 <kandalaharish95@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/pmd.css.php8
1 files 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(<?php echo $resizeImg; ?>);
- cursor: nw-resize;
+ cursor: ne-resize;
+}
+
+.left #layer_menu_sizer {
+ cursor: nw-resize;
}
.panel {