#26028 closed defect (bug) (fixed)
Styles for activity widget comments are incorrectly appearing on edit-comments.php
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Administration | Keywords: | has-patch |
Focuses: | ui | Cc: |
Description
On edit-comments.php, gravatars are displaying outside the comment list, unapproved comments are breaking the layout, and all comments have a gray background. The comment styles meant for the dashboard activity widget need the #activity-widget ID added to their selectors so they don't affect edit-comments.php.
When trashing/spamming a comment from the dashboard, the absolute positioning for gravatars needs to be overridden so gravatars don't appear outside the proper row.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Add specificity to the DASH activity widget comment styles.