obey MaxTableList in navi also (Light mode only); move the navigator near the database list

This commit is contained in:
Marc Delisle
2007-07-09 16:30:39 +00:00
parent 6b8aabaae8
commit ae603822a5
4 changed files with 29 additions and 12 deletions

View File

@@ -72,7 +72,6 @@ div#pmalogo {
}
div#pmalogo,
div#leftframelinks,
div#navidbpageselector,
div#databaseList {
text-align: center;
border-bottom: 0.05em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
@@ -202,4 +201,4 @@ div#left_tableList ul ul {
border-<?php echo $left; ?>: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
padding-bottom: 0.1em;
border-bottom: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
}
}