Merge lp:~openerp-dev/openobject-addons/7.0-bug-1167323-nco into lp:openobject-addons/7.0

Proposed by Nimesh Contractor(Open ERP)
Status: Merged
Merged at revision: 9658
Proposed branch: lp:~openerp-dev/openobject-addons/7.0-bug-1167323-nco
Merge into: lp:openobject-addons/7.0
Diff against target: 12 lines (+1/-1)
1 file modified
mail/static/src/css/mail.css (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/7.0-bug-1167323-nco
Reviewer Review Type Date Requested Status
Martin Trigaux (OpenERP) (community) Approve
Review via email: mp+161812@code.launchpad.net

Description of the change

Hello,

  Fix the problem of line break in "Follow" column by giving padding to left.

Thanks.

To post a comment you must log in.
Revision history for this message
Martin Trigaux (OpenERP) (mat-openerp) wrote :

Thanks for the patch, merged in 7.0

revno: 9658 [merge]
revision-id: <email address hidden>

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'mail/static/src/css/mail.css'
2--- mail/static/src/css/mail.css 2013-04-03 14:51:51 +0000
3+++ mail/static/src/css/mail.css 2013-05-01 12:22:26 +0000
4@@ -618,7 +618,7 @@
5 margin-bottom: 4px;
6 }
7 .openerp .oe_followers .oe_invite{
8- float: right;
9+ padding-left: 5px;
10 }
11 .openerp .oe_followers .oe_partner {
12 height: 32px;