logview.css
536 Bytes
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
.logview {
width: auto;
}
.logview .nav {
font-size: small;
white-space: nowrap;
}
tr.odd td {
background-color: #eee;
font-size: small;
white-space: nowrap;
vertical-align: top;
}
tr.even td {
background-color: white;
font-size: small;
white-space: nowrap;
vertical-align: top;
}
tr.link td {
font-size: small;
white-space: nowrap;
vertical-align: top;
}
.warn {
color: yellow;
}
.error {
color: red;
}
.header{
font-size: small;
white-space: nowrap;
color: white;
}