You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
591 B

  1. /* Button style */
  2. .openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_timeline:after {
  3. content: "N";
  4. }
  5. /* very light gray background in weekends */
  6. .vis-timeline .vis-grid.vis-saturday,
  7. .vis-timeline .vis-grid.vis-sunday {
  8. background: #DCDCDC;
  9. }
  10. .vis-item .vis-item-overflow {
  11. overflow: visible;
  12. }
  13. .oe_chatter_toggle {
  14. padding: 15px;
  15. }
  16. .oe_timeline_view .vlabel .inner:hover{
  17. cursor: pointer;
  18. }
  19. .oe_timeline_view svg.oe_timeline_view_canvas {
  20. display: block;
  21. width: 100%;
  22. height: 100%;
  23. position: absolute;
  24. left: 0px;
  25. top: 0px;
  26. }