Make WordPress Core

Ticket #54955: 54955.patch

File 54955.patch, 542 bytes (added by ravipatel, 4 years ago)

Patch for when added a meta box and show ajax layout top and fixed with this patch

  • src/wp-admin/css/edit.css

     
    10851085        margin: 8px;
    10861086}
    10871087
     1088#postcustomstuff #ajax-response input[type=text],
     1089#postcustomstuff #ajax-response select,
     1090#postcustomstuff #ajax-response textarea {
     1091        width: 96%;
     1092}
     1093
    10881094#side-sortables #postcustomstuff table input,
    10891095#side-sortables #postcustomstuff table select,
    10901096#side-sortables #postcustomstuff table textarea {