Revert "[FIX] web: grid headers should be aligned properly"
authorDenis Ledoux <dle@odoo.com>
Tue, 26 Aug 2014 08:56:44 +0000 (10:56 +0200)
committerDenis Ledoux <dle@odoo.com>
Tue, 26 Aug 2014 08:56:44 +0000 (10:56 +0200)
This reverts commit 4c335588a1f5d6d1f03e17aa20e37ffe4197447c.
It leads to table widths inconsistencies: The tables take more width then before, and overflow much more than before. This can be seen in "Accounting" > "Journal Entries", in the list of the form view

addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass

index 463876f..d221dfb 100644 (file)
 .openerp .oe_list_content td, .openerp .oe_list_content th {
   padding: 3px 6px;
   line-height: 18px;
-  white-space: nowrap;
 }
 .openerp .oe_list_content th.oe_sortable, .openerp .oe_list_content th.oe_sortable div {
   cursor: pointer;
index b1b8666..05270c0 100644 (file)
@@ -2287,7 +2287,6 @@ $sheet-padding: 16px
         td, th
             padding: 3px 6px
             line-height: 18px
-            white-space: nowrap
         th.oe_sortable, th.oe_sortable div
             cursor: pointer
         th.oe_sortable div