Make WordPress Core

Ticket #27423: 27423.3.patch

File 27423.3.patch, 1.1 KB (added by michalzuber, 11 years ago)

Polished edit inputs in media detail

  • src/wp-includes/css/media-views.css

     
    28652865        margin-top: 3px;
    28662866}
    28672867
     2868@media only screen and (max-width: 680px) {
     2869        .edit-attachment-frame .attachment-fields .setting input[type="text"],
     2870        .edit-attachment-frame .attachment-fields .setting input[type="password"],
     2871        .edit-attachment-frame .attachment-fields .setting input[type="number"],
     2872        .edit-attachment-frame .attachment-fields .setting input[type="search"],
     2873        .edit-attachment-frame .attachment-fields .setting input[type="email"],
     2874        .edit-attachment-frame .attachment-fields .setting input[type="url"],
     2875        .edit-attachment-frame .attachment-fields .setting textarea,
     2876        .edit-attachment-frame .attachment-fields .setting .value {
     2877                float: none;
     2878                width: 100%;
     2879        }
     2880        .edit-attachment-frame .attachment-fields .setting .name {
     2881                padding: 0;
     2882                text-align: left;
     2883        }
     2884}
     2885
    28682886@media only screen and (max-width: 1120px) {
    28692887        .media-grid-view .media-toolbar-primary,
    28702888        .media-grid-view .media-toolbar-secondary {