comparison 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
comparison
equal deleted inserted replaced
45:7f106052326f 46:c3ee630914ba
138 .gwt-DialogBox .Registration { 138 .gwt-DialogBox .Registration {
139 padding: 10px; 139 padding: 10px;
140 } 140 }
141 141
142 /* Custom Dialogs */ 142 /* Custom Dialogs */
143
144 .formWarning { /* used when a form is not valid and must be corrected before submission */
145 font-weight: bold;
146 color: red;
147 }
148
143 .contactsChooser { 149 .contactsChooser {
144 text-align: center; 150 text-align: center;
145 } 151 }
146 152
147 /* Contact List */ 153 /* Contact List */