Make WordPress Core

Changeset 41854


Ignore:
Timestamp:
10/13/2017 02:39:00 PM (7 years ago)
Author:
melchoyce
Message:

Improve File Credentials / Code Editor modal responsive styles.

Makes the modal full-width and height.

Props sami.keijonen, Mirucon, helen.
Fixes #42111.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/forms.css

    r41836 r41854  
    13661366}
    13671367
    1368 @media only screen and (max-height: 480px) {
    1369     /*  Request Credentials */
    1370     .request-filesystem-credentials-dialog .notification-dialog{
     1368@media only screen and (max-height: 480px), screen and (max-width: 450px) {
     1369    /*  Request Credentials / File Editor Warning */
     1370    .request-filesystem-credentials-dialog .notification-dialog,
     1371    .file-editor-warning .notification-dialog {
    13711372        width: 100%;
    13721373        height: 100%;
Note: See TracChangeset for help on using the changeset viewer.