diff options
Diffstat (limited to 'app/dispatch/static/print.css')
| -rw-r--r-- | app/dispatch/static/print.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app/dispatch/static/print.css b/app/dispatch/static/print.css index 6fc7ed3..f312c31 100644 --- a/app/dispatch/static/print.css +++ b/app/dispatch/static/print.css @@ -8,7 +8,34 @@ footer, nav, .hide-print { display: none !important; } box-shadow: none !important; } +body { + font-size: .75rem; +} + +td, td, tr th, tr td { + padding: 5px 5px !important; + font-size: .75rem; +} + +.invoice-table table { + border-collapse: collapse; +} + +.invoice-table th, .invoice-table td, .invoice-table table { + border: 1px solid black; +} + +.spacer-row { + height: 1.5rem; +} +.invoice-table tr { + /* height: 52px; */ +} + +.container { + width: 100% !important; +} @page { /*size: 29.7cm 42cm; -> that would be a regular A4 page */ |
