custom.css
396 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
.wrap-tb {
word-break:break-all;
word-wrap:break-all;
table-layout: fixed;
}
td.pass {
color: lightgreen;
}
td.fail {
color: red;
}
td.warn {
color: orange;
}
.modal-body p {
}
.modal-body span {
font-weight: bold;
}
.modal-body dd {
background: #eee;
padding-left: 6px;
}
.alert {
position: fixed;
width: 300px;
z-index: 10;
left: 50%;
margin-left: -150px;
}