From: Paul Hänsch Date: Thu, 18 Apr 2024 12:08:38 +0000 (+0200) Subject: styling for ledger page X-Git-Url: https://git.plutz.net/?p=confetti;a=commitdiff_plain;h=539dda1528a76f45662ef01c8d9cdae3b5a1e992 styling for ledger page --- diff --git a/style.css b/style.css index 275fba4..3da85f1 100644 --- a/style.css +++ b/style.css @@ -367,3 +367,24 @@ body.categories form.namelist ul.namelist > li h2 { body.categories form.namelist ul.namelist > li ul li { display: inline-block; } + +form.ledgers { + padding: .125em 1em 0 1em; +} + +.ledgers fieldset.iban.sure { background-color: #DFD; } +.ledgers fieldset.iban.guess { background-color: #FFD; } +.ledgers fieldset.iban.unknown { background-color: #FDD; } + +.ledgers fieldset.iban { + padding: 0 .75em; + margin-top: -.5em; + box-shadow: .25em .25em .25em #AAA; +} +.ledgers fieldset.iban legend { + top: .75em; +} +.ledgers fieldset.iban p.principal, +.ledgers fieldset.iban p.amount { + font-size: .875em; +}