Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#24120 closed defect (bug) (fixed)

Post Formats: Icons in Edit Posts are broken in IE7

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

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 13 years ago.

Download all attachments as: .zip

Change History (5)

@kovshenin
13 years ago

#1 @kovshenin
13 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
13 years ago

  • Keywords ui-focus added

#3 @SergeyBiryukov
13 years ago

Looks good.

#4 @SergeyBiryukov
13 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

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.