diff --git a/ChangeLog b/ChangeLog index c15e2653b6..03e0b1618e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ phpMyAdmin - ChangeLog ====================== 4.0.2.0 (not yet released) ++ center loading indicator for navigation refresh, related to bug #3920 4.0.1.0 (not yet released) - bug #3879 Import broken for CSV using LOAD DATA diff --git a/themes/original/css/navigation.css.php b/themes/original/css/navigation.css.php index 82ab8f7df9..7db6fb8f19 100644 --- a/themes/original/css/navigation.css.php +++ b/themes/original/css/navigation.css.php @@ -82,8 +82,8 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) { #pma_navigation #databaseList, #pma_navigation div.pageselector.dbselector { text-align: center; - margin-bottom: 0.5em; - padding-bottom: 0.5em; + margin-bottom: 0.3em; + padding-bottom: 0.3em; border: 0; } @@ -93,6 +93,16 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) { width: 80%; } +#pma_navigation #recentTableList { + margin-bottom: 0; + padding-bottom: 0; +} + +#pma_navigation_content > img.throbber { + display: block; + margin: 0 auto; +} + /* Navigation tree*/ #pma_navigation_tree { margin: 0.5em 0 0; diff --git a/themes/pmahomme/css/navigation.css.php b/themes/pmahomme/css/navigation.css.php index eae6fa74e7..a853c47924 100644 --- a/themes/pmahomme/css/navigation.css.php +++ b/themes/pmahomme/css/navigation.css.php @@ -83,6 +83,11 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) { width: 80%; } +#pma_navigation_content > img.throbber { + display: block; + margin: .3em auto 0; +} + /* Navigation tree*/ #pma_navigation_tree { margin: 5px 0 0;