[FIX] web: about odoo: correct bootstrap structure inside the modal
authorSimon Lejeune <sle@openerp.com>
Wed, 10 Sep 2014 12:59:00 +0000 (14:59 +0200)
committerSimon Lejeune <sle@openerp.com>
Thu, 11 Sep 2014 09:55:30 +0000 (11:55 +0200)
commit92c0dbb8ae6041d370a3d7a48f8d1fe35a83846b
treef93ae665bb12fc64827b91c6a3d77fd14b2c055b
parentf4896fc4f435880e1e7309c4222ff381d5da81ee
[FIX] web: about odoo: correct bootstrap structure inside the modal

Bootstrap's container class has a fixed width, using it in a modal
with the previous commit allowing an horizontal scrollbar makes the
layout goes crazy. Use container-fluid instead and cleaned some css.
addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass
addons/web/static/src/xml/base.xml