Fixed bug #3591627 - Frames removal and horizontal scrolling

This commit is contained in:
Rouslan Placella 2012-12-01 12:45:21 +00:00
parent d04d55bda8
commit 376bb1a9fd
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
<?php echo $left; ?>: 0;
height: 100%;
border-<?php echo $right; ?>: 1px solid gray;
z-index: 800;
}
#pma_navigation_content {

View File

@ -25,6 +25,7 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
height: 100%;
background: url(./themes/pmahomme/img/left_nav_bg.png) repeat-y right 0% <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
z-index: 800;
}
#pma_navigation_content {