From 539dda1528a76f45662ef01c8d9cdae3b5a1e992 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Thu, 18 Apr 2024 14:08:38 +0200 Subject: [PATCH] styling for ledger page --- style.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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; +} -- 2.39.2