Merge branch 'QA_4_0'
This commit is contained in:
commit
b00ca6e3fb
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user