Skip to content
Snippets Groups Projects

Add base template for plain prints and optimize PDF generation

Merged Jonathan Weth requested to merge feature/template-plain-prints into master
9 files
+ 137
31
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 21
0
@page {
padding: 0;
margin: 0;
}
table.small-print, td.small-print, th.small-print {
font-size: 10pt;
}
tr {
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
td, th {
padding: 1px;
}
td.rotate, th.rotate {
text-align: center;
transform: rotate(-90deg);
}
Loading