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.
 
 
 
 
 
 

60 lines
875 B

  1. .noprint {
  2. display:none !important;
  3. }
  4. BODY, TBODY {
  5. font-family: arial;
  6. font-size: 12px;
  7. margin: 0;
  8. color: #000;
  9. overflow: visible!important;
  10. }
  11. .teamworkIcon{
  12. display:none;
  13. }
  14. .mainColumn{
  15. width:98% !important;
  16. }
  17. #workSpace{
  18. overflow-x: visible !important;
  19. overflow-y: visible !important;
  20. width: auto !important;
  21. height: auto !important;
  22. border:none !important;
  23. }
  24. .splitterContainer{
  25. width: auto !important;
  26. height: auto !important;
  27. }
  28. .splitElement{
  29. position: static !important;
  30. width: auto !important;
  31. height: auto !important;
  32. top:0 !important;
  33. left: 0 !important;
  34. overflow-x: visible !important;
  35. overflow-y: visible !important;
  36. }
  37. .vSplitBar,.emptyRow{
  38. display: none !important;
  39. }
  40. .gdfTable{
  41. width: 0 !important;
  42. }
  43. .splitBox2{
  44. page-break-before: always !important;
  45. }
  46. .ganttFixHead{
  47. display: none !important;
  48. }