X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=style.css;fp=style.css;h=3da85f104835c32a3b39626d154055e8f43f13e7;hp=275fba4492127dc259268906f8dd192712a1c566;hb=539dda1528a76f45662ef01c8d9cdae3b5a1e992;hpb=cbfa134047e26cde3814fc0a3036be78dcb5d2c7 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; +}