Added type indicator next to the server name

This commit is contained in:
Tux
2015-11-25 20:09:17 -05:00
parent 0150e3b30e
commit 671c410a68
3 changed files with 14 additions and 6 deletions

View File

@ -102,6 +102,14 @@ body {
display: inline-block;
}
.server > .column > h3 > .type {
padding: 1px 5px 1px 5px;
border-radius: 2px;
border: 1px solid #A09E9E;
font-size: 14px;
margin-bottom: 2px;
}
/* Charts */
.chart {
height: 100px;
@ -159,4 +167,4 @@ h3 {
.quick-jump-icon:hover {
cursor: pointer;
}
}