X-Git-Url: http://git.plutz.net/?p=confetti;a=blobdiff_plain;f=style.css;fp=style.css;h=b56956f4e2fded145c03e092861770eb56c98777;hp=3da85f104835c32a3b39626d154055e8f43f13e7;hb=83129c4d53320ec1ef894b1d1f1cc853e5276def;hpb=539dda1528a76f45662ef01c8d9cdae3b5a1e992 diff --git a/style.css b/style.css index 3da85f1..b56956f 100644 --- a/style.css +++ b/style.css @@ -384,7 +384,14 @@ form.ledgers { .ledgers fieldset.iban legend { top: .75em; } -.ledgers fieldset.iban p.principal, -.ledgers fieldset.iban p.amount { +.ledgers fieldset.iban p.principal { font-size: .875em; } +.ledgers fieldset.iban p.amount, +.ledgers fieldset.iban p.subject { + display: inline-block; + vertical-align: top; +} +.ledgers fieldset.iban p.amount { + font-weight: bold; +}