vis.js is a dynamic, browser-based visualization library
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.

36 lines
548 B

  1. .vis.timeline .labelset {
  2. position: relative;
  3. width: 100%;
  4. overflow: hidden;
  5. box-sizing: border-box;
  6. }
  7. .vis.timeline .labelset .vlabel {
  8. position: relative;
  9. left: 0;
  10. top: 0;
  11. width: 100%;
  12. color: #4d4d4d;
  13. box-sizing: border-box;
  14. }
  15. .vis.timeline .labelset .vlabel {
  16. border-bottom: 1px solid #bfbfbf;
  17. }
  18. .vis.timeline .labelset .vlabel:last-child {
  19. border-bottom: none;
  20. }
  21. .vis.timeline .labelset .vlabel .inner {
  22. display: inline-block;
  23. padding: 5px;
  24. }
  25. .vis.timeline .labelset .vlabel .inner.hidden {
  26. padding: 0;
  27. }