Fixed bug #3591627 - Frames removal and horizontal scrolling
This commit is contained in:
parent
d04d55bda8
commit
376bb1a9fd
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user