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
=== modified file 'sale_order_report/data/sale_order_report_webkit.xml'
--- sale_order_report/data/sale_order_report_webkit.xml 2013-09-19 19:47:01 +0000
+++ sale_order_report/data/sale_order_report_webkit.xml 2014-06-19 01:52:48 +0000
@@ -9,8 +9,13 @@
9 <field name="margin_bottom">24.00</field>9 <field name="margin_bottom">24.00</field>
10 <field name="margin_left">0</field>10 <field name="margin_left">0</field>
11 <field name="margin_right">0</field>11 <field name="margin_right">0</field>
12 <field name="css"><![CDATA[ 12 <field name="css"><![CDATA[
13 .header {13 body {
14 font-family: Arial,Verdana, Sans, Serif;
15 font-size: 13px;
16 }
17
18 .header {
14 padding : 200px 10px 5px 10px;19 padding : 200px 10px 5px 10px;
15 border:0; margin: 0;20 border:0; margin: 0;
16 }21 }
@@ -20,14 +25,12 @@
20 }25 }
21 .partner-table {26 .partner-table {
22 width: 100%;27 width: 100%;
23 font-family: Arial,Verdana, Sans, Serif;
24 font-size: 12;28 font-size: 12;
25 }29 }
2630
27 #data-table {31 #data-table {
28 width: 100%;32 width: 100%;
29 padding-top: 20px;33 padding-top: 20px;
30 font-family: Arial,Verdana, Sans, Serif;
31 font-size: 10;34 font-size: 10;
32 }35 }
33 #data-table th{36 #data-table th{
@@ -56,24 +59,22 @@
56 .company_address{59 .company_address{
57 width : 100%;60 width : 100%;
58 text-align: right;61 text-align: right;
59 font-family: Arial,Verdana, Sans, Serif;
60 font-size: 13;62 font-size: 13;
61 }63 }
6264
63 .company_data {65 .company_data {
64 width : 100%;66 width : 100%;
65 text-align: left;67 text-align: left;
66 font-family: Arial,Verdana, Sans, Serif;
67 font-size: 13;68 font-size: 13;
68 69
69 }70 }
70 71
71 .company_footer {72 .company_footer {
72 font-family: Arial,Verdana, Sans, Serif;
73 font-size: 8.4;
74 font-style : italic;73 font-style : italic;
75 }74 }
75
76 .footer {76 .footer {
77 font-size: 4;
77 border-top: 1px solid black; 78 border-top: 1px solid black;
78 width: 100%;79 width: 100%;
79 border:0; margin: 0;80 border:0; margin: 0;
@@ -92,14 +93,12 @@
92 }93 }
93 94
94 .slogan {95 .slogan {
95 font-family: Arial,Verdana, Sans, Serif;
96 font-size: 10;96 font-size: 10;
97 font-style : italic;97 font-style : italic;
98 color : #888888;98 color : #888888;
99 }99 }
100 100
101 #notes_table {101 #notes_table {
102 font-family: Arial,Verdana, Sans, Serif;
103 font-size: 12;102 font-size: 12;
104 font-style : italic;103 font-style : italic;
105 width:65%;104 width:65%;
@@ -112,7 +111,6 @@
112 }111 }
113 112
114 .document_data {113 .document_data {
115 font-family: Arial,Verdana, Sans, Serif;
116 font-size: 13;114 font-size: 13;
117 }115 }
118 116

Subscribers

People subscribed via source and target branches