Merge pull request #2315 from Pistos/ie-make-user-menu-work

Total hax, but this is better than the user menu completely not working.
This commit is contained in:
Daniel Grippi 2011-11-04 21:02:25 -07:00
commit a87ba6cbfa
2 changed files with 8 additions and 1 deletions

View file

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

View file

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