From c74a4e1b2251cac6adbb812d0f3a98cca89dfcc8 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 25 Oct 2017 15:39:56 -0400 Subject: Further adjustments to the invoice format. Allow default bill to to be set for superusers --- app/dispatch/static/print.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'app/dispatch/static/print.css') 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 */ -- cgit v1.2.3