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; }
|
.current { font-weight:bold; }
|
||||||
.date { padding-left:0em; }
|
.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 { padding-left:1em; white-space:normal; }
|
||||||
.amount { white-space:nowrap; padding-left:1em; }
|
.amount { padding-left:1em; white-space:nowrap; }
|
||||||
.balance { white-space:nowrap; padding-left:1em; padding-right:0.3em; }
|
.balance { padding-left:1em; padding-right:0.3em; white-space:nowrap; }
|
||||||
.account, .amount, .balance { width:2em; } /* minimum width */
|
.amount, .balance { width:2em; } /* minimise width */
|
||||||
.positive { }
|
.positive { }
|
||||||
|
|
||||||
table.journalreport { border-spacing: 0; }
|
table.journalreport { border-spacing: 0; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user