Make WordPress Core

Ticket #31261: 31261.patch

File 31261.patch, 332 bytes (added by tyxla, 10 years ago)

Minor styling improvements to slug field - extending field to 100%, adding margin to properly center the field in the slug box.

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

     
    123123        width: 16em;
    124124}
    125125
     126#post_name {
     127        width: 100%;
     128        margin: 6px 0 0;
     129}
     130
    126131.postarea h3 label {
    127132        float: left;
    128133}