web: let register account column be wider
This commit is contained in:
parent
c8d8c02646
commit
ed3cdf377c
@ -96,10 +96,10 @@ body { margin:0; }
|
||||
.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; padding-right:0.3em; }
|
||||
.account, .amount, .balance { width:2em; } /* minimum width */
|
||||
.account { padding-left:1em; white-space:normal; }
|
||||
.amount { padding-left:1em; white-space:nowrap; }
|
||||
.balance { padding-left:1em; padding-right:0.3em; white-space:nowrap; }
|
||||
.amount, .balance { width:2em; } /* minimise width */
|
||||
.positive { }
|
||||
|
||||
table.journalreport { border-spacing: 0; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user