web: just a little padding after item totals
This commit is contained in:
parent
6efe8fb30b
commit
c8d8c02646
@ -94,10 +94,11 @@ body { margin:0; }
|
||||
#main .journal { }
|
||||
#main .register { }
|
||||
.current { font-weight:bold; }
|
||||
.date { padding-left:0em; }
|
||||
.description { padding-left:1em; white-space:normal; }
|
||||
.account { white-space:normal; 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 */
|
||||
.positive { }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user