Merge commit 'c1bb060'
This commit is contained in:
commit
8196d1084c
@ -12,6 +12,7 @@ phpMyAdmin - ChangeLog
|
||||
+ rfe #1412 Creating a view from an empty set of results
|
||||
|
||||
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
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user