X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=invoices.css;h=aecfd06c200b83f1fcbc9824e5a03598453ce3ea;hb=b037f9960718351b0470ab7ea67271b291bebb0e;hp=482984d8857804a43c8751115c354be3c36fe8db;hpb=c9bb4a41908f01e2e9698d17cf1027255b53a47b;p=invoices diff --git a/invoices.css b/invoices.css index 482984d..aecfd06 100755 --- a/invoices.css +++ b/invoices.css @@ -9,6 +9,8 @@ body { color: black; background-color: white; } +strong {font-weight: bold;} +em {text-decoration: italic;} /* ==================== MENU ==================== */ @@ -184,20 +186,25 @@ 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) { 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; font-family: monospace; } .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; }