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:
authorAtul Pratap Singh <atulpratapsingh05@gmail.com>2015-01-21 03:38:23 +0300
committerAtul Pratap Singh <atulpratapsingh05@gmail.com>2015-01-21 03:38:23 +0300
commite20b5584ea44911aaec9c0ec7c6d7b82c6dab162 (patch)
treea90d62679d7e24473d6ed6ea4f17c593d9ae733a /themes
parent8177dafb9a8873770196f9ea745dba89f980cbb1 (diff)
Update sessionStorage to maintain state and few other changes
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/navigation.css.php25
-rw-r--r--themes/pmahomme/css/navigation.css.php24
-rw-r--r--themes/pmahomme/img/select_bg.pngbin0 -> 303 bytes
3 files changed, 49 insertions, 0 deletions
diff --git a/themes/original/css/navigation.css.php b/themes/original/css/navigation.css.php
index 252760b7de..08c325c9f5 100644
--- a/themes/original/css/navigation.css.php
+++ b/themes/original/css/navigation.css.php
@@ -120,8 +120,33 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
height: 74%;
position: relative;
}
+
#pma_navigation_select_database {
+ text-align: left;
+ padding: 0px 0px 0px;
+ border: 0;
+ margin: 0;
}
+
+#pma_navigation_db_select {
+ margin-top: 0.5em;
+ border-<?php echo $left; ?>: 1px solid #666;
+ margin-<?php echo $left; ?>: 0.75em;
+}
+#pma_navigation_db_select select {
+ background: url("./themes/pmahomme/img/select_bg.png") repeat scroll 0 0;
+ -webkit-border-radius: 2px;
+ border-radius: 2px;
+ border: 1px solid #bbb;
+ border-left: 0px;
+ border-top: 1px solid #bbb;
+ color: #333;
+ padding: 4px 6px;
+ margin: 0px 0px 0.5em;
+ width: 92%;
+ font-size: 1.11em;
+}
+
#pma_navigation_tree_content {
width: 100%;
overflow: hidden;
diff --git a/themes/pmahomme/css/navigation.css.php b/themes/pmahomme/css/navigation.css.php
index 9c1713c8c8..fdb392f971 100644
--- a/themes/pmahomme/css/navigation.css.php
+++ b/themes/pmahomme/css/navigation.css.php
@@ -107,7 +107,31 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
position: relative;
}
#pma_navigation_select_database {
+ text-align: left;
+ padding: 0px 0px 0px;
+ border: 0;
+ margin: 0;
+}
+
+#pma_navigation_db_select {
+ margin-top: 0.5em;
+ border-<?php echo $left; ?>: 1px solid #666;
+ margin-<?php echo $left; ?>: 0.75em;
}
+#pma_navigation_db_select select {
+ background: url("./themes/pmahomme/img/select_bg.png") repeat scroll 0 0;
+ -webkit-border-radius: 2px;
+ border-radius: 2px;
+ border: 1px solid #bbb;
+ border-left: 0px;
+ border-top: 1px solid #bbb;
+ color: #333;
+ padding: 4px 6px;
+ margin: 0px 0px 0.5em;
+ width: 92%;
+ font-size: 1.11em;
+}
+
#pma_navigation_tree_content {
width: 100%;
overflow: hidden;
diff --git a/themes/pmahomme/img/select_bg.png b/themes/pmahomme/img/select_bg.png
new file mode 100644
index 0000000000..210e97c1f7
--- /dev/null
+++ b/themes/pmahomme/img/select_bg.png
Binary files differ