[IMP] Made 'Add an item' text bold for many2many widget.
authorDikshit Prajapati <pdi@openerp.com>
Tue, 26 Aug 2014 04:24:07 +0000 (09:54 +0530)
committerRichard Mathot <rim@openerp.com>
Tue, 16 Sep 2014 13:53:29 +0000 (15:53 +0200)
addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass

index 9492c53..b6859e7 100644 (file)
 .openerp .oe_form_field_one2many > .oe_view_manager .oe_view_manager_view_list, .openerp .oe_form_field_many2many > .oe_view_manager .oe_view_manager_view_list {
   min-height: 132px;
 }
-.openerp .oe_form_field_one2many .oe_form_field_one2many_list_row_add, .openerp .oe_form_field_many2many .oe_form_field_one2many_list_row_add {
+.openerp .oe_form_field_one2many .oe_form_field_one2many_list_row_add, .openerp .oe_form_field_one2many .oe_form_field_many2many_list_row_add, .openerp .oe_form_field_many2many .oe_form_field_one2many_list_row_add, .openerp .oe_form_field_many2many .oe_form_field_many2many_list_row_add {
   font-weight: bold;
 }
 .openerp .oe_form_field_one2many .oe_list_content > thead, .openerp .oe_form_field_many2many .oe_list_content > thead {
index 9897a99..5ca3ee7 100644 (file)
@@ -2067,7 +2067,7 @@ $sheet-padding: 16px
             .oe_view_manager_view_list
                 min-height: 132px
 
-        .oe_form_field_one2many_list_row_add
+        .oe_form_field_one2many_list_row_add,.oe_form_field_many2many_list_row_add
             font-weight: bold
         .oe_list_content
             > thead