Skip to content

Commit

Permalink
[IMP] web: center texts of measures cells in pivot view
Browse files Browse the repository at this point in the history
  • Loading branch information
Polymorphe57 committed Sep 24, 2018
1 parent 8d090e0 commit 5ca2d15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addons/web/static/src/scss/pivot_view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
background-color: $o-view-background-color;
width: auto; // bootstrap override

thead th:not(.o_pivot_header_cell_closed):not(.o_pivot_header_cell_opened) {
text-align: center;
}

th {
font-weight: normal; // bootstrap override
background-color: lighten($o-brand-secondary, 40%);
Expand Down

0 comments on commit 5ca2d15

Please sign in to comment.