From ed3cdf377ce12789c58c7625ac77f574557267f2 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 14 Jun 2011 20:48:04 +0000 Subject: [PATCH] web: let register account column be wider --- hledger-web/.hledger/web/static/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hledger-web/.hledger/web/static/style.css b/hledger-web/.hledger/web/static/style.css index 3007ed3b2..37279ede9 100644 --- a/hledger-web/.hledger/web/static/style.css +++ b/hledger-web/.hledger/web/static/style.css @@ -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; }