Commit b2005120aa238082c2c6988fe551906fd2b65b3a
1 parent
ac63edac
Exists in
master
and in
22 other branches
ActionItem413: zen3 is better on MSIE
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1906 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
3 changed files
with
3 additions
and
7 deletions
Show diff stats
public/designs/themes/ecosol/stylesheets/controller_search.css
| @@ -39,9 +39,6 @@ body.category4 .search-options { | @@ -39,9 +39,6 @@ body.category4 .search-options { | ||
| 39 | .msie .search-results-box { | 39 | .msie .search-results-box { |
| 40 | width: 31% !important; | 40 | width: 31% !important; |
| 41 | } | 41 | } |
| 42 | -.msie .only-one-result-box .search-results-box { | ||
| 43 | - width: 95% !important; | ||
| 44 | -} | ||
| 45 | 42 | ||
| 46 | .search-results-box.odd { | 43 | .search-results-box.odd { |
| 47 | margin-left: 0px; | 44 | margin-left: 0px; |
public/designs/themes/zen3/stylesheets/controller_search.css
public/stylesheets/controller_search.css
| @@ -38,6 +38,9 @@ | @@ -38,6 +38,9 @@ | ||
| 38 | .only-one-result-box .search-results-box { | 38 | .only-one-result-box .search-results-box { |
| 39 | width: 100%; | 39 | width: 100%; |
| 40 | } | 40 | } |
| 41 | +.msie .only-one-result-box .search-results-box { | ||
| 42 | + width: 95% !important; | ||
| 43 | +} | ||
| 41 | 44 | ||
| 42 | .search-results-box.odd { | 45 | .search-results-box.odd { |
| 43 | margin-left: 1%; | 46 | margin-left: 1%; |