Commit 25b9d20b90196676faaec2038caa6593e304f066
Exists in
master
and in
29 other branches
Merge commit 'refs/merge-requests/239' of git://gitorious.org/noosfero/noosfero into stable
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
public/stylesheets/search.css
... | ... | @@ -675,10 +675,14 @@ li.search-product-item hr { |
675 | 675 | height: 34px; |
676 | 676 | display: inline-block; |
677 | 677 | } |
678 | -.search-field .formfield input { | |
678 | +.box-1 .search-field .formfield input { | |
679 | 679 | height: 25px; |
680 | 680 | width: 530px; |
681 | 681 | } |
682 | +.box-2 .search-field .formfield input, | |
683 | +.box-3 .search-field .formfield input { | |
684 | + width: 165px; | |
685 | +} | |
682 | 686 | #public-profile-search .search-field .formfield input { |
683 | 687 | height: 25px; |
684 | 688 | width: 395px; | ... | ... |