Improve styling of #adduser text inputs on mobile devices.

In [26134], `#createuser` inputs were made responsive, but `#adduser` was a straggler. This assigns the proper mobile style to the add user inputs and moves the initial declaration alongside create user for future maintenance ease.

See #32846.

Built from https://develop.svn.wordpress.org/trunk@33162


git-svn-id: http://core.svn.wordpress.org/trunk@33134 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt 2015-07-11 19:28:25 +00:00
parent 0a64d94562
commit 8b31074880
7 changed files with 11 additions and 9 deletions

View File

@ -358,8 +358,7 @@ textarea.large-text {
width: 99%;
}
input.regular-text,
#adduser .form-field input {
input.regular-text {
width: 25em;
}
@ -666,6 +665,7 @@ table.form-table td .updated p {
width: 15em;
}
#adduser .form-field input,
#createuser .form-field input {
width: 25em;
}
@ -1036,6 +1036,7 @@ table.form-table td .updated p {
font-size: 14px;
}
#adduser .form-field input,
#createuser .form-field input {
width: 100%;
}

View File

@ -358,8 +358,7 @@ textarea.large-text {
width: 99%;
}
input.regular-text,
#adduser .form-field input {
input.regular-text {
width: 25em;
}
@ -666,6 +665,7 @@ table.form-table td .updated p {
width: 15em;
}
#adduser .form-field input,
#createuser .form-field input {
width: 25em;
}
@ -1036,6 +1036,7 @@ table.form-table td .updated p {
font-size: 14px;
}
#adduser .form-field input,
#createuser .form-field input {
width: 100%;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta2-33161';
$wp_version = '4.3-beta2-33162';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.