diff --git a/src/wp-admin/css/forms.css b/src/wp-admin/css/forms.css index be3c17f096..8e931a6e55 100644 --- a/src/wp-admin/css/forms.css +++ b/src/wp-admin/css/forms.css @@ -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{