From: Thibault Delavallée Date: Fri, 29 Aug 2014 09:15:34 +0000 (+0200) Subject: [FIX] mail: chatter: display blockquotes with normal font size (appearing for example... X-Git-Tag: 8.0.0~211 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=28317e80038b28b5b9bdbfa2435fef8bf7f023a2;p=odoo%2Fodoo.git [FIX] mail: chatter: display blockquotes with normal font size (appearing for example when replying through thunderbird). --- diff --git a/addons/mail/static/src/css/mail.css b/addons/mail/static/src/css/mail.css index 8d461af..75a64b9 100644 --- a/addons/mail/static/src/css/mail.css +++ b/addons/mail/static/src/css/mail.css @@ -86,6 +86,9 @@ .openerp .oe_mail .oe_msg .oe_msg_content .oe_msg_body pre { white-space: pre-wrap; } +.openerp .oe_mail .oe_msg .oe_msg_content .oe_msg_body blockquote { + font-size: 1em; +} .openerp .oe_mail .oe_msg .oe_msg_content .oe_msg_body * { text-overflow:ellipsis; word-wrap: break-word;