forked from robicch/jQueryGantt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
print.css
53 lines (44 loc) · 855 Bytes
/
print.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
.noprint {
display:none !important;
}
BODY, TBODY {
font-family: arial;
font-size: 12px;
margin: 0;
color: #000;
}
.mainColumn{
width:98% !important;
}
#workSpace{
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;
}
.fixHead{
display: none !important;
}