forked from IsantePlus/openmrs-module-isanteplusreports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
healthQualPdfStyle.css
65 lines (55 loc) · 931 Bytes
/
healthQualPdfStyle.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
60
61
62
63
64
65
@page {
size: landscape;
}
html, body {
height: 210mm;
width: 270mm;
}
th, td {
padding: 2pt;
border-color: black;
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-right-width: 0px;
border-bottom-width: 0px;
font-size: 9pt;
}
th:last-child, td:last-child {
border-right-width: 1px;
}
tr:last-child th, tr:last-child td {
border-bottom-width: 1px;
}
.indicatorLabel {
text-align: center;
color: blue;
}
.label {
text-align: center;
}
.total {
color: blue;
}
.center {
margin: 0 auto;
text-align: center;
}
h2 {
margin: 5pt;
}
h3, h5 {
font-weight: normal;
margin: 1pt;
}
table {
border-collapse: separate;
border-spacing: 0;
empty-cells: hide;
margin: 41pt 0;
margin-right: 1.1in; /* setting proper right page margin */
page-break-inside: avoid;
}
tr {
page-break-inside: avoid;
}