[IMP] mail: 'Advanced wizard' in upper-right corner

bzr revid: chm@openerp.com-20130214111925-dnknlv4jdkpxx8se
This commit is contained in:
Christophe Matthieu 2013-02-14 12:19:25 +01:00
parent 4bcd2325dd
commit f33db4543c
2 changed files with 12 additions and 10 deletions

View File

@ -458,18 +458,20 @@
.openerp .oe_mail .oe_hidden_input_file, .openerp .oe_mail .oe_hidden_input_file form{
display:inline;
}
.openerp .oe_mail .oe_msg_footer button.oe_full{
width:24px;
overflow:hidden;
.openerp .oe_mail .oe_msg_center button.oe_full{
width: 24px;
height: 22px;
overflow: hidden;
float: right;
filter:none;
filter: none;
}
.openerp .oe_mail .oe_msg_footer button.oe_full .oe_e{
.openerp .oe_mail .oe_msg_center button.oe_full .oe_e{
position: relative;
top: -4px;
margin-left: -9px;
vertical-align: middle;
filter:none;
top: -9px;
margin-left: -5px;
vertical-align: top;
filter: none;
height: 14px;
}
.openerp .oe_mail button.oe_attach, .openerp .oe_mail button.oe_full{
background: transparent;

View File

@ -26,6 +26,7 @@
</div>
<div class="oe_msg_center">
<div class="oe_msg_content">
<button class="oe_full" title="Open the full mail composer"><span class='oe_e'>&amp;ograve</span></button>
<t t-call="mail.thread.list_recipients"/>
<textarea class="field_text"></textarea>
</div>
@ -34,7 +35,6 @@
<button class="oe_post">Post</button>
<t t-call="mail.compose_message.add_attachment"/>
<!--<a class="oe_cancel oe_e">X</a>-->
<button class="oe_full" title="Open the full mail composer"><span class='oe_e'>&amp;ograve</span></button>
</div>
</div>
</div>