Commit Graph

193 Commits

Author SHA1 Message Date
Nicolas Lempereur 97dbe0db5f [FIX] web_kanban, web: kanban title direction
In internet explorer, writing direction can lead to wrong text direction
when combined with rotate.

A fix was already in place for IE up to version 9 but the issue also
happens in next versions which are more difficult to differentiate
(especially the current spartan/edge version).

So this fix use the same css property value for all browser and it doesn't
seem to have an impact (other than correcting the issue in IE).

closes #7955
opw-646430
2015-08-10 10:54:23 +02:00
Nicolas Lempereur 00099db4f3 [FIX] css: move ie9 targetted rules to ie.css
Moving existing rules targetting IE9 or less to addons/web/static/src/css/ie.css
2015-04-13 18:24:10 +02:00
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
Nicolas Lempereur b8b8329044 Revert "[FIX] web: set_cache want unicode when caching css"
This reverts commit e75e2ce2e5.
2015-04-07 10:55:24 +02:00
Nicolas Lempereur e75e2ce2e5 [FIX] web: set_cache want unicode when caching css 2015-04-07 10:29:33 +02:00
Géry Debongnie 967969d7b4 [FIX] kanban view background is correctly set (web_kanban)
the .oe_background_grey class only changed part of the kanban background
when it was scrolled.  This makes sure that the full table has a grey
background.
2014-11-07 14:21:35 +01:00
Christophe Simonis c825d0552d [MERGE] forward port of branch saas-3 up to ec27773 2014-11-05 21:46:42 +01:00
Christophe Simonis ec277732fe [MERGE] forward port of branch 7.0 up to 3e3e35e 2014-11-05 21:10:15 +01:00
Christophe Simonis 3e3e35ed7e [FIX] web,web_kanban: correct radial-gradient usage 2014-11-05 20:57:59 +01:00
Christophe Simonis a7c2125735 [MERGE] forward port of branch saas-4 up to 6b8e972 2014-06-10 13:15:46 +02:00
Christophe Simonis 6b8e9727e5 [MERGE] forward port of branch saas-3 up to 4601d85 2014-06-10 12:29:47 +02:00
Christophe Simonis 4601d85944 [MERGE] forward port of branch 7.0 up to 6fdb783 2014-06-10 11:49:14 +02:00
Martin Trigaux 7b31b082a1 [FIX] kanban: avoid wrong placement of button on ie9
On ie9, the 'read more' button in kanban view was placed in the middle of the window instead of the bottom
2014-06-04 15:06:53 +02:00
Thibault Delavallée 8bf965a865 [FIX] priority widget in kanban: css fixes
bzr revid: tde@openerp.com-20140508153710-tbgohlv4ynuvyli9
2014-05-08 17:37:10 +02:00
Thibault Delavallée dae5ee484a [CLEAN] web: cleaned dropdown selection widget implementation: cleaned css and js code.
bzr revid: tde@openerp.com-20140508123347-ye6pvk1uo5jargec
2014-05-08 14:33:47 +02:00
Denis Ledoux 5ff7146e15 [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 4179 revid:dle@openerp.com-20140422150918-nxv2v4bcvi6u3v6g
bzr revid: dle@openerp.com-20140417101315-2pjn31wb7ald3qe4
bzr revid: dle@openerp.com-20140417161003-g3mchwrucp6ab8tu
bzr revid: dle@openerp.com-20140422160712-iq4yur3jmw5n01ar
2014-04-22 18:07:12 +02:00
Denis Ledoux b250c5f9f5 [MERGE] Forward-port of latest saas-3 bugfixes, up to rev. 4003 revid:dle@openerp.com-20140417161003-g3mchwrucp6ab8tu
bzr revid: dle@openerp.com-20140418151400-1g98vljq3cjv0czs
2014-04-18 17:14:00 +02:00
Denis Ledoux e2b8593f91 [REVERT] web: 4174 revid:dle@openerp.com-20140415130732-bud8xb3pzgxw2imr, break the kanban drag and drop, which is far more important than the show more button wrongly displayed in ie.
bzr revid: dle@openerp.com-20140417160919-ftwk0jtci9dwuu7h
2014-04-17 18:09:19 +02:00
Christophe Simonis 457b877160 [MERGE] forward port of branch saas-3 up to revid 4000 dle@openerp.com-20140415130951-ckuv8nsl17qkb300
bzr revid: chs@openerp.com-20140415142910-c3fqzce7wju83f5e
2014-04-15 16:29:10 +02:00
Denis Ledoux f8d5ef0f80 [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 4174 revid:dle@openerp.com-20140415130732-bud8xb3pzgxw2imr
bzr revid: dle@openerp.com-20140415101427-a6r7lgy50x9bdah3
bzr revid: dle@openerp.com-20140415130951-ckuv8nsl17qkb300
2014-04-15 15:09:51 +02:00
Denis Ledoux 4a516a4709 [FIX] web_kanban: show more button of kanban view behind the kanban cards on (ie9)
bzr revid: dle@openerp.com-20140415130732-bud8xb3pzgxw2imr
2014-04-15 15:07:32 +02:00
Parth Gajjar (Open ERP) 004fa1f1ac [IMP] improvement for kanban card movement
bzr revid: pga@tinyerp.com-20140305113307-mbwffroxmbgefion
2014-03-05 17:03:07 +05:30
Parth Gajjar (Open ERP) e6335d2b40 [IMP] improved UI for empty kanban(group_by)
bzr revid: pga@tinyerp.com-20140221131728-i2ra7rrkgl9hu69n
2014-02-21 18:47:28 +05:30
jke-openerp 9f8bd865dc [IMP] Fix css with header of no_form, Fix css for Entypo lin height, Fix js positionning for search no_result, allow click on + in kanban when no_result (ask of fp)
bzr revid: jke@openerp.com-20140127172414-qftefwct3zbgfvrt
2014-01-27 18:24:14 +01:00
Thibault Delavallée 1a3bd33ec3 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20131219134055-rtbn9oylxq3ybaai
2013-12-19 14:40:55 +01:00
Thibault Delavallée 618284c63d [MERGE] Merged web branch holding timepicker update + kanban improvements (move into folded column): removed timepicker updates. This branch will be cleaned.
bzr revid: tde@openerp.com-20131125100547-vejcpe9p4le7jury
2013-11-25 11:05:47 +01:00
Christophe Simonis 00b6485c3b [FIX] web_kanban: correct design of vertical title on IE
bzr revid: chs@openerp.com-20131104142310-4ef0byprm3gw4s8d
2013-11-04 15:23:10 +01:00
Christophe Simonis aabbb0b1c3 [MERGE] forward port of branch 7.0 up to revid 4055 chs@openerp.com-20131105121843-rqplhk83fczxww0t
bzr revid: chs@openerp.com-20131105125947-2q11suxxpxh18hyc
2013-11-05 13:59:47 +01:00
Christophe Simonis 76d2e870d6 [FIX] web_kanban: correct css for empty kanban
bzr revid: chs@openerp.com-20131002093730-ucn089plydhsl71k
2013-10-02 11:37:30 +02:00
Vidhin Mehta 91fb2510ed [IMP]remove extra code from css
bzr revid: vme@tinyerp.com-20130905060803-n7z3g2xreb39oke6
2013-09-05 11:38:03 +05:30
niv-openerp 5b530b4722 [FIX] problem in kanban views, the little "+" button in grouped kanban views had a too high z-index that makes it appear above the instant messaging search bar
bzr revid: nicolas.vanhoren@openerp.com-20130904133505-uwuop0q6nwcs0a0l
2013-09-04 15:35:05 +02:00
Thibault Delavallée ad70c64c52 [IMP] css: moved alias specific css from kanban to base, because it is now used in form view as well as in kanban views.
bzr revid: tde@openerp.com-20130429110358-91uqfmw0sj1hacl6
2013-04-29 13:03:58 +02:00
Christophe Matthieu e07cf38910 [FIX] web_kanban: hide the counter on the top of column to display option drop down when the mouse is hover.
bzr revid: chm@openerp.com-20130415114545-e557dsr4y0qkh8ff
2013-04-15 13:45:45 +02:00
Thibault Delavallée 825d3445a8 [IMP] kanban: added some css for alias box that appear in several kanban view, in order to factorize a bit.
bzr revid: tde@openerp.com-20130405110839-umm25ui4stg7axs4
2013-04-05 13:08:39 +02:00
Thibault Delavallée caff74a650 [CLEAN] Moved kanban specific css from base.sass to kanban.sass; regenerated css files accordingly.
bzr revid: tde@openerp.com-20130328112327-3jurcsvur7u4z2ry
2013-03-28 12:23:27 +01:00
Christophe Matthieu 5ad1ecb48f [MERGE] from trunk
bzr revid: chm@openerp.com-20130320130931-0mk35kjf5e3g8fnd
2013-03-20 14:09:31 +01:00
Xavier Morel 2ed01c1954 [FIX] various forgotten compilations of sass files into css
bzr revid: xmo@openerp.com-20130306105106-k66gvdz0vgbn1y3e
2013-03-06 11:51:06 +01:00
Thibault Delavallée d04b3984dc [IMP] kanban: display number of folded records
bzr revid: tde@openerp.com-20130130120711-tj9zb3fw4b6fhqvd
2013-01-30 13:07:11 +01:00
Christophe Matthieu bfed0ace3f [MERGE] from trunk-kanban-folded-chm
bzr revid: chm@openerp.com-20130128155508-o4t81tvgjb2jfujh
2013-01-28 16:55:08 +01:00
Christophe Matthieu d738d75506 [IMP] kanban: display number of folded records
bzr revid: chm@openerp.com-20130125120153-5ygo6kvscmap8tnq
2013-01-25 13:01:53 +01:00
Christophe Matthieu b79cf38a37 [IMP] kanban: help message position
bzr revid: chm@openerp.com-20130123121206-uehsdih50xy8jgts
2013-01-23 13:12:06 +01:00
Christophe Matthieu d345c7b07a [IMP] kanban: no_message on hover columns with opacity effect
bzr revid: chm@openerp.com-20130122103037-iyciy625vnhjak0x
2013-01-22 11:30:37 +01:00
Christophe Matthieu f78e956bd9 [FIX] kanban view: css change for title elipsis
bzr revid: chm@openerp.com-20130109094451-0exhihw3f91o466s
2013-01-09 10:44:51 +01:00
Fabien Pinckaers 571504342e [FIX] kanban width improvement
bzr revid: fp@tinyerp.com-20130104165429-51o2azb657i7b91q
2013-01-04 17:54:29 +01:00
Fabien Pinckaers 4885ec46cf [IMP] kanban column width
bzr revid: fp@openerp.com-20130103222515-y55td51r7kas75kf
2013-01-03 23:25:15 +01:00
Christophe Matthieu 3f07d75644 [MERGE] trunk-bug-1092942-ggh: kanban display tags: bug #1092942 and bug #1094877
bzr revid: chm@openerp.com-20130102135752-0r1h31ntawksm7n9
2013-01-02 14:57:52 +01:00
Fabien Pinckaers 08da4d3a7b [FIX] kanban fixed width + word-wrap
bzr revid: fp@tinyerp.com-20121231141253-dp8w32otnfiudzf7
2012-12-31 15:12:53 +01:00
Fabien Pinckaers 0abda02684 [UNCOMMIT] uncommit kanban fixed width as it's broken with a lot of column
bzr revid: fp@tinyerp.com-20121220183942-wug9abfwdzbl8c9n
2012-12-20 19:39:42 +01:00
Fabien Meghazi f8ed6f41c1 [REM] Removed crappy kanban header width computing
lp bug: https://launchpad.net/bugs/1091643 fixed

bzr revid: fme@openerp.com-20121220153526-i8os7vzkaga7mnzq
2012-12-20 16:35:26 +01:00
Fabien Meghazi 7ad60256b7 [MERGE] nwi css improvements
bzr revid: fme@openerp.com-20121220132552-onlkvt50qk0al7t9
2012-12-20 14:25:52 +01:00