diff options
| author | Arnaud Bos <arnaud.tlse@gmail.com> | 2011-09-14 01:16:25 +0200 |
|---|---|---|
| committer | Arnaud Bos <arnaud.tlse@gmail.com> | 2011-09-14 01:16:25 +0200 |
| commit | 89e1bbe134bc770d4a3f999a1329bd07522b07cf (patch) | |
| tree | 818f77883e6c756bcd1e797af7868c40cba97e00 /budget/static/main.css | |
| parent | 88cd2f86751621d73574ac56a9d6c4bedcbdd3d5 (diff) | |
| download | ihatemoney-mirror-89e1bbe134bc770d4a3f999a1329bd07522b07cf.zip ihatemoney-mirror-89e1bbe134bc770d4a3f999a1329bd07522b07cf.tar.gz ihatemoney-mirror-89e1bbe134bc770d4a3f999a1329bd07522b07cf.tar.bz2 | |
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.
Diffstat (limited to 'budget/static/main.css')
| -rw-r--r-- | budget/static/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; +} |
