From 8b9b5748103994f0896d93d90537811abeb8213c Mon Sep 17 00:00:00 2001 From: Scott Torborg Date: Tue, 3 Nov 2009 21:45:00 -1000 Subject: [PATCH] cleaned up status page a bit --- bluechips/public/css/main.css | 3 +++ bluechips/templates/status/index.mako | 18 ++++++------------ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/bluechips/public/css/main.css b/bluechips/public/css/main.css index 084666c..f3440c6 100644 --- a/bluechips/public/css/main.css +++ b/bluechips/public/css/main.css @@ -117,3 +117,6 @@ input.currency { background-repeat: no-repeat; background-position: center left; } +span.see-all { + font-size: 0.7em; +} diff --git a/bluechips/templates/status/index.mako b/bluechips/templates/status/index.mako index cd851ee..12b4d2a 100644 --- a/bluechips/templates/status/index.mako +++ b/bluechips/templates/status/index.mako @@ -46,18 +46,12 @@
-

Add a new transaction

- - -
- -
-

Your History

- - ${h.link_to('See all history', h.url_for(controller='history', action='index'))} +

+ Your History + + ${h.link_to('See all history', h.url_for(controller='history', action='index'))} + +

Expenditures

-- 2.45.2