]> git.plutz.net Git - invoices/blobdiff - invoices.css
total and vat calculation
[invoices] / invoices.css
index 291b847b4f932d18be671e2307d9ddb5b27dadae..aecfd06c200b83f1fcbc9824e5a03598453ce3ea 100755 (executable)
@@ -9,6 +9,8 @@ body {
   color: black; background-color: white;
 }
 
+strong {font-weight: bold;}
+em {text-decoration: italic;}
 
 /* ==================== MENU ==================== */
 
@@ -184,6 +186,11 @@ form input[type=number] {
   padding-left: .5em;
   font-weight: bold;
 }
+.invoice form table tr:last-child {
+  font-family: monospace;
+  white-space: pre;
+  text-align: right;
+}
 .invoice form table tr > th:nth-child(3),
 .invoice form table tr > td:nth-child(4),
 .invoice form table tr > th:nth-child(4) {
@@ -192,7 +199,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; }
+.invoice form table tr > :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 {