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:
authorMichal Čihař <michal@cihar.com>2017-11-28 12:41:42 +0300
committerGitHub <noreply@github.com>2017-11-28 12:41:42 +0300
commite34823779ebce087c0eecf8beee01c54c6196a9c (patch)
tree69ac09b87104a33fbdbee98707f4104627b73f3f /themes
parentf65c3dc2edccd6eed3958aa1247050fd38807ba7 (diff)
parent760e05ae22c23d19b8316ae582bdf0ac9db22545 (diff)
Merge pull request #13780 from BePsvPT-Fork/navigation-patch
make navigation database name and icon are in the same horizontal line
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/navigation.css.php1
-rw-r--r--themes/pmahomme/css/navigation.css.php3
2 files changed, 3 insertions, 1 deletions
diff --git a/themes/original/css/navigation.css.php b/themes/original/css/navigation.css.php
index df3d54e881..9666b02a48 100644
--- a/themes/original/css/navigation.css.php
+++ b/themes/original/css/navigation.css.php
@@ -155,6 +155,7 @@ if (! defined('PHPMYADMIN') && ! defined('TESTSUITE')) {
#pma_navigation_tree_content a.hover_show_full {
position: relative;
z-index: 100;
+ vertical-align: sub;
}
#pma_navigation_tree a {
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
diff --git a/themes/pmahomme/css/navigation.css.php b/themes/pmahomme/css/navigation.css.php
index 317e9af220..e93c0a1271 100644
--- a/themes/pmahomme/css/navigation.css.php
+++ b/themes/pmahomme/css/navigation.css.php
@@ -140,6 +140,7 @@ if (! defined('PHPMYADMIN') && ! defined('TESTSUITE')) {
#pma_navigation_tree_content a.hover_show_full {
position: relative;
z-index: 100;
+ vertical-align: sub;
}
#pma_navigation_tree a {
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
@@ -425,4 +426,4 @@ li.fast_filter.db_fast_filter {
clear: left;
float: left;
padding: .1em .3em 0;
-} \ No newline at end of file
+}