Commit 78b30736ae228613322cf7c8c9c0a01d128d6942

Authored by AurelioAHeckert
1 parent e9837773

ActionItem413: mais correções para a merda do IE

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1944 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/themes/ecosol/stylesheets/controller_search.css
... ... @@ -43,6 +43,9 @@ body.category4 .search-options {
43 43 .search-results-box.odd {
44 44 margin-left: 0px;
45 45 }
  46 +.msie .search-results-box.odd {
  47 + float: left;
  48 +}
46 49  
47 50 .search-results-box.col2_of3,
48 51 .search-results-box.col3_of3 {
... ...
public/designs/themes/ecosol/stylesheets/menu.css
... ... @@ -59,6 +59,13 @@ body.category4 .linkSubMenu { background-image: url(../images/borda-esq-aba-verm
59 59  
60 60 /* * * Assets Menu * * * * * * * * * * * */
61 61  
  62 +#assets_menu {
  63 + overflow: hidden; /* MSIE workarround bug */
  64 +}
  65 +#assets_menu ul {
  66 + height: 55px;
  67 +}
  68 +
62 69 body.category1 #assets_menu_layout_iten { background: url(../images/top-bar/assets-menu-top-laranja.gif) }
63 70 body.category2 #assets_menu_layout_iten { background: url(../images/top-bar/assets-menu-top-verde.gif) }
64 71 body.category3 #assets_menu_layout_iten { background: url(../images/top-bar/assets-menu-top-lilas.gif) }
... ...
public/stylesheets/controller_search.css
... ... @@ -31,20 +31,17 @@
31 31 float: left;
32 32 width: 49%;
33 33 }
34   -.Xmsie .search-results-box {
35   - width: 47% !important;
36   -}
37 34  
38 35 .only-one-result-box .search-results-box {
39 36 width: 100%;
40 37 }
41   -.Xmsie .only-one-result-box .search-results-box {
42   - width: 95% !important;
43   -}
44 38  
45 39 .search-results-box.odd {
46 40 margin-left: 1%;
47 41 }
  42 +.msie .search-results-box.odd {
  43 + float: right;
  44 +}
48 45  
49 46 .search-results-innerbox {
50 47 border: 1px solid #2A5896;
... ...