Make WordPress Core

Changeset 33319


Ignore:
Timestamp:
07/18/2015 05:24:33 AM (9 years ago)
Author:
dd32
Message:

Updates: Better handling when the credential form is long (such as when SSH is active). This adds scrolling to the dialogue, and hides the SSH-specific fields when not using the SSH handler.

Merges [32777] to the 4.2 branch, the JS changes were previously merged in [33304]
See #32435

Location:
branches/4.2/src/wp-admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.2/src/wp-admin/css/edit.css

    r32071 r33319  
    546546    position: fixed;
    547547    top: 30%;
     548    max-height: 70%;
    548549    left: 50%;
    549550    width: 450px;
     
    554555    line-height: 1.5;
    555556    z-index: 1000005;
     557    overflow-y: auto;
    556558}
    557559
  • branches/4.2/src/wp-admin/css/forms.css

    r32051 r33319  
    863863.request-filesystem-credentials-dialog .notification-dialog {
    864864    top: 15%;
     865    max-height: 85%;
    865866}
    866867
     
    11581159        width: 100%;
    11591160        height: 100%;
     1161        max-height: 100%;
    11601162        position: fixed;
    11611163        top: 0;
    11621164        margin: 0;
    11631165        left: 0;
    1164         overflow-y: auto;
    11651166    }
    11661167}
Note: See TracChangeset for help on using the changeset viewer.