From: Paul Hänsch Date: Fri, 10 Nov 2023 00:17:33 +0000 (+0100) Subject: additional taxation mode X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=0d7b5ce765c0f8422654c7227adb164372649bcc;p=invoices additional taxation mode --- 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 {