Make WordPress Core

Ticket #47561: 47561.2.diff

File 47561.2.diff, 526 bytes (added by mukesh27, 5 years ago)

Updated patch with absolute position and remove margin right

  • wp-admin/css/common.css

    diff --git a/wp-admin/css/common.css b/wp-admin/css/common.css
    index 299818752f..2e3750d5ce 100644
    a b div.action-links { 
    26572657}
    26582658
    26592659#section-holder {
    2660         position: relative;
     2660        position: absolute;
    26612661        top: 0;
    26622662        right: 250px;
    26632663        bottom: 0;
    26642664        left: 0;
    2665         margin-right: 250px; /* FYI box */
    26662665        padding: 10px 26px;
    26672666        margin-bottom: -99939px; /* 60px less than the padding below to accommodate footer */
    26682667        padding-bottom: 99999px; /* equal height column trick */