Aleksander Machniak
2014-04-12 64542fc8035b71252dd7d8678dd82e1a910a76c4
skins/classic/functions.js
@@ -155,11 +155,6 @@
  }
  obj[show?'show':'hide']();
  if (bw.ie6 && this.popups[popup].overlap) {
    $('select').css('visibility', show?'hidden':'inherit');
    $('select', obj).css('visibility', 'inherit');
  }
},
dragmenu: function(show)
@@ -319,9 +314,6 @@
      }
    });
    $('#listmenu fieldset').css("min-height", maxheight+"px")
    // IE6 complains if you set this attribute using either method:
    //$('#listmenu fieldset').css({'height':'auto !important'});
    //$('#listmenu fieldset').css("height","auto !important");
      .height(maxheight);
  };
},
@@ -470,7 +462,7 @@
  }
  else {
    prev_frm.hide();
    if (bw.ie6 || bw.ie7) {
    if (bw.ie7) {
      var fr = document.getElementById('mailcontframe');
      fr.style.bottom = 0;
      fr.style.height = parseInt(fr.parentNode.offsetHeight)+'px';