From 1050f1eba21fd60d3274eea152fe4b8de6c6e91f Mon Sep 17 00:00:00 2001 From: Nicolas PIGANEAU Date: Wed, 29 Nov 2017 14:50:40 +0100 Subject: [PATCH] Fixed web_timeline.css CSS classes have changed with the updated version of vis.js --- web_timeline/__manifest__.py | 2 +- web_timeline/static/src/css/web_timeline.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web_timeline/__manifest__.py b/web_timeline/__manifest__.py index cd1ed237..91c3bace 100644 --- a/web_timeline/__manifest__.py +++ b/web_timeline/__manifest__.py @@ -5,7 +5,7 @@ { 'name': "Web timeline", 'summary': "Interactive visualization chart to show events in time", - "version": "10.0.1.2.0", + "version": "10.0.1.2.1", 'author': 'ACSONE SA/NV, ' 'Tecnativa, ' 'Monk Software, ' diff --git a/web_timeline/static/src/css/web_timeline.css b/web_timeline/static/src/css/web_timeline.css index a4e3bab4..bfbcaa62 100644 --- a/web_timeline/static/src/css/web_timeline.css +++ b/web_timeline/static/src/css/web_timeline.css @@ -4,12 +4,12 @@ } /* very light gray background in weekends */ -.vis.timeline .timeaxis .grid.saturday, -.vis.timeline .timeaxis .grid.sunday { +.vis-timeline .vis-grid.vis-saturday, +.vis-timeline .vis-grid.vis-sunday { background: #DCDCDC; } -.vis.timeline .item.range .content { +.vis-item .vis-item-overflow { overflow: visible; }