summaryrefslogtreecommitdiff
blob: d85df8752a703908dc436bf450d4282f7648fc22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
i.status-icon {
	vertical-align: baseline;
	font-size: 140%;
	float: right;
	margin-right: -0.3em;
}

.status-up .status-icon {
	color: #49a052;
	color: #65B812;
}

.status-down .status-icon {
	color: #a94442;
	color: #cc0000;
}

.status-maintenance .status-icon {
	color: #777;
}

.status-warning .status-icon {
	color: #edd400;
}

.active .status-icon {
	color: white;
}

.group-header {
  color: #8a8a8a;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 90%;
}