Total hax, but this is better than the user menu completely not working.

This commit is contained in:
Pistos 2011-11-04 01:22:57 -04:00
parent 9ef0fbfe60
commit af82fb1600
2 changed files with 8 additions and 1 deletions

View file

@ -17,6 +17,10 @@
evt.stopPropagation();
self.menuElement.toggleClass("active");
if ( $.browser.msie ) {
$('header').toggleClass('ie-user-menu-active');
}
};
this.hideDropdown = function() {
@ -27,4 +31,4 @@
};
Diaspora.Widgets.UserDropdown = UserDropdown;
})();
})();

View file

@ -263,6 +263,9 @@ header
:top 5px
:display block
header.ie-user-menu-active
:height 150px
//////////////////////////////////
ul.dropdown
:padding 0