From 6ca60e32f0cbde913d171cd84ed7009ab4281284 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 13 Sep 2015 14:38:08 +0200 Subject: Adding UI to modify the income --- src/server/Design/LoggedIn/Add.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/Design/LoggedIn/Add.hs') diff --git a/src/server/Design/LoggedIn/Add.hs b/src/server/Design/LoggedIn/Add.hs index 6d4de69..579cead 100644 --- a/src/server/Design/LoggedIn/Add.hs +++ b/src/server/Design/LoggedIn/Add.hs @@ -15,7 +15,7 @@ import Design.Constants addDesign :: Css addDesign = - form ? do + form # ".addPayment" ? do centeredWithMargin marginBottom blockMarginBottom display flex @@ -28,7 +28,7 @@ addDesign = label ? do fontWeight bold display inlineBlock - width (px 40) + width (px 50) textAlign (alignSide sideCenter) backgroundColor C.darkGrey color C.white -- cgit v1.2.3