[FIX] web: fix layout issue in Chrome 50

The height was not distributed anymore to the children of a `table-row`
element if they are not themselves `table-cell` elements.

Fixes #11629
This commit is contained in:
Simon Lejeune 2016-04-14 14:00:42 +02:00
parent 967629f8ac
commit 00ead29c7c
2 changed files with 4 additions and 0 deletions

View File

@ -902,6 +902,7 @@
height: 100%;
}
.openerp .oe_leftbar > div > div > div {
display: table-cell;
position: relative;
height: 100%;
}
@ -1062,6 +1063,7 @@
height: 100%;
}
.openerp .oe_application > div > .oe_view_manager > .oe_view_manager_wrapper > div {
display: table-cell;
position: relative;
height: 100%;
}

View File

@ -785,6 +785,7 @@ $sheet-padding: 16px
display: table-row
height: 100%
> div
display: table-cell
position: relative
height: 100%
> div.oe_secondary_menus_container
@ -917,6 +918,7 @@ $sheet-padding: 16px
display: table-row
height: 100%
> div
display: table-cell
position: relative
height: 100%
> .oe_view_manager_body