From f5beebf903361d9eccf991a714bf45b45f1a5ba6 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 27 Aug 2006 12:42:03 +0000 Subject: [PATCH] patch #1523543, possibility of vertical line between frames --- ChangeLog | 4 ++++ themes/darkblue_orange/layout.inc.php | 8 +------- themes/original/layout.inc.php | 8 +------- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index a7428a88d..d2bd24a8c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog $Id$ $Source$ +2006-08-27 Marc Delisle + * themes/*/layout.inc.php: patch #1523543, possibility of vertical + solid line between frames, thanks to Juergen Windkiel + 2006-08-26 Marc Delisle * db_operations.php: bug #1544799, undefined variable on db copy * libraries/common.lib.php: bug #1544734, error messages link outdated, diff --git a/themes/darkblue_orange/layout.inc.php b/themes/darkblue_orange/layout.inc.php index 40ccde60b..10cfe0d66 100644 --- a/themes/darkblue_orange/layout.inc.php +++ b/themes/darkblue_orange/layout.inc.php @@ -30,7 +30,7 @@ $GLOBALS['cfg']['MainColor'] = '#000000'; // background for the main frame $GLOBALS['cfg']['MainBackground'] = '#ffffff'; -//$GLOBALS['cfg']['MainBackground'] = 'url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'vertical_line.png)'; +//$GLOBALS['cfg']['MainBackground'] = '#ffffff url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'vertical_line.png) repeat-y'; // foreground (text) color of the pointer in browse mode $GLOBALS['cfg']['BrowsePointerColor'] = '#000000'; @@ -57,12 +57,6 @@ $GLOBALS['cfg']['FontFamily'] = 'Verdana, Arial, Helvetica, sans-serif * fixed width font family, used in textarea */ $GLOBALS['cfg']['FontFamilyFixed'] = 'monospace'; -/** - * font size as a valid css font size value, - * if not set the browser default will be used - * (depending on browser, DTD and system settings) - */ -$GLOBALS['cfg']['FontSize'] = ''; /** * tables diff --git a/themes/original/layout.inc.php b/themes/original/layout.inc.php index a2074973d..4bba82bbb 100644 --- a/themes/original/layout.inc.php +++ b/themes/original/layout.inc.php @@ -29,7 +29,7 @@ $GLOBALS['cfg']['MainColor'] = '#000000'; // background for the main frame $GLOBALS['cfg']['MainBackground'] = '#F5F5F5'; -//$GLOBALS['cfg']['MainBackground'] = 'url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'vertical_line.png)'; +//$GLOBALS['cfg']['MainBackground'] = '#F5F5F5 url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'vertical_line.png) repeat-y'; // foreground (text) color of the pointer in browse mode $GLOBALS['cfg']['BrowsePointerColor'] = '#000000'; @@ -56,12 +56,6 @@ $GLOBALS['cfg']['FontFamily'] = ''; * fixed width font family, used in textarea */ $GLOBALS['cfg']['FontFamilyFixed'] = 'monospace'; -/** - * font size as a valid css font size value, - * if not set the browser default will be used - * (depending on browser, DTD and system settings) - */ -$GLOBALS['cfg']['FontSize'] = ''; /** * tables