jquery.treegrid.css 411 B

12345678
  1. .treegrid-indent {width:16px; height: 16px; display: inline-block; position: relative;}
  2. .treegrid-expander {width:16px; height: 16px; display: inline-block; position: relative; cursor: pointer;}
  3. .treegrid-expander-expanded{background-image: url(../img/collapse.png); }
  4. .treegrid-expander-collapsed{background-image: url(../img/expand.png);}
  5. .treegrid-element {white-space: unset;}
  6. .timelinehead {width:30vw;}