]> git.plutz.net Git - invoices/blobdiff - invoices.css
calculation table in invoice
[invoices] / invoices.css
index 482984d8857804a43c8751115c354be3c36fe8db..291b847b4f932d18be671e2307d9ddb5b27dadae 100755 (executable)
@@ -189,15 +189,15 @@ form input[type=number] {
 .invoice form table tr > th:nth-child(4) {
   text-align: right;
 }
-.invoice form table tr > :nth-child(1) { width: 6em; }
-.invoice form table tr > :nth-child(2) { width: 12em; }
-.invoice form table tr > :nth-child(3) { width: 6em; }
-.invoice form table tr > :nth-child(4) { width: 6em; }
+.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; }
 .invoice form table tr > * textarea,
 .invoice form table tr > * input[type=number],
 .invoice form table tr > * input {
   display: block;
   font-size: 12pt;
   width: 100%; height: 100%;
-  height: 4em;
+  height: 4.625em;
 }