Commit ab1cffa8998148f027271c76000813fc1ab7cb4e

Authored by AurelioAHeckert
1 parent 5d06a411

ActionItem56: more...

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1082 3f533792-8f58-4932-b0fe-aaf55b0a4547
app/views/account/login.rhtml
... ... @@ -6,7 +6,7 @@
6 6  
7 7 <%= f.password_field :password %>
8 8  
9   -<p class='submitline'><%= submit_tag 'Log in', {:class => 'submit'} %></p>
  9 +<%= display_submit_tag 'Log in' %>
10 10  
11 11 <% end %>
12 12  
... ...
public/designs/templates/default/images/bt-bg.png 0 → 100644

234 Bytes

public/designs/templates/default/stylesheets/forms.css
... ... @@ -10,7 +10,8 @@
10 10 padding: 2px 5px;
11 11 }
12 12  
13   -.formfield input,
  13 +.formfield.text_field input,
  14 +.formfield.password_field input,
14 15 .formfield textarea {
15 16 background: transparent url("../images/input-bg.gif") top left no-repeat;
16 17 border: 1px solid #999;
... ... @@ -22,7 +23,7 @@
22 23 text-indent: 5px;
23 24 }
24 25 .formfield textarea {
25   - padding: 0px 5px;
  26 + padding: 2px 0px 0px 5px;
26 27 }
27 28  
28 29 .submitline {
... ... @@ -31,8 +32,8 @@
31 32  
32 33 .submit {
33 34 border: 1px solid #777;
34   - color: #585858;
35   - background: #EEE;
  35 + color: #505050;
  36 + background: #BBB url("../images/bt-bg.png") top left repeat-x;
36 37 padding: 0px 30px;
37 38 }
38 39  
... ...