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.

35 lines
533 B

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