Monday, January 12, 2015
1 change
Enhancements to existing features
Website building blocks now use clearer internal styling classes instead of layout spacing shortcuts on their main containers. This makes snippet layouts easier to maintain and helps keep website design behavior consistent as the editor evolves.
Original PR description
...body's root by proper styling on the classes Backport of https://github.com/odoo-dev/odoo-design/commit/7f07d10b5108b733d37022e0108029f52b8e8817 and https://github.com/odoo-dev/odoo-design/commit/6adcccdf38587dd5325a14fd3fd1d190b01b770e with class names modified according to our discussion with al this morning. After we have merged this we can delete the odoo-dev/odoo-design repository. However, I need to check with chm if its snippet api still requires the classes like o_block_banner, especially regarding the new new snippet api introduced with 4734cba, as those class names are confusing with respect to fme ones. => The o_block_<snippet> classes are still required until those snippets are updated to the new 4734cba api.