Commit caf71e258d11336fa568856f394cb543389818cb
1 parent
6fbac802
Exists in
master
and in
9 other branches
Fix the text input lenght.
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
style.css
| ... | ... | @@ -1094,11 +1094,6 @@ div#article-parent { |
| 1094 | 1094 | margin-right: 0.5em; |
| 1095 | 1095 | } |
| 1096 | 1096 | |
| 1097 | - | |
| 1098 | -.formfieldline input[type="text"] { | |
| 1099 | - width: 300px; | |
| 1100 | -} | |
| 1101 | - | |
| 1102 | 1097 | #search-page form.search_form input.icon-search { |
| 1103 | 1098 | background: url("images/btn_busca.png") no-repeat scroll 50% 50% transparent; |
| 1104 | 1099 | border: 1px solid #DDDDDD; | ... | ... |