[REV] Followers widget: Invite people back to Add others of 7.0, because it was cool and clean.

bzr revid: tde@openerp.com-20130515164258-fs6ekiwf06v2x3n9
This commit is contained in:
Thibault Delavallée 2013-05-15 18:42:58 +02:00
parent f2e942ac44
commit fe6fd3de09
2 changed files with 4 additions and 8 deletions

View File

@ -564,13 +564,6 @@
text-align: center;
width:100%;
}
.openerp .oe_followers button.oe_invite{
margin: 5px 0;
padding: 2px 8px;
font-size: 12px;
text-shadow: none;
width: 100%;
}
.openerp .oe_followers button.oe_follower.oe_following{
color: white;
background-color: #3465A4;
@ -624,6 +617,9 @@
margin-top: 12px;
margin-bottom: 4px;
}
.openerp .oe_followers .oe_invite{
float: right;
}
.openerp .oe_followers .oe_partner {
height: 32px;
overflow: hidden;

View File

@ -19,7 +19,7 @@
</div>
<div class='oe_follower_title_box'>
<h4 class='oe_follower_title'>Followers</h4>
<button t-if="widget.view_is_editable" href='#' class="oe_invite">Invite people</button>
<a t-if="widget.view_is_editable" href='#' class="oe_invite">Add others</a>
</div>
<div class="oe_follower_list"></div>
</div>