-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprint.css
More file actions
54 lines (39 loc) · 676 Bytes
/
print.css
File metadata and controls
54 lines (39 loc) · 676 Bytes
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
body {
background: white;
font-size: 9px;
background-image: none;
}
#page {
padding-top: 1em;
width: auto;
border: 0;
margin-left: 0;
}
/*Start hiding */
#header, #footer {
display: none;
}
.basic_form start_form {
display: none;
}
p.requires_project {
display: none;
}
a:link, a:visited {
display:none;
}
form {
display: none;
}
/* timesheet */
table.timesheet { border: 0; border-collapse: collaspe; width: 600px; }
table.timesheet tr th,table.timesheet tr td {
font-size: 13px;
padding: 0;
vertical-align: top;
}
table.timesheet tr td { text-align: center; width: 5px; }
/* page break */
.main-header-row {
page-break-before: always;
}