Fixed styling of the table pagination in the navigation

This commit is contained in:
Rouslan Placella 2012-07-09 15:18:29 +01:00
parent fcd07e21d5
commit 3eb618977e
2 changed files with 17 additions and 3 deletions

View File

@ -58,6 +58,12 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
/******************************************************************************/
/* specific elements */
#pma_navigation div.pageselector {
text-align: center;
margin: 0px 10px 0px 10px;
border-left: 1px solid #666;
}
#pma_navigation div#pmalogo {
<?php //better echo $GLOBALS['cfg']['logoBGC']; ?>
background-color: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
@ -76,10 +82,11 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
#pma_navigation div#pmalogo,
#pma_navigation div#leftframelinks,
#pma_navigation div#databaseList,
#pma_navigation div.pageselector {
#pma_navigation div.pageselector.dbselector {
text-align: center;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
border: 0;
}
/* Navigation tree*/
#pma_navigation_tree {

View File

@ -61,6 +61,12 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
/******************************************************************************/
/* specific elements */
#pma_navigation div.pageselector {
text-align: center;
margin: 0px 10px 0px 10px;
border-left: 1px solid #666;
}
#pma_navigation div#pmalogo {
<?php //better echo $GLOBALS['cfg']['logoBGC']; ?>
}
@ -71,15 +77,16 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
}
#pma_navigation div#recentTableList select {
width: 100%;
width: 80%;
}
#pma_navigation div#pmalogo,
#pma_navigation div#leftframelinks,
#pma_navigation div#databaseList,
#pma_navigation div.pageselector {
#pma_navigation div.pageselector.dbselector {
text-align: center;
margin: 5px 10px 0px 10px;
border: 0;
}
/* Navigation tree*/