aboutsummaryrefslogtreecommitdiff
path: root/app/dispatch/static/style.css
diff options
context:
space:
mode:
authorMitch Riedstra <Mitch@riedstra.us>2017-10-25 15:39:56 -0400
committerMitch Riedstra <Mitch@riedstra.us>2017-10-25 15:39:56 -0400
commitc74a4e1b2251cac6adbb812d0f3a98cca89dfcc8 (patch)
treefb37c3c32076120639bcb588484f2526f3e8af12 /app/dispatch/static/style.css
parentfae5a7e38ef7084990724df51488f54c52ec592d (diff)
downloaddispatch-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/style.css')
-rw-r--r--app/dispatch/static/style.css8
1 files changed, 8 insertions, 0 deletions
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;
+}