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.

63 lines
1.2 KiB

  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. }
  27. .vis-labelset {
  28. position: relative;
  29. width: 100%;
  30. height: 100%;
  31. overflow: visible !important;
  32. }
  33. .vis-labelset .vis-label:first-child {
  34. background: lightgrey;
  35. position: sticky;
  36. top: 0px !important;
  37. z-index: 999;
  38. max-height: 100px;
  39. height: 100px !important;
  40. display: -webkit-flex;
  41. }
  42. .vis-foreground .vis-group:first-child {
  43. background: lightgrey;
  44. position: sticky;
  45. top: 0px !important;
  46. z-index: 999;
  47. max-height: 100px;
  48. height: 100px !important;
  49. display: -webkit-flex;
  50. overflow: auto;
  51. }
  52. .vis-background .vis-group:nth-child(2) .vis-line{
  53. display:none !important;
  54. }