From 24633871359ec9fbd63fdfebf79a6351b2792f77 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 6 Sep 2015 00:05:50 +0200 Subject: Can add monthly payments, not visible at the moment though, just the count is printed --- src/server/Design/Global.hs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/server/Design') 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) -- cgit v1.2.3