From 89e1bbe134bc770d4a3f999a1329bd07522b07cf Mon Sep 17 00:00:00 2001 From: Arnaud Bos Date: Wed, 14 Sep 2011 01:16:25 +0200 Subject: Make the identifier clearer to the end-user. - Send an email to the user with the summary of the created project containing a reminder of the identifier, password and a link. - Add flash message with the identifier in the /invite page/ - Add a small note containing the identifier in the upper right corner of the project main page. --- budget/static/main.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'budget/static/main.css') diff --git a/budget/static/main.css b/budget/static/main.css index aa2be62..3b67195 100644 --- a/budget/static/main.css +++ b/budget/static/main.css @@ -88,3 +88,8 @@ div.topbar ul.secondary-nav { padding-right: 75px; } background-color: #fff; opacity: 0.8; } + +.identifier{ + text-align: right; + margin-top: -15px; +} -- cgit v1.1