Passwords: Use small screen styles for all small screens.
H/t johnjamesjacoby. Introduced in [33206]. See #32589. git-svn-id: https://develop.svn.wordpress.org/trunk@33331 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
66f22b5c2c
commit
dc90d4217c
@ -1205,26 +1205,6 @@ table.form-table td .updated p {
|
|||||||
.form-field #domain {
|
.form-field #domain {
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (max-width: 768px) {
|
|
||||||
.form-field input[type="text"],
|
|
||||||
.form-field input[type="email"],
|
|
||||||
.form-field input[type="password"],
|
|
||||||
.form-field select,
|
|
||||||
.form-field textarea {
|
|
||||||
width: 99%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-wrap .form-field {
|
|
||||||
padding:0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* users */
|
|
||||||
#profile-page .form-table textarea {
|
|
||||||
max-width: 400px;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* New Password */
|
/* New Password */
|
||||||
.wp-pwd {
|
.wp-pwd {
|
||||||
@ -1260,6 +1240,26 @@ table.form-table td .updated p {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
.form-field input[type="text"],
|
||||||
|
.form-field input[type="email"],
|
||||||
|
.form-field input[type="password"],
|
||||||
|
.form-field select,
|
||||||
|
.form-field textarea {
|
||||||
|
width: 99%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-wrap .form-field {
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* users */
|
||||||
|
#profile-page .form-table textarea {
|
||||||
|
max-width: 400px;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-height: 480px) {
|
@media only screen and (max-height: 480px) {
|
||||||
/* Request Credentials */
|
/* Request Credentials */
|
||||||
.request-filesystem-credentials-dialog .notification-dialog{
|
.request-filesystem-credentials-dialog .notification-dialog{
|
||||||
|
Loading…
Reference in New Issue
Block a user