[FIX] mail: chatter: display blockquotes with normal font size (appearing for example when replying through thunderbird).

This commit is contained in:
Thibault Delavallée 2014-08-29 11:15:34 +02:00
parent 6954fe972f
commit 28317e8003
1 changed files with 3 additions and 0 deletions

View 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;