Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#26228 closed defect (bug) (fixed)

CSS rule causing inconsistent output (in BuddyPress/bbPress)

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by: iammattthomas's profile iammattthomas
Milestone: 3.8 Priority: normal
Severity: normal Version:
Component: Administration Keywords: needs-patch
Focuses: ui Cc:

Description

In wp-admin.css this rule causes a 1em margin that did not appear in 3.7 or previous.

#post-body #post-body-content h3 {
	margin-top: 1em;
}

Screenshot attached.

Attachments (1)

Screenshot 2013-11-24 23.43.21.png (33.5 KB) - added by johnjamesjacoby 11 years ago.
The top metabox title has a 1em margin that the others do not

Download all attachments as: .zip

Change History (3)

@johnjamesjacoby
11 years ago

The top metabox title has a 1em margin that the others do not

#1 @SergeyBiryukov
11 years ago

  • Keywords ui-focus added

#2 @iammattthomas
11 years ago

  • Owner set to iammattthomas
  • Resolution set to fixed
  • Status changed from new to closed

In 26383:

Combine these selectors which both target the 'Menu Structure' heading on Edit Menus. Use .menu-edit instead of #post-body to ensure this margin applies only to the Edit Menus page. Fixes #26228.

Note: See TracTickets for help on using tickets.