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
1=== modified file 'invoice_webkit/report/account_invoice.mako'
2--- invoice_webkit/report/account_invoice.mako 2013-01-31 14:13:54 +0000
3+++ invoice_webkit/report/account_invoice.mako 2013-02-07 09:57:19 +0000
4@@ -35,7 +35,7 @@
5 border-left:thin solid #EEEEEE;
6 border-top:thin solid #EEEEEE;
7 padding-left:10px;
8- font-size:smaller;
9+ font-size:11;
10 }
11
12
13@@ -154,6 +154,9 @@
14 td.vat {
15 white-space: nowrap;
16 }
17+.address .recipient {
18+ font-size: 12px;
19+}
20
21 </style>
22 </head>

Subscribers

People subscribed via source and target branches