From f90cd0da3eda7c1723ce4de439f64334c81db712 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 8 Feb 2015 17:06:58 +0100 Subject: Implement account summary page --- public/stylesheets/main.css | 16 ++++++++++++++++ public/stylesheets/pepal.css | 13 +++++++++++++ 2 files changed, 29 insertions(+) (limited to 'public') diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index d96f0e7..22bf120 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -23,11 +23,27 @@ p { margin-right: auto; } +.align-left { + text-align: left; +} + +.align-right { + text-align: right; +} + +.align-center { + text-align: center; +} + .input-invalid { border: 1px solid #a94442 !important; box-shadow: inset 0 1px 3px #f79291 !important; } +table { + width: 100%; +} + /***** DISCLAIMER BAR *****/ .disclaimer-bar { diff --git a/public/stylesheets/pepal.css b/public/stylesheets/pepal.css index 3ca71f3..bad5a08 100644 --- a/public/stylesheets/pepal.css +++ b/public/stylesheets/pepal.css @@ -20,3 +20,16 @@ .light-blue-bg { background-color: #029de0; } + +.income { + color: darkgreen; +} + +.outcome { + color: darkred; +} + +.wallet-actions a { + width: 100%; + box-sizing: border-box; +} -- cgit v1.2.3