X-Git-Url: http://git.plutz.net/?p=invoices;a=blobdiff_plain;f=invoices.css;h=592fb5526f0847fc6783aa53bc4ceea4e7b5c734;hp=291b847b4f932d18be671e2307d9ddb5b27dadae;hb=HEAD;hpb=8c0aedb74bd90d705bbb224f7ab8e4b7b64a1432 diff --git a/invoices.css b/invoices.css index 291b847..592fb55 100755 --- a/invoices.css +++ b/invoices.css @@ -9,6 +9,15 @@ body { color: black; background-color: white; } +strong {font-weight: bold;} +em {text-decoration: italic;} + +h1 { + display: block; + margin: 1em 1em 0 1em; + font-weight: bold; + border-bottom: 1px solid #08F; +} /* ==================== MENU ==================== */ @@ -123,13 +132,16 @@ form input[type=number] { .invoice form button[type=submit], .client form button[type=submit], .sender form button[type=submit] { - display: block; margin: .5em 0 0 auto; padding: .25em .5em; background-color: #DEF; border-radius: .25em; border: 1px solid #08F; } +.client form button[type=submit], +.sender form button[type=submit] { + display: block; +} /* ==================== INVOICE FORMS ==================== */ .invoice form select { @@ -184,6 +196,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 +209,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 {