aboutsummaryrefslogtreecommitdiff
path: root/app/dispatch/static
diff options
context:
space:
mode:
Diffstat (limited to 'app/dispatch/static')
-rw-r--r--app/dispatch/static/print.css27
-rw-r--r--app/dispatch/static/style.css8
2 files changed, 35 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 */
diff --git a/app/dispatch/static/style.css b/app/dispatch/static/style.css
index 8b08af7..8c0a424 100644
--- a/app/dispatch/static/style.css
+++ b/app/dispatch/static/style.css
@@ -6,3 +6,11 @@ body {
main {
flex: 1 0 auto;
}
+
+.invoice-table table {
+ border-collapse: collapse;
+}
+
+.invoice-table th, .invoice-table td, .invoice-table table {
+ border: 1px solid black;
+}