#489 closed defect (bug) (fixed)
IE not showing 'pill' ajax buttons
Reported by: | burtadsit | Owned by: | |
---|---|---|---|
Milestone: | Priority: | minor | |
Severity: | Version: | ||
Component: | Keywords: | ie7, buttons | |
Cc: |
Description
The little pill shaped 'join', 'leave' and 'visit' buttons in the widgets are not showing at all in IE7. A forum user ran across this and reported it: http://buddypress.org/forums/topic.php?id=1231
Don't know if his solution works. I'm assuming it does but didn't try it:
How to fix it: open the ie7.css and the ie6.css (they are in the css folder in the buddypress home theme) and remove this:
.action {
display:none;
}
You find it around line 25.
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [1139]) Fixes #489