X-Git-Url: http://git.plutz.net/?p=invoices;a=blobdiff_plain;f=invoices.css;h=291b847b4f932d18be671e2307d9ddb5b27dadae;hp=482984d8857804a43c8751115c354be3c36fe8db;hb=8c0aedb74bd90d705bbb224f7ab8e4b7b64a1432;hpb=bc8eee210325c38d66bef5640deb933c0f680d4d diff --git a/invoices.css b/invoices.css index 482984d..291b847 100755 --- a/invoices.css +++ b/invoices.css @@ -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; }