Commit ac63edac45644b44257486c4f74bc4eda5620b38
1 parent
4b6f2bd3
Exists in
master
and in
29 other branches
ActionItem413: ecopol is working on IE
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1905 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
10 additions
and
0 deletions
Show diff stats
public/designs/themes/ecosol/stylesheets/controller_search.css
... | ... | @@ -36,6 +36,12 @@ body.category4 .search-options { |
36 | 36 | .search-results-box { |
37 | 37 | width: 32.5%; |
38 | 38 | } |
39 | +.msie .search-results-box { | |
40 | + width: 31% !important; | |
41 | +} | |
42 | +.msie .only-one-result-box .search-results-box { | |
43 | + width: 95% !important; | |
44 | +} | |
39 | 45 | |
40 | 46 | .search-results-box.odd { |
41 | 47 | margin-left: 0px; | ... | ... |
public/stylesheets/menu.css
... | ... | @@ -105,6 +105,8 @@ |
105 | 105 | top: 21px; |
106 | 106 | right: 0px; |
107 | 107 | padding: 0px 0px 0px 10px; |
108 | + border: none; /* work arround IE Bug */ | |
109 | + background: transparent; /* work arround IE Bug */ | |
108 | 110 | } |
109 | 111 | .msie #assets_menu { |
110 | 112 | right: -1px; |
... | ... | @@ -227,6 +229,8 @@ |
227 | 229 | top: 0px; |
228 | 230 | right: 150px; |
229 | 231 | width: 170px; |
232 | + border: none; /* work arround IE Bug */ | |
233 | + background: transparent; /* work arround IE Bug */ | |
230 | 234 | } |
231 | 235 | |
232 | 236 | #user_menu_head { | ... | ... |