diff options
author | Joris | 2015-09-06 00:05:50 +0200 |
---|---|---|
committer | Joris | 2015-09-06 00:05:50 +0200 |
commit | 24633871359ec9fbd63fdfebf79a6351b2792f77 (patch) | |
tree | a87c8a964a3c5114da13e622c604cf99ab905a06 /src/server/Design | |
parent | 8c328987901973cd0ffd2e03cae547717ebbbc67 (diff) |
Can add monthly payments, not visible at the moment though, just the count is printed
Diffstat (limited to 'src/server/Design')
-rw-r--r-- | src/server/Design/Global.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/server/Design/Global.hs b/src/server/Design/Global.hs index e0cc244..0af071e 100644 --- a/src/server/Design/Global.hs +++ b/src/server/Design/Global.hs @@ -140,6 +140,13 @@ global = do top (px (inputHeight + 10)) left (px 0) + ".monthlyPayments" ? do + width (pct 95) + margin (px 0) auto (px 45) auto + padding (px 10) (px 10) (px 10) (px 10) + backgroundColor C.lightGrey + borderRadius radius radius radius radius + ".table" ? do display D.table width (pct 100) |