odoo/addons/web_kanban
Denis Leemann 5b4d303d05 [FIX] kanban: 180 in Firefox 43+ and Chrome 48+
The kanban CSS applies both a 90 degree rotation and a top-bottom rtl
writing mode to folded kanban group titles. This was initially fine
because browsers didn't support the (SVG) "tb-rl" value for writing-mode
and the property was thus ignored. Firefox 43 (December 2015) and Chrome
48 (January 2016) added support for this value, and thus now end up with
a 180 degree rotation on the title.

Issue #7955 fixed it in 8.0 due to MSIE impact, this is essentially a
backport to 7.0.

close #10687
2016-02-03 15:03:43 +01:00
..
i18n [I18N] Transifex project URL 2015-08-03 17:25:44 +02:00
static/src [FIX] kanban: 180 in Firefox 43+ and Chrome 48+ 2016-02-03 15:03:43 +01:00
__init__.py [IMP] factorize view/load part2 addons 2011-09-07 01:08:59 +02:00
__openerp__.py [MERGE] Merged PNA's branch to improve web module description 2012-08-22 18:33:36 +05:30