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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-04-30 03:20:51 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-04-30 03:59:02 +0300
commit87b00b95916740ec296594cdd75a2a60c6046047 (patch)
tree3f68c4ca76a5c1153f977bbea316d458dff5a176 /themes
parentc4d564026b8c8c1ddf3637a1a874196fd96a6a70 (diff)
Fix resize icon in Designer
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php4
-rw-r--r--themes/pmahomme/css/pmd.css.php6
2 files changed, 9 insertions, 1 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index 8bf7a6cb4d..54c2331af5 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -181,6 +181,10 @@ button {
margin-<?php echo $right; ?>: 1em;
}
+.floatright {
+ float: <?php echo $right; ?>;
+}
+
table.nospacing {
border-spacing: 0;
}
diff --git a/themes/pmahomme/css/pmd.css.php b/themes/pmahomme/css/pmd.css.php
index db93a8a084..b39ce738c4 100644
--- a/themes/pmahomme/css/pmd.css.php
+++ b/themes/pmahomme/css/pmd.css.php
@@ -387,7 +387,11 @@ a.M_butt:hover {
#layer_menu_sizer {
background-image: url(<?php echo $resizeImg; ?>);
- cursor: nw-resize;
+ cursor: e-resize;
+}
+
+#layer_menu_sizer .icon {
+ margin: 0;
}
.panel {