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
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-05-14 15:47:45 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-05-14 15:47:45 +0300
commitf30648779cff68adc657e8257f2405b6442a784f (patch)
treec185c71e39c8e62aa6f8546751e3c3b57e596095
parent479f62f551176486a37c374bd84b5b60fcad95c2 (diff)
rfe #1669 Designer: "Sticky" menu option
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
-rw-r--r--ChangeLog1
-rw-r--r--themes/pmahomme/css/pmd.css.php2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4aed3486a0..47544c7510 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,7 @@ phpMyAdmin - ChangeLog
+ rfe #1413 Explain analyzer
+ rfe #1485 Add "Drop partition" option to partition tools
+ rfe #1668 Procedures window shift-click should select multiple rows
++ rfe #1669 Designer: "Sticky" menu option
4.4.7.0 (not yet released)
- bug #4876 Settings issues (Favorite tables shown twice in Settings)
diff --git a/themes/pmahomme/css/pmd.css.php b/themes/pmahomme/css/pmd.css.php
index 328687ef11..12e7b0d265 100644
--- a/themes/pmahomme/css/pmd.css.php
+++ b/themes/pmahomme/css/pmd.css.php
@@ -559,7 +559,7 @@ h2.active {
.side-menu {
float: left;
- position: relative;
+ position: fixed;
width: auto;
height: auto;
background: #efefef;