Refine the FTP credentials form interaction.

Properly toggle SSH2 Authentication Keys fieldset visibility.
JavaScript and CSS clean-up.

Props Mte90.
Fixes #34376.

git-svn-id: https://develop.svn.wordpress.org/trunk@37467 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia
2016-05-19 22:58:55 +00:00
parent c5944fedf8
commit 86b5802d75
3 changed files with 35 additions and 32 deletions

View File

@@ -970,7 +970,7 @@ table.form-table td .updated p {
}
.request-filesystem-credentials-dialog .notification-dialog {
top: 15%;
top: 10%;
max-height: 85%;
}
@@ -1028,6 +1028,10 @@ table.form-table td .updated p {
margin-right: 10px;
}
.request-filesystem-credentials-dialog #auth-keys-desc {
margin-bottom: 0;
}
#request-filesystem-credentials-dialog .button:not(:last-child) {
margin-right: 10px;
}