[IMP] Improved display of avatars

bzr revid: tde@openerp.com-20120222152643-cdiyr0klegnt9sxd
This commit is contained in:
Thibault Delavallée 2012-02-22 16:26:43 +01:00
parent bf50057d22
commit 44e6b0f079
1 changed files with 16 additions and 2 deletions

View File

@ -63,11 +63,25 @@
.oe_mail_msg_image {
float: left;
width: 14%;
width: 100px;
height: 100px;
text-align: center;
overflow: hidden;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.oe_mail_msg_image img {
margin-left: 10%;
width: 100px;
height: auto;
clip: rect(10px, 100px, 110px, 0px);
}
.oe_mail_msg_content {