[IMP] web_widget_x2many_2d_matrix: center header cell

This commit is contained in:
Alexey Pelykh
2019-02-15 18:36:17 +02:00
committed by Lois Rilo
parent 71654f1fc3
commit c42b87bdf7
18 changed files with 55 additions and 45 deletions

View File

@@ -0,0 +1,10 @@
.o_field_x2many_2d_matrix .row-total {
font-weight: bold;
}
.o_x2many_2d_matrix {
thead > tr > th {
// Respect newline characters
white-space: pre-line;
}
}