[FIX] mail: chatter: display blockquotes with normal font size (appearing for example...
authorThibault Delavallée <tde@openerp.com>
Fri, 29 Aug 2014 09:15:34 +0000 (11:15 +0200)
committerThibault Delavallée <tde@openerp.com>
Fri, 29 Aug 2014 11:08:10 +0000 (13:08 +0200)
addons/mail/static/src/css/mail.css

index 8d461af..75a64b9 100644 (file)
@@ -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;