Improved navigation icon position when changing font size

This commit is contained in:
Rouslan Placella 2012-11-25 00:27:22 +00:00
parent 187cc82153
commit 8900d0eb42
2 changed files with 6 additions and 4 deletions

View File

@ -164,8 +164,9 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
}
#pma_navigation_tree div.block img {
position: relative;
top: -7px;
left: -7px;
top: -0.6em;
left: 0;
margin-left: -5px;
}
#pma_navigation_tree li.last > ul {
background: none;

View File

@ -155,8 +155,9 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
}
#pma_navigation_tree div.block img {
position: relative;
top: -7px;
left: -7px;
top: -0.6em;
left: 0;
margin-left: -7px;
}
#pma_navigation_tree div.throbber img {
top: 2px;