web: let register account column be wider

This commit is contained in:
Simon Michael 2011-06-14 20:48:04 +00:00
parent c8d8c02646
commit ed3cdf377c

View File

@ -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; }