mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 09:34:41 +00:00
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:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user