From 8da264608e0e95c253e6c1b69dbd5b039b3834c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 17 Nov 2006 08:49:30 +0000 Subject: [PATCH] Check before commit! --- grid/css/theme_left.css.php | 7 ++++--- grid/css/theme_right.css.php | 6 +++--- grid/layout.inc.php | 25 ++++++++++++++----------- 3 files changed, 21 insertions(+), 17 deletions(-) diff --git a/grid/css/theme_left.css.php b/grid/css/theme_left.css.php index fcc1cfd49..8521e5dae 100644 --- a/grid/css/theme_left.css.php +++ b/grid/css/theme_left.css.php @@ -12,7 +12,7 @@ html { '; ?> -/** Navi general v.2.0 for pma2.7+ windkiel 20060917 **/ +/** Navi general v.2.9 for pma2.8+ windkiel 20060917 **/ * { margin: 0; padding: 0 @@ -83,8 +83,9 @@ div#databaseList { div#leftframelinks a img.icon { - padding: .2em; - border: 1px solid ; + padding: .1em; + border: 0 ; } div#leftframelinks a:hover { diff --git a/grid/css/theme_right.css.php b/grid/css/theme_right.css.php index 2552f08c1..04804814c 100644 --- a/grid/css/theme_right.css.php +++ b/grid/css/theme_right.css.php @@ -1,4 +1,4 @@ -; } -/* disabled drop/empty tabs */ +/* disabled drop/empty tabs 61031*/ span.tab, +a.warning, span.tabcaution { 2.8 uses font size stored in cookie */ -// for pma <= 2.8 : +// for pma 2.8 : $GLOBALS['cfg']['FontSize'] = '90%'; /** * tables */ /*jw*/ -// border strenght ONLY FF(Gecko, e.g. .05em(min!)|1px|3pt| 0 but NOT 1) +// border strenght ( e.g. .05em(min!)|1px|3pt| 0 but NOT 1) $GLOBALS['cfg']['Border'] = '1px'; -//at least 1 bit difference from $GLOBALS['cfg']['MainBackground'] to show the grid! -$GLOBALS['cfg']['MainGridColor'] = '#d3d3d2'; +//at least 1 bit difference from $GLOBALS['cfg']['MainBackground'] to show the grid! +$GLOBALS['cfg']['MainGridColor'] = '#e7e7e8'; // table header and footer color $GLOBALS['cfg']['ThBackground'] = $GLOBALS['cfg']['NaviBackground'];#def';//'#D3DCE3'; // table header and footer background @@ -115,6 +115,9 @@ $GLOBALS['cfg']['ThColor'] = '#000'; $GLOBALS['cfg']['BgOne'] = '#f7f7f7'; // table data row background, alternate $GLOBALS['cfg']['BgTwo'] = '#fff'; +// table outer border color +//$GLOBALS['cfg']['TblBorderColor'] = 'blue';//60928 test + //needed for pma2.8 only (if E_NOTICE=1 , but no effect) : $GLOBALS['cfg']['BgcolorOne']='#f7f7f7'; $GLOBALS['cfg']['BgcolorTwo']='#fff'; @@ -142,10 +145,10 @@ $GLOBALS['cfg']['SQP']['fmtColor'] = array( 'digit_float' => 'aqua', 'punct' => 'fuchsia', 'alpha' => '', - 'alpha_columnType' => '#FF9900', - 'alpha_columnAttrib' => '#0000FF', - 'alpha_reservedWord' => '#990099', - 'alpha_functionName' => '#FF0000', + 'alpha_columnType' => '#F90', + 'alpha_columnAttrib' => 'blue', + 'alpha_reservedWord' => '#909', + 'alpha_functionName' => 'red', 'alpha_identifier' => 'black', 'alpha_charset' => '#6495ed', 'alpha_variable' => '#800000',