From 75209aeed0140c804047b4f3466d329b9eb246b9 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 8 Oct 2011 15:52:12 +0200 Subject: Add a password recovery feature. Fix #32 --- budget/static/main.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'budget/static') diff --git a/budget/static/main.css b/budget/static/main.css index de3d675..fc8d284 100644 --- a/budget/static/main.css +++ b/budget/static/main.css @@ -98,3 +98,9 @@ div.topbar ul.secondary-nav { padding-right: 75px; } text-align: right; margin-top: -15px; } + +.password-reminder{ + float: right; + margin-right: 20px; + margin-top: 5px; +} -- cgit v1.1