status colors, padding
This commit is contained in:
parent
74f8c88469
commit
aad93e30e7
1 changed files with 9 additions and 1 deletions
|
@ -89,5 +89,13 @@ main {
|
|||
border-top: 0;
|
||||
text-transform: uppercase;
|
||||
text-align: right;
|
||||
padding: .2em;
|
||||
padding: .25em .5em;
|
||||
}
|
||||
|
||||
.status-ok .service-status {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.status-down .service-status {
|
||||
color: darkred;
|
||||
}
|
Loading…
Reference in a new issue