Commit 414c2af9c5a8c87d90a49a662966c03397da0f54

Authored by Renan Costa
Committed by Rafael Manzo
1 parent d7fad642

New tooltips for sign up form

app/assets/stylesheets/sign_in.css
... ... @@ -27,7 +27,7 @@
27 27  
28 28 .help {
29 29 float: left;
30   - width: 307px;
  30 + width: 400px;
31 31 margin: 0 0 -20000px 0;
32 32 padding: 20px 20px 20000px 20px;
33 33 background: #f5f5f5;
... ...
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>
... ...