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: |
|
Owned by: |
|
---|---|---|---|
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)
Change History (5)
Note: See
TracTickets for help on using
tickets.
24120.diff resets
text-indent
and usesline-height
andfont-size
to hide the text for IE7.