Make WordPress Core

Ticket #44664: 44664.3.patch

File 44664.3.patch, 1.2 KB (added by laurelfulford, 6 years ago)

Copy fix editor styles.

  • src/wp-content/themes/twentyfourteen/css/editor-style.css

     
    628628        box-shadow: 1px 1px 1px rgba(0,0,0,.8);
    629629        color: #000;
    630630        height: 36px;
    631         margin-left: -24px;
    632631        width: 48px;
    633632}
    634633
     
    637636        content: '\f452';
    638637        display: inline-block;
    639638        font: normal 32px/1.125 Genericons;
    640         position: absolute;
     639        position: relative;
    641640        top: 1px;
    642641        left: 10px;
    643642}
  • src/wp-content/themes/twentyfourteen/style.css

     
    14051405        box-shadow: 1px 1px 1px rgba(0,0,0,.8);
    14061406        color: #000;
    14071407        height: 36px;
    1408         margin: -28px 0 0 -24px; /* Keep centered on video (container includes visible controls bar) */
    14091408        width: 48px;
    14101409}
    14111410
     
    14151414        content: '\f452';
    14161415        display: inline-block;
    14171416        font: normal 32px/1.125 Genericons;
    1418         position: absolute;
     1417        position: relative;
    14191418        top: 1px;
    14201419        left: 10px;
    14211420}