Commit e2eb0fee3f1dfd49ba4f5f2e1d1e5a7d4bcb12eb
1 parent
67dfb5f9
Exists in
master
and in
28 other branches
ActionItem541: correctin of the profile list search results for MSIE
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2258 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
4 additions
and
1 deletions
Show diff stats
public/designs/themes/ecosol/stylesheets/controller_search.css
| ... | ... | @@ -35,6 +35,7 @@ body.category4 .search-options { |
| 35 | 35 | |
| 36 | 36 | .search-results-box { |
| 37 | 37 | width: 32.5%; |
| 38 | + xwidth: 33%; | |
| 38 | 39 | } |
| 39 | 40 | .msie .only-one-result-box .search-results-box { |
| 40 | 41 | width: 100%; |
| ... | ... | @@ -50,6 +51,7 @@ body.category4 .search-options { |
| 50 | 51 | .search-results-box.col2_of3, |
| 51 | 52 | .search-results-box.col3_of3 { |
| 52 | 53 | padding-left: 1.25%; |
| 54 | + xpadding-left: 1%; | |
| 53 | 55 | } |
| 54 | 56 | |
| 55 | 57 | .category-innerbox, | ... | ... |
public/stylesheets/controller_search.css
| ... | ... | @@ -137,6 +137,7 @@ |
| 137 | 137 | padding: 10px 0px 10px 10px; |
| 138 | 138 | height: 205px; |
| 139 | 139 | overflow: auto; |
| 140 | + position: relative; /* work-arround-bug fo MSIE */ | |
| 140 | 141 | } |
| 141 | 142 | |
| 142 | 143 | .search-results-innerbox hr { |
| ... | ... | @@ -152,7 +153,7 @@ |
| 152 | 153 | } |
| 153 | 154 | |
| 154 | 155 | .search-results-innerbox.common-profile-list-block { |
| 155 | - padding: 10px 0px 0px 10px; | |
| 156 | + padding: 10px 0px 0px 8px; | |
| 156 | 157 | height: 215px; |
| 157 | 158 | } |
| 158 | 159 | .msie6 .search-results-innerbox.common-profile-list-block.search-results-type-profile { | ... | ... |