From bc634d8fc0868cfbc05f5585ef1f6e4253f8a5bd Mon Sep 17 00:00:00 2001 From: Hugues Peccatte Date: Sun, 11 Jan 2015 16:02:15 +0100 Subject: [PATCH] Update default value. Fix style. Signed-off-by: Hugues Peccatte --- libraries/config.default.php | 3 ++- themes/pmahomme/css/navigation.css.php | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/libraries/config.default.php b/libraries/config.default.php index 7b5dbce33f..f1dcc24107 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -950,10 +950,11 @@ $cfg['NavigationTreeDefaultTabTable'] = 'tbl_structure.php'; * 'tbl_select.php' = search page * 'tbl_change.php' = insert row page * 'sql.php' = browse page + * null = no link * * @global string $cfg['NavigationTreeDefaultTabTable'] */ -$cfg['NavigationTreeDefaultTabTable2'] = 'tbl_select.php'; +$cfg['NavigationTreeDefaultTabTable2'] = null; /** * Disables the possibility of database expansion diff --git a/themes/pmahomme/css/navigation.css.php b/themes/pmahomme/css/navigation.css.php index 1c185b6825..c1babf7d61 100644 --- a/themes/pmahomme/css/navigation.css.php +++ b/themes/pmahomme/css/navigation.css.php @@ -221,10 +221,10 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) { } #pma_navigation_tree div.block.double a, #pma_navigation_tree div.block.double u { -: 25%; +: 33%; } #pma_navigation_tree div.block.double a + a { -: 75%; +: 85%; } #pma_navigation_tree div.block img { position: relative;