Fix placement of logo in some browsers

This commit is contained in:
Michal Čihař
2011-02-17 10:52:03 +01:00
parent bd33e41187
commit d3e034eb45

View File

@@ -889,7 +889,7 @@ div#queryboxcontainer div#bookmarkoptions {
/* end querybox */
/* main page */
#maincontainer {
.pmagroup {
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png);
background-position: <?php echo $right; ?> bottom;
background-repeat: no-repeat;