Skip to content

Commit

Permalink
Merge pull request #13780 from BePsvPT-Fork/navigation-patch
Browse files Browse the repository at this point in the history
make navigation database name and icon are in the same horizontal line
  • Loading branch information
nijel committed Nov 28, 2017
2 parents f65c3dc + 760e05a commit e348237
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions themes/original/css/navigation.css.php
Expand Up @@ -155,6 +155,7 @@
#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']; ?>;
Expand Down
3 changes: 2 additions & 1 deletion themes/pmahomme/css/navigation.css.php
Expand Up @@ -140,6 +140,7 @@
#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']; ?>;
Expand Down Expand Up @@ -425,4 +426,4 @@
clear: left;
float: left;
padding: .1em .3em 0;
}
}

0 comments on commit e348237

Please sign in to comment.