Commit 2e8d206e1ed925d91087f8dd4377f25e3a9bb0f7
1 parent
fb4daf45
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
10 additions
and
2 deletions
Show diff stats
style.css
| ... | ... | @@ -658,7 +658,15 @@ input.button.with-text { |
| 658 | 658 | margin-bottom: 5px; |
| 659 | 659 | } |
| 660 | 660 | |
| 661 | -#content form input.button.submit { | |
| 661 | +#content form input.icon-search { | |
| 662 | + background: url("images/btn_busca.png") no-repeat scroll 50% 50% transparent; | |
| 663 | + border: 1px solid #DDDDDD; | |
| 664 | + min-height: 31px; | |
| 665 | + padding-right: 20px; | |
| 666 | + text-indent: -10000px; | |
| 667 | +} | |
| 668 | + | |
| 669 | +/*#content form input.button.submit { | |
| 662 | 670 | background: url("images/btn_commit.png") no-repeat scroll 50% 50% transparent; |
| 663 | 671 | border: 1px solid #DDDDDD; |
| 664 | 672 | height: 31px; |
| ... | ... | @@ -694,7 +702,7 @@ display: inline-block; |
| 694 | 702 | width: auto; |
| 695 | 703 | padding: 6px 4px; |
| 696 | 704 | } |
| 697 | - | |
| 705 | +*/ | |
| 698 | 706 | |
| 699 | 707 | #content .profile ul{ |
| 700 | 708 | margin-left: 1em; | ... | ... |