Commit ab1cffa8998148f027271c76000813fc1ab7cb4e
1 parent
5d06a411
Exists in
master
and in
22 other branches
ActionItem56: more...
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1082 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
3 changed files
with
6 additions
and
5 deletions
Show diff stats
app/views/account/login.rhtml
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 | ... | ... |