[FIX] web: grid headers should be aligned properly

This commit is contained in:
Bhavik Bagdiya 2014-08-19 10:37:54 +05:30 committed by Richard Mathot
parent 7bcefaf232
commit 4c335588a1
2 changed files with 2 additions and 0 deletions

View File

@ -2842,6 +2842,7 @@
.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;

View File

@ -2287,6 +2287,7 @@ $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