fine tuning left panel for IE
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2004-07-16 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* index.php: left frame display problems under IE
|
||||
|
||||
2004-07-16 Michal Čihař <michal@cihar.com>
|
||||
* libraries/export/sql.php: Remove code for old MySQL version, do not
|
||||
store query, better handle various end of lines (probably bug #979635).
|
||||
|
@@ -75,7 +75,7 @@ if ($query_frame_height == 0) {
|
||||
}
|
||||
// increase the height to take into account font size differences in
|
||||
// theme 'original'? (TODO: improve with a parameter in layout.inc.php)
|
||||
$query_frame_height += ((!isset($GLOBALS['theme']) || $GLOBALS['theme']=='original') ? 15 : 0);
|
||||
$query_frame_height += ((!isset($GLOBALS['theme']) || $GLOBALS['theme']=='original') ? 20 : 10);
|
||||
|
||||
if ($cfg['LeftDisplayServers'] && !$cfg['DisplayServersList']) {
|
||||
$query_frame_height += 40;
|
||||
|
Reference in New Issue
Block a user