web: just a little padding after item totals

This commit is contained in:
Simon Michael 2011-06-13 21:22:11 +00:00
parent 6efe8fb30b
commit c8d8c02646

View File

@ -94,10 +94,11 @@ body { margin:0; }
#main .journal { } #main .journal { }
#main .register { } #main .register { }
.current { font-weight:bold; } .current { font-weight:bold; }
.date { padding-left:0em; }
.description { padding-left:1em; white-space:normal; } .description { padding-left:1em; white-space:normal; }
.account { white-space:normal; padding-left:1em; } .account { white-space:normal; padding-left:1em; }
.amount { white-space:nowrap; padding-left:1em; } .amount { white-space:nowrap; padding-left:1em; }
.balance { white-space:nowrap; padding-left:1em; } .balance { white-space:nowrap; padding-left:1em; padding-right:0.3em; }
.account, .amount, .balance { width:2em; } /* minimum width */ .account, .amount, .balance { width:2em; } /* minimum width */
.positive { } .positive { }