From 28317e80038b28b5b9bdbfa2435fef8bf7f023a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thibault=20Delavall=C3=A9e?= <tde@openerp.com>
Date: Fri, 29 Aug 2014 11:15:34 +0200
Subject: [PATCH] [FIX] mail: chatter: display blockquotes with normal font
 size (appearing for example when replying through thunderbird).

---
 addons/mail/static/src/css/mail.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/addons/mail/static/src/css/mail.css b/addons/mail/static/src/css/mail.css
index 8d461af85862..75a64b990968 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;
-- 
GitLab