[REV] Followers widget: Invite people back to Add others of 7.0, because it was cool...
authorThibault Delavallée <tde@openerp.com>
Wed, 15 May 2013 16:42:58 +0000 (18:42 +0200)
committerThibault Delavallée <tde@openerp.com>
Wed, 15 May 2013 16:42:58 +0000 (18:42 +0200)
bzr revid: tde@openerp.com-20130515164258-fs6ekiwf06v2x3n9

addons/mail/static/src/css/mail.css
addons/mail/static/src/xml/mail_followers.xml

index 6bc086a..a3d8dca 100644 (file)
     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;
     margin-top: 12px;
     margin-bottom: 4px;
 }
+.openerp .oe_followers .oe_invite{
+    float: right;
+}
 .openerp .oe_followers .oe_partner {
     height: 32px;
     overflow: hidden;
index f331722..5ad3ff0 100644 (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>