-
Notifications
You must be signed in to change notification settings - Fork 932
/
ganttPrint.css
59 lines (48 loc) · 936 Bytes
/
ganttPrint.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.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;
}