Mercurial > libervia-web
diff public/libervia.css @ 46:c3ee630914ba
Account creation
* browser side:
- login dialog has been extended to manage subscription
* server side:
- SATActionIDHandler to manage replies to action
- account is created on subscribtion form, a password is created, and 2 emails are send (one to user, one to administrator)
- access of main microblog is set to open
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 26 May 2011 16:43:30 +0200 |
parents | b306aa090438 |
children | 7cabe3c1a5f2 |
line wrap: on
line diff
--- a/public/libervia.css Wed May 25 15:45:16 2011 +0200 +++ b/public/libervia.css Thu May 26 16:43:30 2011 +0200 @@ -140,6 +140,12 @@ } /* Custom Dialogs */ + +.formWarning { /* used when a form is not valid and must be corrected before submission */ + font-weight: bold; + color: red; +} + .contactsChooser { text-align: center; }