Fix #7123 - getting abra ready to test
[Pman.Xtuple] / Reports / reportstyle.css
1
2 .accnt-report {
3     margin:15px;
4 }
5
6 .accnt-report,
7 td {
8     font-family: sans-serif;
9     
10 }
11 td.accnt-name {
12     white-space: pre;
13  
14 }
15 tr.accnt-type-G td.accnt-name {
16     font-weight: bold;
17 }
18 tr.accnt-type-T td.accnt-value {
19     border-top: 1px solid #ccc;
20     font-weight: bold;
21 }
22
23 tr.accnt-type-G td {
24     border-top: 1px solid #ccc;
25 }
26
27 td.accnt-value {
28     text-align: right;
29     padding-right: 30px;
30 }
31
32 .accnt-report h1 {
33     font-size: 16px;
34 }
35 .accnt-report table {
36     margin-top:15px;
37 }