blob: ae60f3d44582c1d5c6b251979750337ef57800c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
/* Generic report layouts*/
.header {
max-height: 40mm;
overflow: hidden;
}
.container {
margin-top: 5mm;
}
.o_standard_footer, .o_clean_footer, .o_boxed_footer, .o_background_footer {
max-height: 90px !important;
overflow: hidden;
width: 95%;
div > div:first-child {
padding-left: 10mm;
}
}
.o_background_footer {
padding-left: 8mm;
}
.article>.page {
> h1, > h2, > h3 {
width: 50%;
}
}
.article > .address.row > div[name="address"] {
height: 65mm;
background-color: #ffffff;
padding-top: 23mm;
padding-left: 5mm;
padding-bottom: 5mm;
left: -20px !important;
address {
height: 28mm;
}
}
/*l10n_de_din layout*/
.din {
.invoice_address {
top: 27.7mm !important;
}
&.article {
.page {
top: 18.46mm !important;
}
}
&.o_background_footer {
top: -8mm !important;
}
}
|