mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 02:49:04 +01:00
Passwords: Use small screen styles for all small screens.
H/t johnjamesjacoby. Introduced in [33206]. See #32589. Built from https://develop.svn.wordpress.org/trunk@33331 git-svn-id: http://core.svn.wordpress.org/trunk@33303 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7725d25cb7
commit
7c75a6d00a
@ -1205,26 +1205,6 @@ table.form-table td .updated p {
|
||||
.form-field #domain {
|
||||
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 */
|
||||
.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) {
|
||||
/* Request Credentials */
|
||||
.request-filesystem-credentials-dialog .notification-dialog{
|
||||
|
@ -1205,26 +1205,6 @@ table.form-table td .updated p {
|
||||
.form-field #domain {
|
||||
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 */
|
||||
.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) {
|
||||
/* Request Credentials */
|
||||
.request-filesystem-credentials-dialog .notification-dialog{
|
||||
|
2
wp-admin/css/login-rtl.min.css
vendored
2
wp-admin/css/login-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/login.min.css
vendored
2
wp-admin/css/login.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-beta3-33330';
|
||||
$wp_version = '4.3-beta3-33331';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user