forked from andrew867/timeclock
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprint.css
50 lines (41 loc) · 970 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
@media print {
.admin_headings {
font-weight: bold;
text-decoration: none;
color: #748771;
font-family: Tahoma, Verdana, Trebuchet MS, sans-serif;
font-size: 11px;
}
.header {
display: none;
}
.hide {
display: none;
}
.left_main {
display: none;
}
.misc_items {
font-family: Tahoma, Verdana, Trebuchet MS, sans-serif;
font-size: 11px;
padding-left: 10px;
}
.notdisplay {
font-family: Tahoma, Verdana, Trebuchet MS, sans-serif;
font-size: 11px;
padding-left: 10px;
}
.notdisplay_rpt {
font-family: Tahoma, Verdana, Trebuchet MS, sans-serif;
font-size: 11px;
}
.notprint {
font-family: Tahoma, Verdana, Trebuchet MS, sans-serif;
font-size: 11px;
padding-left: 10px;
display: none;
}
.topmain_row_color {
display: none;
}
}