Make WordPress Core


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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.