Add missing layout color for "down" badge

refs #8565
This commit is contained in:
Matthias Jentsch 2015-03-06 12:46:49 +01:00
parent 9fc80ec34f
commit 0623404963
2 changed files with 5 additions and 1 deletions

View File

@ -951,7 +951,7 @@ table.statesummary {
}
td.state {
min-width: 70px;
min-width: 75px;
font-size: 0.7em;
text-align: center;
}

View File

@ -260,6 +260,10 @@ li li .badge {
background-color: @colorCritical;
}
.badge-down {
background-color: @colorCritical;
}
.badge-warning {
background-color: @colorWarning;
}