Skip to content

Commit

Permalink
Revert "[FIX] web: fix layout issue in Chrome 50"
Browse files Browse the repository at this point in the history
or how to break every internet explorer releases while
attempting to fix chrome 50
  • Loading branch information
sle-odoo committed Apr 15, 2016
1 parent 9a01245 commit e1a9919
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions addons/web/static/src/css/base.css
Expand Up @@ -902,7 +902,6 @@
height: 100%;
}
.openerp .oe_leftbar > div > div > div {
display: table-cell;
position: relative;
height: 100%;
}
Expand Down Expand Up @@ -1063,7 +1062,6 @@
height: 100%;
}
.openerp .oe_application > div > .oe_view_manager > .oe_view_manager_wrapper > div {
display: table-cell;
position: relative;
height: 100%;
}
Expand Down
2 changes: 0 additions & 2 deletions addons/web/static/src/css/base.sass
Expand Up @@ -785,7 +785,6 @@ $sheet-padding: 16px
display: table-row
height: 100%
> div
display: table-cell
position: relative
height: 100%
> div.oe_secondary_menus_container
Expand Down Expand Up @@ -918,7 +917,6 @@ $sheet-padding: 16px
display: table-row
height: 100%
> div
display: table-cell
position: relative
height: 100%
> .oe_view_manager_body
Expand Down

0 comments on commit e1a9919

Please sign in to comment.