Make WordPress Core

Ticket #30968: 30968.patch

File 30968.patch, 316 bytes (added by tyxla, 10 years ago)

Attaching a fix of the issue. This pushes the title field box 3px to the bottom, so the border and the focus highlight is now visible on all resolutions.

  • wp-admin/css/edit.css

     
    5959        height: 1.7em;
    6060        width: 100%;
    6161        outline: none;
    62         margin: 0;
     62        margin: 0 0 3px;
    6363        background-color: #fff;
    6464}
    6565