|
1 body { |
|
2 margin: 0; |
|
3 padding: 0; |
|
4 font-family: Verdana, Helvetica, Arial, sans-serif; |
|
5 font-size: 11px; |
|
6 background-color: #fff; |
|
7 } |
|
8 |
|
9 #xulharness { |
|
10 position: fixed; |
|
11 top: 30px; |
|
12 bottom: 0; |
|
13 right: 0px; |
|
14 left: 0px; |
|
15 overflow:auto; |
|
16 } |
|
17 |
|
18 th, td { |
|
19 font-family: Verdana, Helvetica, Arial, sans-serif; |
|
20 font-size: 11px; |
|
21 padding-left: .2em; |
|
22 padding-right: .2em; |
|
23 text-align: left; |
|
24 height: 15px; |
|
25 margin: 0; |
|
26 } |
|
27 |
|
28 li, li.test, li.dir { |
|
29 padding: 0; |
|
30 line-height: 15px; |
|
31 } |
|
32 |
|
33 ul { |
|
34 list-style: none; |
|
35 margin: 0; |
|
36 margin-left: 1em; |
|
37 padding: 0; |
|
38 border: none; |
|
39 } |
|
40 |
|
41 ul.top { |
|
42 padding: 0; |
|
43 padding-left: 1em; |
|
44 } |
|
45 |
|
46 table#test-table { |
|
47 background: #f6f6f6; |
|
48 margin-left: 1em; |
|
49 padding: 0; |
|
50 } |
|
51 |
|
52 div.container { |
|
53 margin: 1em; |
|
54 } |
|
55 |
|
56 a#runtests, a { |
|
57 color: #3333cc; |
|
58 } |
|
59 |
|
60 li.non-test a { |
|
61 color: #999999; |
|
62 } |
|
63 |
|
64 small a { |
|
65 color: #000; |
|
66 } |
|
67 |
|
68 .clear { clear: both;} |
|
69 .invisible { display: none;} |
|
70 |
|
71 div.status { |
|
72 min-height: 170px; |
|
73 width: 100%; |
|
74 border: 1px solid #666; |
|
75 } |
|
76 div.frameholder { |
|
77 min-height: 170px; |
|
78 min-width: 500px; |
|
79 background-color: #ffffff; |
|
80 } |
|
81 |
|
82 div#current-test { |
|
83 margin-top: 1em; |
|
84 margin-bottom: 1em; |
|
85 } |
|
86 |
|
87 #indicator { |
|
88 color: white; |
|
89 background-color: green; |
|
90 padding: .5em; |
|
91 margin: 0; |
|
92 } |
|
93 |
|
94 #pass, #fail { |
|
95 margin: 0; |
|
96 padding: .5em; |
|
97 } |