Commit ac63edac45644b44257486c4f74bc4eda5620b38

Authored by AurelioAHeckert
1 parent 4b6f2bd3

ActionItem413: ecopol is working on IE

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1905 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/themes/ecosol/stylesheets/controller_search.css
@@ -36,6 +36,12 @@ body.category4 .search-options { @@ -36,6 +36,12 @@ body.category4 .search-options {
36 .search-results-box { 36 .search-results-box {
37 width: 32.5%; 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 .search-results-box.odd { 46 .search-results-box.odd {
41 margin-left: 0px; 47 margin-left: 0px;
public/stylesheets/menu.css
@@ -105,6 +105,8 @@ @@ -105,6 +105,8 @@
105 top: 21px; 105 top: 21px;
106 right: 0px; 106 right: 0px;
107 padding: 0px 0px 0px 10px; 107 padding: 0px 0px 0px 10px;
  108 + border: none; /* work arround IE Bug */
  109 + background: transparent; /* work arround IE Bug */
108 } 110 }
109 .msie #assets_menu { 111 .msie #assets_menu {
110 right: -1px; 112 right: -1px;
@@ -227,6 +229,8 @@ @@ -227,6 +229,8 @@
227 top: 0px; 229 top: 0px;
228 right: 150px; 230 right: 150px;
229 width: 170px; 231 width: 170px;
  232 + border: none; /* work arround IE Bug */
  233 + background: transparent; /* work arround IE Bug */
230 } 234 }
231 235
232 #user_menu_head { 236 #user_menu_head {