lx-office-erp.css: proportionale font-sizes
[kivitendo-erp.git] / css / lx-office-erp / list_accounts.css
1 /* Kontenliste Styles */
2
3 .coa_listtop {
4   background-color:rgb(236,233,216);
5   text-align:left;
6   padding:5px;
7   color:black;
8   font-weight: bolder;
9   border-style:dashed;
10   border-width:thin;
11 }
12
13 .coa_listheading {
14   background-color:rgb(236,233,216);
15   color: black;
16   background-image:url("../../image/fade.png");
17 }
18
19 .coa_listheading_element {
20   padding:3px;
21   font-weight:bolder;
22   text-align:left;
23   border-style:dotted;
24   border-width:thin;
25 }
26
27 .coa_listrow1 {
28   background-color: rgb(208,207,201);
29   color: black;
30   vertical-align: top;
31 }
32
33 .coa_listrow0 {
34   background-color: rgb(236,233,216);
35   color: black;
36   vertical-align: top;
37 }
38
39 .coa_amount {
40   text-align:right;
41   font-family:monospace;
42 }
43
44 .coa_account_header {
45   padding:3px;
46   font-weight:bolder;
47   text-align:left;
48   border-style:none;
49   border-width:thin;
50 }
51
52 .coa_account_header_sc {
53   padding:3px;
54   font-weight:bolder;
55   text-align:left;
56   border-style:none;
57   border-width:thin;
58   cursor:s-resize;
59 }
60
61 .coa_detail {
62   padding:0px;
63   border-style:none;
64 }
65
66 .coa_detail_emph {
67   font-weight:bold;
68   color:darkred;
69 }
70
71 .coa_details_header {
72   padding:3px;
73   font-weight:bolder;
74   text-align:center;
75   border-style:none;
76   border-width:thin;
77 }
78
79 .coa_details_header2 {
80   padding:3px;
81   font-weight:normal;
82   text-align:left;
83   border-style:none;
84   border-width:thin;
85 }