[IMP] mail widget is now inline-block

bzr revid: fva@openerp.com-20121024094506-zy79cj8bai4t5zes
This commit is contained in:
Frédéric van der Essen 2012-10-24 11:45:06 +02:00
parent 9be4003dfc
commit 502fa126a7
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
box-sizing: border-box;
}
.openerp .oe_mail {
display: inline-block;
position: relative;
width: 740px;
margin: 0px;