Merge lp:~camptocamp/account-invoice-report/account_invoice_report_VRE into lp:~account-core-editors/account-invoice-report/7.0

Proposed by Vincent Renaville@camptocamp
Status: Merged
Merged at revision: 19
Proposed branch: lp:~camptocamp/account-invoice-report/account_invoice_report_VRE
Merge into: lp:~account-core-editors/account-invoice-report/7.0
Diff against target: 22 lines (+4/-1)
1 file modified
invoice_webkit/report/account_invoice.mako (+4/-1)
To merge this branch: bzr merge lp:~camptocamp/account-invoice-report/account_invoice_report_VRE
Reviewer Review Type Date Requested Status
Nicolas Bessi - Camptocamp (community) Approve
Review via email: mp+147052@code.launchpad.net

Description of the change

[FIX] change font size

To post a comment you must log in.
Revision history for this message
Nicolas Bessi - Camptocamp (nbessi-c2c-deactivatedaccount) wrote :

Ok uniformize size of addresses.

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'invoice_webkit/report/account_invoice.mako'
--- invoice_webkit/report/account_invoice.mako 2013-01-31 14:13:54 +0000
+++ invoice_webkit/report/account_invoice.mako 2013-02-07 09:57:19 +0000
@@ -35,7 +35,7 @@
35 border-left:thin solid #EEEEEE;35 border-left:thin solid #EEEEEE;
36 border-top:thin solid #EEEEEE;36 border-top:thin solid #EEEEEE;
37 padding-left:10px;37 padding-left:10px;
38 font-size:smaller;38 font-size:11;
39}39}
4040
4141
@@ -154,6 +154,9 @@
154td.vat {154td.vat {
155 white-space: nowrap;155 white-space: nowrap;
156}156}
157.address .recipient {
158 font-size: 12px;
159}
157160
158 </style>161 </style>
159</head>162</head>

Subscribers

People subscribed via source and target branches