gantt-scheduler.css 578 B

12345678910111213141516171819202122232425262728293031
  1. .taskTip
  2. {
  3. font-size:11px;
  4. }
  5. .taskTip td
  6. {
  7. width:70px;
  8. }
  9. .icon-add
  10. {
  11. background:url(images/add.png) no-repeat left center !important;
  12. }
  13. /* Since scheduler does not render zero-duration events, we need to do the custom styling ourselves */
  14. div.sch-event-milestone
  15. {
  16. background: transparent url("gntresources/images/milestone.png");
  17. margin-left:-8px;
  18. margin-top:2px;
  19. width:16px !important;
  20. height:16px !important;
  21. border:0 none;
  22. text-indent:-10000px;
  23. box-shadow: none;
  24. }
  25. div.sch-event-milestone .sch-resizable-handle{
  26. display:none;
  27. }