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:
authorJason <jason.daurus@gmail.com>2015-05-19 20:34:33 +0300
committerJason <jason.daurus@gmail.com>2015-05-19 20:34:33 +0300
commitc6dfa49e6080f700bfef1cb12fd2bea6a5b5e9ea (patch)
tree30d3472f9d841514739b6209b847ed3619ddc0f3 /themes
parentaa57d15ca7c84ab3db90bba8c5fe5982608265c6 (diff)
Improve template system
- Introduce `trim` method for templates - Complete template of the designer module - Update tests for template system - Use phtml as template files extension Signed-off-by: Jason <jason.daurus@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/pmd.css.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/pmahomme/css/pmd.css.php b/themes/pmahomme/css/pmd.css.php
index 12e7b0d265..749b4ce6c2 100644
--- a/themes/pmahomme/css/pmd.css.php
+++ b/themes/pmahomme/css/pmd.css.php
@@ -571,6 +571,7 @@ h2.active {
.side-menu.right {
float: right;
+ right: 0;
}
.side-menu .hide {