You are here

reset.css in Views Gantt 7

Same filename and directory in other branches
  1. 7.2 css/reset.css
#GanttDiv table,
#GanttDiv tr,
#GanttDiv td,
#GanttDivFullscreen table,
#GanttDivFullscreen tr,
#GanttDivFullscreen td {
  border: none;
  margin: 0;
  padding: 0;
  max-width: none;
}
#GanttDiv img,
#GanttDivFullscreen img {
  max-width: none;
}

#GanttDivFullscreen {
	overflow: hidden;
}

.gantt-fullscreen {
	cursor: pointer;
}

File

css/reset.css
View source
  1. #GanttDiv table,
  2. #GanttDiv tr,
  3. #GanttDiv td,
  4. #GanttDivFullscreen table,
  5. #GanttDivFullscreen tr,
  6. #GanttDivFullscreen td {
  7. border: none;
  8. margin: 0;
  9. padding: 0;
  10. max-width: none;
  11. }
  12. #GanttDiv img,
  13. #GanttDivFullscreen img {
  14. max-width: none;
  15. }
  16. #GanttDivFullscreen {
  17. overflow: hidden;
  18. }
  19. .gantt-fullscreen {
  20. cursor: pointer;
  21. }