diff options
| author | Mitch Riedstra <Mitch@riedstra.us> | 2017-10-25 15:39:56 -0400 |
|---|---|---|
| committer | Mitch Riedstra <Mitch@riedstra.us> | 2017-10-25 15:39:56 -0400 |
| commit | c74a4e1b2251cac6adbb812d0f3a98cca89dfcc8 (patch) | |
| tree | fb37c3c32076120639bcb588484f2526f3e8af12 /app/dispatch/static/print.css | |
| parent | fae5a7e38ef7084990724df51488f54c52ec592d (diff) | |
| download | dispatch-tracker-c74a4e1b2251cac6adbb812d0f3a98cca89dfcc8.tar.gz dispatch-tracker-c74a4e1b2251cac6adbb812d0f3a98cca89dfcc8.tar.xz | |
Further adjustments to the invoice format. Allow default bill to to be set for superusers
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 */ |
