odoo/addons/web_kanban
Nicolas Lempereur 2191b29ba5 [FIX] kanban: wrong rotate of folded column in IE9
In IE9 the title of a folded column is rotated two times. The writing mode
"tb-rl" already rotate the bloc then the "-ms-transform:rotate(90d)" rotates it
a second time.

This fix set the writing mode to the initial IE9 value (with a CSS hack so
it doesn't impact other browser).
2015-04-07 12:28:45 +02:00
..
i18n [I18N] Update translations from Launchpad 8.0 branches 2015-01-26 16:36:51 +01:00
static/src [FIX] kanban: wrong rotate of folded column in IE9 2015-04-07 12:28:45 +02:00
views [IMP] bundlify rest of web addons 2014-04-24 18:57:35 +02:00
__init__.py [IMP] factorize view/load part2 addons 2011-09-07 01:08:59 +02:00
__openerp__.py [IMP] bundlify web client 2014-04-24 11:25:20 +02:00