aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoris2015-09-07 00:04:27 +0200
committerJoris2015-09-07 00:04:33 +0200
commit1d6a75b8321f324baa5f5421ce9f85637e8a706d (patch)
treebb8e734575b731da1b0537ade34d6bc14c4a680f /src
parentbb7e0a46882bca0b5cb36c09f531a83759d95cb4 (diff)
downloadbudget-1d6a75b8321f324baa5f5421ce9f85637e8a706d.tar.gz
budget-1d6a75b8321f324baa5f5421ce9f85637e8a706d.tar.bz2
budget-1d6a75b8321f324baa5f5421ce9f85637e8a706d.zip
Make page numbering width to adapt
Diffstat (limited to 'src')
-rw-r--r--src/server/Design/Global.hs9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/server/Design/Global.hs b/src/server/Design/Global.hs
index 2f77095..13b2d6a 100644
--- a/src/server/Design/Global.hs
+++ b/src/server/Design/Global.hs
@@ -217,10 +217,11 @@ global = do
color C.darkGrey
borderRadius radius radius radius radius
marginRight (px 10)
- let side = 40
- width (px side)
- height (px side)
- lineHeight (px side)
+ let h = 50
+ paddingLeft (px 10)
+ paddingRight (px 10)
+ height (px h)
+ lineHeight (px h)
textAlign (alignSide (sideCenter))
fontWeight bold