summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/testingtools/styles.css
blob: 8206e239d1d7a7a550d316c316b80651c3c35ddc (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
@import url(../default/styles.css);

.resulttable {
	border-spacing: 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	border-left: 1px solid #b6bbbc;
}

.resulttable TR.error {
	background-color: #ffeeee;
}
.resulttable TR.warn {
	background-color: #ffffee;
}
.resulttable TR.even {
	background-color: #eeeeee;
}
.resulttable .line {
	text-align: right;
	border-right: 1px solid #cccccc;
}
.resulttable .line A {
	color: #666666;
	text-decoration: none;
}
.resulttable .error .line A {
	color: red;
}
.resulttable .warn .line A {
	color: green;
}

.resulttable .code {
	white-space: nowrap;
	font-family: monospace;
	border-right: 1px solid #cccccc;
	padding: 3px 3px 3px 7px;
}
.resulttable .msg {	
	padding: 5px 10px 5px 10px;
	white-space: nowrap;
}
.resulttable .msg span {
	color: green;
}
.resulttable .msg span.err {
	color: red;
}