[FIX] adjust view top when header height changes
authorGéry Debongnie <ged@odoo.com>
Mon, 26 May 2014 12:51:47 +0000 (14:51 +0200)
committerGéry Debongnie <ged@odoo.com>
Mon, 26 May 2014 12:51:47 +0000 (14:51 +0200)
commit5e367d958cdebdf4c2659c2d7fe0823cdf363bb6
tree02427518ce332315ce9ba7ff7b6da08510d8a3be
parent14d4cd4ad481843c7d1d233591172ad2119b4737
[FIX] adjust view top when header height changes

the header height is not fixed, it can change when the breadcrumbs
start a new line, or when there is only one view type (for ex, in most
reporting views).  So, the top value of the view_manager_body has to be
adjusted accordingly.
addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass
addons/web/static/src/js/search.js