Make WordPress Core

Ticket #24308: 24308.6.diff

File 24308.6.diff, 692 bytes (added by celloexpressions, 13 years ago)

Fix audio:before height and audio/status max-widths

  • wp-content/themes/twentythirteen/css/editor-style.css

     
    397397        padding-left: 120px;
    398398}
    399399
     400.post-format-audio.mceContentBody {
     401        max-width: 484px;
     402}
     403
    400404.post-format-audio a {
    401405        color: #fbfaf3;
    402406}
     
    411415        float: left;
    412416        width: 120px;
    413417        display: block;
    414         height: 100%;
     418        height: 97%;
    415419        position: absolute;
    416420        left: 0;
    417421        top: 4px;
     
    499503}
    500504
    501505.post-format-status.mceContentBody {
     506        max-width: 569px;
    502507        font-size: 24px;
    503508}
    504509