Opened 13 years ago
Closed 9 years ago
#3651 closed defect (bug) (wontfix)
Email subscription bottom button gets squashed in default 1.5
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.5 |
Component: | Templates | Keywords: | |
Cc: |
Description
I understand this is a plugin-specific issue, but while testing some other themes I've noticed that they display this plugin just fine.
In BP-Default the button displays like this:
Original plugin bug report:
http://wordpress.org/support/topic/plugin-buddypress-group-email-subscription-bottom-button-gets-squashed-in-default-15-theme
Change History (3)
Note: See
TracTickets for help on using
tickets.
It's happening because of the negative top margin on div.pagination. It seems like a bad idea to put negative margins on a floated element without clearing properly, because it causes problems like this. But I'd like to hear from others about that.