Merge lp:~gs.clearcorp/openerp-ccorp-addons/7.0_sale_order_report into lp:openerp-ccorp-addons/7.0

Proposed by Glen Sojo
Status: Merged
Merged at revision: 882
Proposed branch: lp:~gs.clearcorp/openerp-ccorp-addons/7.0_sale_order_report
Merge into: lp:openerp-ccorp-addons/7.0
Diff against target: 83 lines (+9/-11)
1 file modified
sale_order_report/data/sale_order_report_webkit.xml (+9/-11)
To merge this branch: bzr merge lp:~gs.clearcorp/openerp-ccorp-addons/7.0_sale_order_report
Reviewer Review Type Date Requested Status
ClearCorp drivers Pending
Review via email: mp+223666@code.launchpad.net

Description of the change

[FIX] - sale_order_report_webkit: fixed font family and size in report.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sale_order_report/data/sale_order_report_webkit.xml'
2--- sale_order_report/data/sale_order_report_webkit.xml 2013-09-19 19:47:01 +0000
3+++ sale_order_report/data/sale_order_report_webkit.xml 2014-06-19 01:52:48 +0000
4@@ -9,8 +9,13 @@
5 <field name="margin_bottom">24.00</field>
6 <field name="margin_left">0</field>
7 <field name="margin_right">0</field>
8- <field name="css"><![CDATA[
9- .header {
10+ <field name="css"><![CDATA[
11+ body {
12+ font-family: Arial,Verdana, Sans, Serif;
13+ font-size: 13px;
14+ }
15+
16+ .header {
17 padding : 200px 10px 5px 10px;
18 border:0; margin: 0;
19 }
20@@ -20,14 +25,12 @@
21 }
22 .partner-table {
23 width: 100%;
24- font-family: Arial,Verdana, Sans, Serif;
25 font-size: 12;
26 }
27
28 #data-table {
29 width: 100%;
30 padding-top: 20px;
31- font-family: Arial,Verdana, Sans, Serif;
32 font-size: 10;
33 }
34 #data-table th{
35@@ -56,24 +59,22 @@
36 .company_address{
37 width : 100%;
38 text-align: right;
39- font-family: Arial,Verdana, Sans, Serif;
40 font-size: 13;
41 }
42
43 .company_data {
44 width : 100%;
45 text-align: left;
46- font-family: Arial,Verdana, Sans, Serif;
47 font-size: 13;
48
49 }
50
51 .company_footer {
52- font-family: Arial,Verdana, Sans, Serif;
53- font-size: 8.4;
54 font-style : italic;
55 }
56+
57 .footer {
58+ font-size: 4;
59 border-top: 1px solid black;
60 width: 100%;
61 border:0; margin: 0;
62@@ -92,14 +93,12 @@
63 }
64
65 .slogan {
66- font-family: Arial,Verdana, Sans, Serif;
67 font-size: 10;
68 font-style : italic;
69 color : #888888;
70 }
71
72 #notes_table {
73- font-family: Arial,Verdana, Sans, Serif;
74 font-size: 12;
75 font-style : italic;
76 width:65%;
77@@ -112,7 +111,6 @@
78 }
79
80 .document_data {
81- font-family: Arial,Verdana, Sans, Serif;
82 font-size: 13;
83 }
84

Subscribers

People subscribed via source and target branches