Upgrade/Install: Bring some consistency to installation screen styles.

* Include `forms.css` and `l10n.css`, for consistency with login screen and other admin screens.
* Remove redundant `@import` directives from `login.css` for files already declared as dependencies.
* Adjust margin on password strength meter for consistency with other fields.
* Increase font size for "You will need this password to log in" notice.
* Fix misaligned icon on "Hide" button for the password.

Props iseulde, dan@micamedia.com, bassgang, cdog, johnbillion, nmenescardi, mukesh27, SergeyBiryukov.
Fixes #35776, #47757, #47758.

git-svn-id: https://develop.svn.wordpress.org/trunk@45673 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2019-07-25 19:10:33 +00:00
parent f00229ac0e
commit 77a1f39484
6 changed files with 9 additions and 94 deletions
-3
View File
@@ -1,6 +1,3 @@
@import url(forms.css);
@import url(l10n.css);
html,
body {
height: 100%;