Fix placement of logo in some browsers
This commit is contained in:
@@ -889,7 +889,7 @@ div#queryboxcontainer div#bookmarkoptions {
|
|||||||
/* end querybox */
|
/* end querybox */
|
||||||
|
|
||||||
/* main page */
|
/* main page */
|
||||||
#maincontainer {
|
.pmagroup {
|
||||||
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png);
|
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png);
|
||||||
background-position: <?php echo $right; ?> bottom;
|
background-position: <?php echo $right; ?> bottom;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
Reference in New Issue
Block a user