Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#26028 closed defect (bug) (fixed)

Styles for activity widget comments are incorrectly appearing on edit-comments.php

Reported by: iammattthomas's profile iammattthomas 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)

26028.diff (2.6 KB) - added by iammattthomas 10 years ago.
Add specificity to the DASH activity widget comment styles.

Download all attachments as: .zip

Change History (5)

@iammattthomas
10 years ago

Add specificity to the DASH activity widget comment styles.

#1 @iammattthomas
10 years ago

Uploading this fix as a patch so the DASH folks can review, in case there are others that need to be fixed as well.

#2 @nacin
10 years ago

In 26175:

More specific CSS for the dashboard activity widget.

props iammattthomas.
see #26028.

#3 @iammattthomas
10 years ago

  • Resolution set to worksforme
  • Status changed from new to closed

r26175 appears to have taken care of everything here.

#4 @nacin
10 years ago

  • Milestone changed from Awaiting Review to 3.8
  • Resolution changed from worksforme to fixed
Note: See TracTickets for help on using tickets.