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 04:36:47 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-04-30 04:36:47 +0300
commit621d1a4b0b1e55d7fe632e667f2710f255b2b913 (patch)
treeb99805be401f9cc803fd3fedb7315cfe5ba176ca /themes
parent2f6fe5830ef576c2e6a137f7fbb4993671826752 (diff)
parentbeeb38b13d0492c9f98f29aebad05cd8411578a6 (diff)
Merge branch 'QA_4_4'
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, 7 insertions, 3 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index 730de22e33..502d812191 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 7292760320..328687ef11 100644
--- a/themes/pmahomme/css/pmd.css.php
+++ b/themes/pmahomme/css/pmd.css.php
@@ -387,11 +387,11 @@ a.M_butt:hover {
#layer_menu_sizer {
background-image: url(<?php echo $resizeImg; ?>);
- cursor: ne-resize;
+ cursor: e-resize;
}
-.left #layer_menu_sizer {
- cursor: nw-resize;
+#layer_menu_sizer .icon {
+ margin: 0;
}
.panel {