[MIG] web_timeline: Migration to 9.0

This commit is contained in:
Pedro M. Baeza
2016-08-02 00:59:05 +02:00
committed by CarlosRoca13
parent df6dc4abda
commit 9bdadac1ca
7 changed files with 303 additions and 355 deletions

View File

@@ -2,39 +2,19 @@
.openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_timeline:after {
content: "N";
}
.timeline-navigation-zoom-in .ui-icon{
background: none !important;
}
.timeline-navigation-zoom-out .ui-icon{
background: none !important;
}
.timeline-navigation-move-left .ui-icon{
background: none !important;
}
.timeline-navigation-move-right .ui-icon{
background: none !important;
}
/*.vis.timeline .timeaxis .grid.odd {
background: #f5f5f5;
} */
/* 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 .timeaxis .text.saturday,
.vis.timeline .timeaxis .text.sunday {
color: white;
} */
.vis.timeline .item.range .content {
overflow: visible;
overflow: visible;
}
.oe_chatter_toggle {
padding: 15px;
padding: 15px;
}
.oe_timeline_view .vlabel .inner:hover{