Update default value.

Fix style.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
This commit is contained in:
Hugues Peccatte 2015-01-11 16:02:15 +01:00
parent 61618c4948
commit bc634d8fc0
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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 {
<?php echo $left; ?>: 25%;
<?php echo $left; ?>: 33%;
}
#pma_navigation_tree div.block.double a + a {
<?php echo $left; ?>: 75%;
<?php echo $left; ?>: 85%;
}
#pma_navigation_tree div.block img {
position: relative;