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.


git-svn-id: https://develop.svn.wordpress.org/trunk@33162 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jeremy Felt 2015-07-11 19:27:50 +00:00
parent 528d30b9a8
commit 9ae86a2080
1 changed files with 3 additions and 2 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%;
}