Make WordPress Core

Ticket #24316: fix-post-format-selector-ie7.diff

File fix-post-format-selector-ie7.diff, 369 bytes (added by celloexpressions, 13 years ago)

Specify the width property for the selector links, resolving the layout issue for IE7.

  • wp-admin/css/ie.css

     
    188188        margin-top: 10px;
    189189}
    190190
     191.post-format-options a {
     192        width: 62px;
     193}
     194
    191195/* Inline Editor */
    192196#wpbody-content .quick-edit-row-post .inline-edit-col-left {
    193197        width: 39%;