Because a commit i've submitted,
that add clear-fix div after navigation <a> elements,
third level nodes <i> tags will have wrong height.

Signed-off-by: Edward Cheng <c4150221@gmail.com>
This commit is contained in:
Edward Cheng 2014-02-20 11:12:39 +08:00
parent 02441dd59d
commit 4d8ddaf9bd
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 { #pma_navigation_tree img {
margin: 0; margin: 0;
} }
#pma_navigation_tree i {
display: block;
}
#pma_navigation_tree div.block { #pma_navigation_tree div.block {
position: relative; position: relative;
width:1.5em; width:1.5em;

View File

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