Merge lp:~openerp-dev/openobject-addons/7.0-opw-593897-cpa into lp:openobject-addons/7.0

Proposed by Chirag Patel (OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/7.0-opw-593897-cpa
Merge into: lp:openobject-addons/7.0
Diff against target: 32 lines (+4/-4)
1 file modified
mail/static/src/css/mail.css (+4/-4)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/7.0-opw-593897-cpa
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+171014@code.launchpad.net

Description of the change

Hello,

First follower not display in German language.

'Add others' German term large and not fit in div, so term going to next line and hide the first follower.

Thanks.

To post a comment you must log in.

Unmerged revisions

9256. By Chirag Patel <email address hidden>

[FIX] Fixed first follower not display in german language.

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-06-24 05:04:34 +0000
4@@ -552,7 +552,7 @@
5 position: relative;
6 display: inline-block;
7 padding-top: 5px;
8- width: 160px;
9+ width: 190px;
10 float: right;
11 margin-right: 16px;
12 }
13@@ -614,8 +614,8 @@
14 display: inline;
15 }
16 .openerp .oe_followers .oe_follower_title_box{
17- margin-top: 12px;
18- margin-bottom: 4px;
19+ margin-top: 17px;
20+ margin-bottom: 17px;
21 }
22 .openerp .oe_followers .oe_invite{
23 float: right;
24@@ -656,7 +656,7 @@
25 .openerp .oe_record_thread{
26 display: block;
27 margin-left: 16px;
28- margin-right: 212px;
29+ margin-right: 222px;
30 }
31
32 /* ----------- INBOX INTEGRATION ----------- */