Fixed status board table layout and row banding

This commit is contained in:
2011-12-19 15:49:34 +00:00
parent b7c7eb7585
commit 96b16df845
2 changed files with 40 additions and 11 deletions

View File

@@ -112,3 +112,12 @@ div.incident {
table th, table td {
text-align: center;
}
th.service {
text-align: left;
background-color: #dddddd;
}
.odd_row {
background-color: #eeeeee;
}