diff --git a/public/designs/themes/ecosol/stylesheets/controller_search.css b/public/designs/themes/ecosol/stylesheets/controller_search.css index cb9c2fb..e55d9bc 100644 --- a/public/designs/themes/ecosol/stylesheets/controller_search.css +++ b/public/designs/themes/ecosol/stylesheets/controller_search.css @@ -36,6 +36,12 @@ body.category4 .search-options { .search-results-box { width: 32.5%; } +.msie .search-results-box { + width: 31% !important; +} +.msie .only-one-result-box .search-results-box { + width: 95% !important; +} .search-results-box.odd { margin-left: 0px; diff --git a/public/stylesheets/menu.css b/public/stylesheets/menu.css index 236cdff..b6959d0 100644 --- a/public/stylesheets/menu.css +++ b/public/stylesheets/menu.css @@ -105,6 +105,8 @@ top: 21px; right: 0px; padding: 0px 0px 0px 10px; + border: none; /* work arround IE Bug */ + background: transparent; /* work arround IE Bug */ } .msie #assets_menu { right: -1px; @@ -227,6 +229,8 @@ top: 0px; right: 150px; width: 170px; + border: none; /* work arround IE Bug */ + background: transparent; /* work arround IE Bug */ } #user_menu_head { -- libgit2 0.21.2