Make WordPress Core

Ticket #52148: common.css_52148.patch

File common.css_52148.patch, 880 bytes (added by ankitmaru, 4 years ago)
  • src/wp-admin/css/common.css

     
    26902690        left: 0;
    26912691        margin-top: 10px;
    26922692        margin-right: 250px; /* FYI box */
    2693         padding: 10px 26px;
     2693        padding: 10px 26px 99999px 26px;
    26942694        margin-bottom: -99932px; /* 67px less than the padding below to accommodate footer height */
    2695         padding-bottom: 99999px; /* equal height column trick */
    26962695}
    26972696
    26982697#section-holder .notice {
     
    27082707        position: relative;
    27092708        top: 0;
    27102709        right: 0;
    2711         padding: 16px;
     2710        padding: 16px 16px 99999px 16px;
    27122711        margin-bottom: -99932px; /* 67px less than the padding below to accommodate footer height */
    2713         padding-bottom: 99999px; /* equal height column trick */
    27142712        width: 217px;
    27152713        border-left: 1px solid #ddd;
    27162714        background: #f3f3f3;