Port web_timeline to v10

This commit is contained in:
Leonardo Donelli
2017-01-12 01:04:30 +01:00
committed by Martin Nicolas Cuesta
parent 28688d4135
commit 36e47807b9
4 changed files with 75 additions and 104 deletions

View File

@@ -3,18 +3,18 @@
content: "N";
}
/* gray background in weekends, white text color */
/* very light gray background in weekends */
.vis.timeline .timeaxis .grid.saturday,
.vis.timeline .timeaxis .grid.sunday {
background: gray;
background: #DCDCDC;
}
.vis.timeline .item.range .content {
overflow: visible;
overflow: visible;
}
.oe_chatter_toggle {
padding: 15px;
padding: 15px;
}
.oe_timeline_view .vlabel .inner:hover{