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-23 20:23:41 +0300
committerAtul Pratap Singh <atulpratapsingh05@gmail.com>2015-01-23 20:23:41 +0300
commit7d60c8c6f9eecda1c876d4ee24cd7f50aca56782 (patch)
tree4274d278dbc16b8830305bda457d807c47a3c660 /themes
parente20b5584ea44911aaec9c0ec7c6d7b82c6dab162 (diff)
more js linkages for db-specific tree with select box
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/navigation.css.php4
-rw-r--r--themes/pmahomme/css/navigation.css.php4
2 files changed, 2 insertions, 6 deletions
diff --git a/themes/original/css/navigation.css.php b/themes/original/css/navigation.css.php
index 08c325c9f5..d3cc4754eb 100644
--- a/themes/original/css/navigation.css.php
+++ b/themes/original/css/navigation.css.php
@@ -130,7 +130,6 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
#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 {
@@ -138,11 +137,10 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
-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;
+ margin: 0px 0px 0px;
width: 92%;
font-size: 1.11em;
}
diff --git a/themes/pmahomme/css/navigation.css.php b/themes/pmahomme/css/navigation.css.php
index fdb392f971..3ea9d9aaa1 100644
--- a/themes/pmahomme/css/navigation.css.php
+++ b/themes/pmahomme/css/navigation.css.php
@@ -115,7 +115,6 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
#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 {
@@ -123,11 +122,10 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
-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;
+ margin: 0px 0px 0px;
width: 92%;
font-size: 1.11em;
}