Expand navigation bar

Gray out trivial database names
This commit is contained in:
2025-04-21 20:40:48 -07:00
parent 2541f5ff58
commit 41d9e77a5b
3 changed files with 33 additions and 30 deletions

View File

@@ -90,17 +90,23 @@ div#pmalogo {
padding:.3em;
}
div#pmalogo,
div#leftframelinks,
div#databaseList {
div#leftframelinks {
text-align: center;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}
ul#databaseList {
div#databaseList {
margin-bottom: 0.5em;
padding-bottom: 0.5em;
padding-<?php echo $left; ?>: 1.5em;
}
ul#databaseList {
text-align: left;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
padding-<?php echo $left; ?>: 0.5em;
list-style: none;
font-style: italic;
}
@@ -109,6 +115,11 @@ ul#databaseList a {
font-style: normal;
}
ul#databaseList a.trivial {
color: gray;
font-style: italic;
}
div#navidbpageselector a,
ul#databaseList a {
background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
@@ -161,6 +172,10 @@ div#leftframelinks a:hover img {
font-size: 80%;
}
div#left_tableList p {
text-align: center;
}
div#left_tableList ul {
list-style-type: none;
list-style-position: outside;