very minor mod to previous Direct Messaging update commit
[openemr.git] / gacl / test_suite / styles.css
blobd2aeeeac304b4a9290f5b409912591be2a1af04b
1 body {
2 font-size: x-small;
3 font-family: Verdana,Arial,Helvetica,sans-serif;
5 background-color: #ffffff;
6 color: #000000;
9 h1 {
10 margin: 4px 0px;
11 text-align: center;
12 font-weight: bold;
15 h2 {
16 margin: 4px 0px 0px;
19 p {
20 margin: 4px 0px;
23 ul {
24 margin: 2px 0px;
25 padding-left: 20px;
28 div.indent {
29 margin-left: 3%;
30 margin-right: 3%;
33 table.details {
34 margin-top: 4px;
35 width: 94%;
37 border-width: 0px;
39 margin-left: 3%;
40 margin-right: 3%;
43 table.details th {
44 font-weight: bold;
45 text-align: left;
46 background: #a6caf0;
48 border-width: 0px;
51 table.details tr {
52 background: #eeeee0;
55 table.details td {
56 border-width: 0px;
59 table.details td.class_name {
60 font-weight: bold;
61 background-color: #eeeec0;
62 padding-left: 2px;
65 table.details td.function {
66 vertical-align: top;
67 padding-left: 10px;
70 table.details td.fail {
71 background-color: #ff0000;
72 font-weight: bold;
74 vertical-align: middle;
75 text-align: center;
78 table.details td.pass {
79 background-color: #00ff00;
80 font-weight: bold;
82 vertical-align: middle;
83 text-align: center;
86 .error {
87 color: #ff0000;
88 font-weight: bold;
91 code.expected {
92 color: #00ff00;
95 code.actual {
96 color: #ff0000;
99 span.typeinfo {
100 color: #999999;