Commit 02ec23ee4f8cfec654689f437d17536f278b485a
1 parent
405b8a44
Exists in
master
and in
23 other branches
ActionItem541: better serach page on IE
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2165 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
4 deletions
Show diff stats
public/designs/themes/ecosol/stylesheets/controller_search.css
| ... | ... | @@ -36,9 +36,6 @@ body.category4 .search-options { |
| 36 | 36 | .search-results-box { |
| 37 | 37 | width: 32.5%; |
| 38 | 38 | } |
| 39 | -.msie .search-results-box { | |
| 40 | - width: 31%; | |
| 41 | -} | |
| 42 | 39 | .msie .only-one-result-box .search-results-box { |
| 43 | 40 | width: 100%; |
| 44 | 41 | } |
| ... | ... | @@ -52,7 +49,7 @@ body.category4 .search-options { |
| 52 | 49 | |
| 53 | 50 | .search-results-box.col2_of3, |
| 54 | 51 | .search-results-box.col3_of3 { |
| 55 | - margin-left: 1.25%; | |
| 52 | + padding-left: 1.25%; | |
| 56 | 53 | } |
| 57 | 54 | |
| 58 | 55 | .category-innerbox, | ... | ... |