diff --git a/public/assets/report/pdf.css b/public/assets/report/pdf.css index c2f6634..b2b082d 100644 --- a/public/assets/report/pdf.css +++ b/public/assets/report/pdf.css @@ -20,8 +20,9 @@ th,td { line-height:1.3;} .result { table-layout:fixed; border:solid 1px black; width:100%; } .textC { font-size:7pt; } .footer {width : 17cm; } -.footer td {vertical-align:bottom;} +.footer td {vertical-align:bottom; font-size:6.5pt;} td.right { text-align: right; } +#footer pre { font-size:6.5pt; } #notes { margin: 5mm 0 0 10mm; } diff --git a/public/assets/report/style.css b/public/assets/report/style.css index 89dfb75..931d3c8 100644 --- a/public/assets/report/style.css +++ b/public/assets/report/style.css @@ -19,8 +19,9 @@ th,td { line-height:1.3;} .result { table-layout:fixed; border:solid 1px black; width:100%; } .textC { font-size:7pt; } .footer {width : 18cm; } -.footer td {vertical-align:bottom;} +.footer td {vertical-align:bottom; font-size:6.5pt;} td.right { text-align: right; } +#footer pre { font-size:6.5pt; } #notes { margin: 5mm 0 0 10mm; }