From 0d7b5ce765c0f8422654c7227adb164372649bcc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Fri, 10 Nov 2023 01:17:33 +0100 Subject: [PATCH] additional taxation mode --- invoices.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/invoices.css b/invoices.css index 592fb55..4a0edaa 100755 --- a/invoices.css +++ b/invoices.css @@ -168,6 +168,7 @@ form input[type=number] { } .invoice form label[for=vatsb], +.invoice form label[for=vatyw], .invoice form label[for=vatrate] { display: block; text-align: left; @@ -201,6 +202,7 @@ form input[type=number] { white-space: pre; text-align: right; } +.invoice form table tr > th:nth-child(1), .invoice form table tr > th:nth-child(3), .invoice form table tr > td:nth-child(4), .invoice form table tr > th:nth-child(4) { @@ -209,7 +211,7 @@ form input[type=number] { .invoice form table tr > :nth-child(1) { width: 7em; } .invoice form table tr > :nth-child(2) { width: 15em; } .invoice form table tr > :nth-child(3) { width: 4em; } -.invoice form table tr > :nth-child(4) { width: 4em; font-family: monospace; } +.invoice form table tr > td:nth-child(4) { width: 4em; font-family: monospace; } .invoice form table tr > * textarea, .invoice form table tr > * input[type=number], .invoice form table tr > * input { -- 2.39.5