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.
59 lines
936 B
59 lines
936 B
.noprint { |
|
display:none !important; |
|
} |
|
|
|
BODY, TBODY { |
|
font-family: arial; |
|
font-size: 12px; |
|
margin: 0; |
|
color: #000; |
|
overflow: visible!important; |
|
} |
|
|
|
.teamworkIcon{ |
|
display:none; |
|
} |
|
|
|
.mainColumn{ |
|
width:98% !important; |
|
} |
|
|
|
|
|
#TWGanttArea{ |
|
overflow-x: visible !important; |
|
overflow-y: visible !important; |
|
width: auto !important; |
|
height: auto !important; |
|
border:none !important; |
|
} |
|
|
|
.splitterContainer{ |
|
width: auto !important; |
|
height: auto !important; |
|
} |
|
.splitElement{ |
|
position: static !important; |
|
width: auto !important; |
|
height: auto !important; |
|
top:0 !important; |
|
left: 0 !important; |
|
overflow-x: visible !important; |
|
overflow-y: visible !important; |
|
} |
|
|
|
.vSplitBar,.emptyRow{ |
|
display: none !important; |
|
} |
|
|
|
.gdfTable{ |
|
width: 0 !important; |
|
} |
|
|
|
.splitBox2{ |
|
page-break-before: always !important; |
|
} |
|
|
|
|
|
.ganttFixHead{ |
|
display: none !important; |
|
}
|
|
|