odoo/addons/point_of_sale/static/src/css
Joren Van Onder 9fa53b7ee7 [FIX] point_of_sale: adapt to Chrome 50's new handling of cell heights
Chrome 50 treats percent-height divs inside of auto-height cells as
auto [1]. So from now on it's important that an explicit 'height: 100%' CSS
property is set on parent tds, otherwise you'll end up with elements
with a height of 0.

An extra difficulty is that this new height property on
subwindow-container will result in the element being as high as his
parent table. So the collapsed trick doesn't work anymore in the
customer list.

This has to be done conditionally. The proposed workaround of adding
100% height to parents of affected elements causes issues in IE/Edge
because the effect of adding a height in percent to a table-{cell,row}
element is not defined by CSS [2].

DO NOT FORWARD-PORT!

[1] 8876584335
[2] http://stackoverflow.com/a/27384730
2016-04-19 08:53:10 +02:00
..
chrome50.css [FIX] point_of_sale: adapt to Chrome 50's new handling of cell heights 2016-04-19 08:53:10 +02:00
keyboard.css [IMP] point_of_sale: more css adaptations for iPad / android + a few bug correction along the way 2013-11-06 17:17:23 +01:00
pos.css [FIX] point_of_sale: adapt to Chrome 50's new handling of cell heights 2016-04-19 08:53:10 +02:00