[IMP] change webclient structure: remove table
authorGéry Debongnie <ged@odoo.com>
Wed, 22 Oct 2014 13:52:04 +0000 (15:52 +0200)
committerGéry Debongnie <ged@odoo.com>
Wed, 29 Oct 2014 07:38:17 +0000 (08:38 +0100)
commitcd19c5c5c664179c35b472de82d874ff0932cbf7
tree65b822641a7f09f99c0fe64f9d460e419c444fbf
parented5fc84a373920a9740cac990cab33666f3373f8
[IMP] change webclient structure: remove table

This is a small change if measured in lines of code, but is a large
change: it removes the table structure from the web client and use divs
instead.  It will likely break a lot of things (some css selectors
will not work), but it should simplify our lives in the future:
closer to being responsive, easier layout computations for the browsers
(and hopefully less discrepencies between the results), simpler html, ...
addons/mail/static/src/xml/mail.xml
addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass
addons/web/static/src/js/chrome.js
addons/web/static/src/js/views.js
addons/web/static/src/xml/base.xml
addons/web/views/webclient_templates.xml