Merge pull request #952 from WhaleWatching/fix_nav_i_tag

Bug fix
This commit is contained in:
Marc Delisle 2014-02-20 06:23:33 -05:00
commit 1b2f6df1f3
2 changed files with 6 additions and 0 deletions

View File

@ -165,6 +165,9 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
#pma_navigation_tree img {
margin: 0;
}
#pma_navigation_tree i {
display: block;
}
#pma_navigation_tree div.block {
position: relative;
width:1.5em;

View File

@ -152,6 +152,9 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
#pma_navigation_tree img {
margin: 0;
}
#pma_navigation_tree i {
display: block;
}
#pma_navigation_tree div.block {
position: relative;
width: 1.5em;