Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2012-11-25 01:28:19 +01:00
commit b780deb411
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;