Commit b2005120aa238082c2c6988fe551906fd2b65b3a

Authored by AurelioAHeckert
1 parent ac63edac

ActionItem413: zen3 is better on MSIE

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1906 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/themes/ecosol/stylesheets/controller_search.css
... ... @@ -39,9 +39,6 @@ body.category4 .search-options {
39 39 .msie .search-results-box {
40 40 width: 31% !important;
41 41 }
42   -.msie .only-one-result-box .search-results-box {
43   - width: 95% !important;
44   -}
45 42  
46 43 .search-results-box.odd {
47 44 margin-left: 0px;
... ...
public/designs/themes/zen3/stylesheets/controller_search.css
... ... @@ -43,10 +43,6 @@
43 43 }
44 44 */
45 45  
46   -.msie .search-results-box {
47   - width: 96%;
48   -}
49   -
50 46 .category-innerbox,
51 47 .search-results-innerbox {
52 48 padding: 10px 0px 10px 10px;
... ...
public/stylesheets/controller_search.css
... ... @@ -38,6 +38,9 @@
38 38 .only-one-result-box .search-results-box {
39 39 width: 100%;
40 40 }
  41 +.msie .only-one-result-box .search-results-box {
  42 + width: 95% !important;
  43 +}
41 44  
42 45 .search-results-box.odd {
43 46 margin-left: 1%;
... ...