Expand navigation bar
Gray out trivial database names
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user