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
@@ -27,7 +27,7 @@ | @@ -27,7 +27,7 @@ | ||
27 | 27 | ||
28 | .help { | 28 | .help { |
29 | float: left; | 29 | float: left; |
30 | - width: 307px; | 30 | + width: 400px; |
31 | margin: 0 0 -20000px 0; | 31 | margin: 0 0 -20000px 0; |
32 | padding: 20px 20px 20000px 20px; | 32 | padding: 20px 20px 20000px 20px; |
33 | background: #f5f5f5; | 33 | background: #f5f5f5; |
app/views/devise/registrations/new.html.erb
@@ -6,13 +6,13 @@ | @@ -6,13 +6,13 @@ | ||
6 | <%= devise_error_messages! %> | 6 | <%= devise_error_messages! %> |
7 | 7 | ||
8 | <div class="row margin-left-none"> | 8 | <div class="row margin-left-none"> |
9 | - <div class="form-table span7"> | 9 | + <div class="form-table span9"> |
10 | <div class="field"> | 10 | <div class="field"> |
11 | <div class="user-details"><%= f.label :name, class: 'control-label' %><br /> | 11 | <div class="user-details"><%= f.label :name, class: 'control-label' %><br /> |
12 | <%= f.text_field :name, :autofocus => true, class: 'label2' %></div> | 12 | <%= f.text_field :name, :autofocus => true, class: 'label2' %></div> |
13 | <div class="help"> | 13 | <div class="help"> |
14 | <p> | 14 | <p> |
15 | - Your name! | 15 | + Your full name! |
16 | </p> | 16 | </p> |
17 | </div> | 17 | </div> |
18 | </div> | 18 | </div> |
@@ -24,7 +24,7 @@ | @@ -24,7 +24,7 @@ | ||
24 | </div> | 24 | </div> |
25 | <div class="help"> | 25 | <div class="help"> |
26 | <p> | 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 | </p> | 28 | </p> |
29 | </div> | 29 | </div> |
30 | </div> | 30 | </div> |
@@ -36,7 +36,7 @@ | @@ -36,7 +36,7 @@ | ||
36 | </div> | 36 | </div> |
37 | <div class="help"> | 37 | <div class="help"> |
38 | <p> | 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 | </p> | 40 | </p> |
41 | </div> | 41 | </div> |
42 | </div> | 42 | </div> |