Merge branch 'QA_4_0'

This commit is contained in:
J.M 2013-05-09 14:02:33 +02:00
commit b00ca6e3fb
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ phpMyAdmin - ChangeLog
- bug #3909 [import] Import of CSV FIle to selected table doesn't work
- bug #3904 Browsing an empty table should not display its Structure
- bug #3908 Calendar widget improperly redirects to home
- bug #3916 [interface] Missing scrollbar (original theme)
4.0.0.0 (2013-05-03)
+ Patch #3481047 for rfe #3480477 Insert as new row enhancement

View File

@ -21,6 +21,7 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
width: <?php echo $GLOBALS['cfg']['NaviWidth']; ?>px;
overflow: hidden;
overflow-y: auto;
position: fixed;
top: 0;
<?php echo $left; ?>: 0;