decoration for navi db page selector

This commit is contained in:
Marc Delisle
2007-06-20 12:33:35 +00:00
parent 8b94c4cf83
commit 5c469e247c
2 changed files with 7 additions and 2 deletions

View File

@@ -586,9 +586,9 @@ function PMA_displayTableList($tables, $visible = false,
echo '</ul>';
}
echo '</div>';
echo '</div>' . "\n";
echo '<div>' . "\n";
echo '<div id="navidbpageselector">' . "\n";
$_url_params = array('pos' => $pos);
PMA_dbPageSelector($GLOBALS['PMA_List_Database']->count(), $pos, $_url_params, 'navigation.php', 'frame_navigation');
echo '</div>' . "\n";

View File

@@ -64,6 +64,7 @@ button {
div#pmalogo,
div#leftframelinks,
div#navidbpageselector,
div#databaseList {
text-align: center;
border-bottom: 0.05em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
@@ -126,6 +127,10 @@ div#leftframelinks a:hover {
}
/* leftdatabaselist */
div#left_tableList {
border-bottom: 0.05em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
}
div#left_tableList ul {
list-style-type: none;
list-style-position: outside;