[IMP] mail: css for recipient on compose message
authorChristophe Matthieu <chm@openerp.com>
Fri, 21 Dec 2012 11:23:07 +0000 (12:23 +0100)
committerChristophe Matthieu <chm@openerp.com>
Fri, 21 Dec 2012 11:23:07 +0000 (12:23 +0100)
bzr revid: chm@openerp.com-20121221112307-0hj05yw1nn3l3ux9

addons/mail/static/src/css/mail.css

index 0bcf68d..dbeb882 100644 (file)
 }
 .openerp .oe_mail .oe_msg_composer .oe_emails_from{
     font-size: 12px;
+    margin-left: 20px;
 }
 .openerp .oe_mail .oe_msg_composer .oe_emails_from label{
     vertical-align: middle;
 }
 .openerp .oe_mail .oe_msg_content .oe_mail_list_recipients{
     font-size: 12px;
-    margin-top: 4px;
-    margin-bottom: 4px;
+    margin: 4px 0 4px 20px;
+    text-indent: -20px;
 }
 
 /* ---------------- HIDDEN MESSAGES ------------------ */