Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#24120 closed defect (bug) (fixed)

Post Formats: Icons in Edit Posts are broken in IE7

Reported by: kovshenin's profile kovshenin Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 3.6 Priority: normal
Severity: normal Version: 3.6
Component: Post Formats Keywords: has-patch
Focuses: ui Cc:

Description

The post formats icons are not visible in the Edit Posts screen. This also breaks titles for posts with a post format other than standard: http://cl.ly/image/0G1m3R021J2S

It seems like negative indent (a.post-state-format) on a non-block element is not supported by IE7, causing the parent block container to indent instead.

Attachments (1)

24120.diff (344 bytes) - added by kovshenin 12 years ago.

Download all attachments as: .zip

Change History (5)

@kovshenin
12 years ago

#1 @kovshenin
12 years ago

  • Keywords has-patch added

24120.diff resets text-indent and uses line-height and font-size to hide the text for IE7.

#2 @SergeyBiryukov
12 years ago

  • Keywords ui-focus added

#3 @SergeyBiryukov
12 years ago

Looks good.

#4 @SergeyBiryukov
12 years ago

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

In 24111:

Fix display of post format icons and post titles in IE7. props kovshenin. fixes #24120.

Note: See TracTickets for help on using tickets.