Browse Source
Merge pull request #814 from npiganeau/patch-1
[FIX] web_timeline: css adapted to upstream
pull/714/head
Pedro M. Baeza
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
web_timeline/__manifest__.py
-
web_timeline/static/src/css/web_timeline.css
|
@ -5,7 +5,7 @@ |
|
|
{ |
|
|
{ |
|
|
'name': "Web timeline", |
|
|
'name': "Web timeline", |
|
|
'summary': "Interactive visualization chart to show events in time", |
|
|
'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, ' |
|
|
'author': 'ACSONE SA/NV, ' |
|
|
'Tecnativa, ' |
|
|
'Tecnativa, ' |
|
|
'Monk Software, ' |
|
|
'Monk Software, ' |
|
|
|
@ -4,12 +4,12 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* very light gray background in weekends */ |
|
|
/* 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; |
|
|
background: #DCDCDC; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.vis.timeline .item.range .content { |
|
|
|
|
|
|
|
|
.vis-item .vis-item-overflow { |
|
|
overflow: visible; |
|
|
overflow: visible; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|