Archived
4
2

Improve look of hosts table

This commit is contained in:
2023-02-12 16:54:17 -05:00
parent fe9bf574cf
commit b2eaea1eb8
2 changed files with 7 additions and 2 deletions

View File

@@ -235,7 +235,12 @@ pre { /* Add background, border and scrollbar to <pre> */
clear: both;
}
table.hosts {
background: white
}
table.hosts tr:nth-child(even) { background-color:#cccccc; }
table.hosts tr:nth-child(odd) { background-color:white; }
table.hosts tr td img { vertical-align:middle }
@media only screen and (max-width: 680px) {
#container {width: 95%;}