forked from benbertola/metrics-watcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetrics-watcher-style.css
107 lines (100 loc) · 2.17 KB
/
metrics-watcher-style.css
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.metricsWatcher .heading1 {
font-size: 30px;
line-height: 36px;
margin: 0;
}
.metricsWatcher .heading3 {
font-size: 18px;
line-height: 27px;
margin: 0;
}
.metricsWatcher .heading4 {
font-size: 14px;
line-height: 18px;
margin: 0;
}
.metricsWatcher .heading5 {
font-size: 18px;
line-height: 18px;
margin: 0;
}
.metricsWatcher p {
font-size: 13px;
line-height: 18px;
}
.metricsWatcher fieldset legend {
margin-bottom: 5px;
border-bottom: none;
color: inherit;
}
.metricsWatcher .activeRequestsGraph {
vertical-align: top;
}
.metricsWatcher .activeRequestsGraph .counter .histogram {
width: 95%;
}
.metricsWatcher .nested {
margin: 0 10px 10px 0;
}
.metricsWatcher .nested h1 {
font-size: 24px;
}
.metricsWatcher .progressLabel {
text-align: right;
color: #666;
}
.metricsWatcher.histogram .histogramContainer td,
.metricsWatcher.timer .timerContainer td,
.metricsWatcher .progressLabel,
.metricsWatcher .progressValue {
vertical-align: top;
padding: 0px 5px;
}
.metricsWatcher .progressValue {
font-size: 13px;
line-height: 18px;
color: #666;
}
.metricsWatcher .progress {
height: 18px;
margin-bottom: 17px;
}
.metricsWatcher.timer table,
.metricsWatcher.histogram table,
.metricsWatcher.web table,
.metricsWatcher.log4j table,
.metricsWatcher.cache table,
.metricsWatcher.jvm table,
.metricsWatcher .progressBar,
.metricsWatcher .progressBar,
.metricsWatcher .progressTable {
width: 100%;
font-size: 13px;
}
.metricsWatcher.histogram .histogramContainer,
.metricsWatcher.jvm .jvmContainer,
.metricsWatcher.web .webContainer,
.metricsWatcher.log4j .log4jContainer,
.metricsWatcher.cache .cacheContainer,
.metricsWatcher.timer .timerContainer,
.metricsWatcher.cache .gaugeTableContainer {
border-style: solid;
border-width: 1px;
padding: 10px 0;
margin-left: 0;
padding: 10px;
}
.metricsWatcher.cache table.gaugeTable td h5,
.metricsWatcher.jvm table.jvmTable td h5 {
font-size: 15px;
font-weight: normal;
text-align: left;
}
.metricsWatcher table.gaugeTable td,
.metricsWatcher table.jvmTable td {
font-size: 14px;
text-align: right;
}
caption{
font-weight: bold;
}