[FIX] share: invite button added to mail.thread has the same style as '(un)follow' button.

bzr revid: tde@openerp.com-20120413150122-zdkzu9cmzpq8xors
This commit is contained in:
Thibault Delavallée 2012-04-13 17:01:22 +02:00
parent c1d9ea578d
commit c83f54289d
3 changed files with 4 additions and 5 deletions

View File

@ -81,7 +81,7 @@
.openerp div.oe_mail_recthread_right {
float: right;
width: 240px;
width: 250px;
}
.openerp div.oe_mail_recthread_actions button {
@ -89,7 +89,7 @@
}
.openerp button.oe_mail_button_followers {
display: inline-block;
display: inline;
}
.openerp button.oe_mail_button_mouseout {

View File

@ -1,5 +1,4 @@
button.oe-share-mail {
width: 120px;
display: none;
}

View File

@ -11,8 +11,8 @@
</t>
<t t-extend="RecordThread">
<t t-jquery=".oe_mail_button_follow" t-operation="before">
<button type="button" class="oe-share-mail">Invite</button>
<t t-jquery="button.oe_mail_button_unfollow" t-operation="after">
<button type="button" class="oe-share-mail oe_mail_button_mouseout">Invite</button>
</t>
</t>