[IMP] mail: chatter: css update (textarea in post composition form).

bzr revid: tde@openerp.com-20120712101638-th5o3q4bfz441whf
This commit is contained in:
Thibault Delavallée 2012-07-12 12:16:38 +02:00
parent 72d644a6b7
commit e8e1be4b83
1 changed files with 11 additions and 13 deletions

View File

@ -35,12 +35,13 @@
width: 484px;
}
.openerp div.oe_mail_wall_action textarea.oe_mail_compose_textarea {
.openerp div.oe_mail_wall_action textarea.oe_mail_compose_textarea,
.openerp div.oe_mail_wall_action div.oe_mail_compose_message_body_text textarea {
width: 474px;
height: 60px;
padding: 4px;
margin-bottom: 8px;
/*float: right;*/
float: right;
}
.openerp ul.oe_mail_wall_threads {
@ -161,8 +162,9 @@
clear: both;
}
/* TODO */
.openerp textarea.oe_mail_compose_textarea {
/* default textarea (oe_mail_compose_textarea), and body_text textarea for compose form view */
.openerp textarea.oe_mail_compose_textarea,
.openerp div.oe_mail_compose_message_body_text textarea {
width: 474px;
height: 60px;
padding: 4px;
@ -170,7 +172,9 @@
border: 1px solid #cccccc;
}
.openerp textarea.oe_mail_compose_textarea:focus {
/* default textarea (oe_mail_compose_textarea), and body_text textarea for compose form view */
.openerp textarea.oe_mail_compose_textarea:focus,
.openerp div.oe_mail_compose_message_body_text textarea:focus {
outline: 0;
border-color: rgba(82, 168, 236, 0.8);
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
@ -311,16 +315,10 @@
}
/* body_html: cleditor */
/*.openerp div.cleditorMain {
width: 468px !important;
height: 115px !important;
.openerp div.cleditorMain {
border: 1px solid #cccccc;
}
.openerp div.cleditorMain iframe {
width: 468px !important;
height: 90px !important;
}*/
/* ------------------------------------------------------------ */
/* Messages layout