[CLEAN] mail: added CSS from web to mail module.

bzr revid: tde@openerp.com-20130522105434-nqmao3fyxy8on1rl
This commit is contained in:
Thibault Delavallée 2013-05-22 12:54:34 +02:00
parent e880d4d13c
commit c4a019bbfd
1 changed files with 10 additions and 0 deletions

View File

@ -26,6 +26,16 @@
border-radius: 0px;
}
/* ---- GENERIC FOR MAIL-RELATED STUFF ---- */
.openerp .oe_e.oe_e_alias {
font-size: 30px;
line-height: 15px;
vertical-align: top;
margin-right: 3px;
color: white;
text-shadow: 0px 0px 2px black;
}
/* ------------ MAIL WIDGET --------------- */
.openerp .oe_mail, .openerp .oe_mail *{
-webkit-box-sizing: border-box;