Commit 414c2af9c5a8c87d90a49a662966c03397da0f54
Committed by
Rafael Manzo
1 parent
d7fad642
Exists in
colab
and in
4 other branches
New tooltips for sign up form
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
app/assets/stylesheets/sign_in.css
app/views/devise/registrations/new.html.erb
... | ... | @@ -6,13 +6,13 @@ |
6 | 6 | <%= devise_error_messages! %> |
7 | 7 | |
8 | 8 | <div class="row margin-left-none"> |
9 | - <div class="form-table span7"> | |
9 | + <div class="form-table span9"> | |
10 | 10 | <div class="field"> |
11 | 11 | <div class="user-details"><%= f.label :name, class: 'control-label' %><br /> |
12 | 12 | <%= f.text_field :name, :autofocus => true, class: 'label2' %></div> |
13 | 13 | <div class="help"> |
14 | 14 | <p> |
15 | - Your name! | |
15 | + Your full name! | |
16 | 16 | </p> |
17 | 17 | </div> |
18 | 18 | </div> |
... | ... | @@ -24,7 +24,7 @@ |
24 | 24 | </div> |
25 | 25 | <div class="help"> |
26 | 26 | <p> |
27 | - Your email! | |
27 | + Your email is the form of communication we have with you, so make sure you typed it correctly! | |
28 | 28 | </p> |
29 | 29 | </div> |
30 | 30 | </div> |
... | ... | @@ -36,7 +36,7 @@ |
36 | 36 | </div> |
37 | 37 | <div class="help"> |
38 | 38 | <p> |
39 | - Your password! | |
39 | + Your password must be at least 8 characters. Strong passwords contain characters in upper and lowercase, numbers and symbols. | |
40 | 40 | </p> |
41 | 41 | </div> |
42 | 42 | </div> | ... | ... |