1table.loglog {
2    width: 100%;
3    table-layout: fixed;
4    word-wrap: break-word;
5}
6
7table.loglog span {
8    padding-left: 20px;
9}
10
11
12table.loglog span.loglog_off {
13    background: transparent url(pix/off.png) left center no-repeat;
14}
15
16table.loglog span.loglog_perm {
17    background: transparent url(pix/perm.png) left center no-repeat;
18}
19
20table.loglog span.loglog_temp {
21    background: transparent url(pix/temp.png) left center no-repeat;
22}
23
24table.loglog span.loglog_fail {
25    background: transparent url(pix/error.png) left center no-repeat;
26}
27
28
29
30
31