]> git.plutz.net Git - invoices/commitdiff
additional taxation mode
authorPaul Hänsch <paul@plutz.net>
Fri, 10 Nov 2023 00:17:33 +0000 (01:17 +0100)
committerPaul Hänsch <paul@plutz.net>
Fri, 10 Nov 2023 00:17:33 +0000 (01:17 +0100)
invoices.css

index 592fb5526f0847fc6783aa53bc4ceea4e7b5c734..4a0edaa54d44080ee361e740aa20ae7f02429e54 100755 (executable)
@@ -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 {