X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/0459461f9ea42e0b090759ff6fe5f48360bef750..refs/tags/wordpress-4.5:/wp-admin/css/install.css diff --git a/wp-admin/css/install.css b/wp-admin/css/install.css index 2f355f6f..55fbe543 100644 --- a/wp-admin/css/install.css +++ b/wp-admin/css/install.css @@ -39,7 +39,7 @@ a:focus { } h1, h2 { - border-bottom: 1px solid #dedede; + border-bottom: 1px solid #ddd; clear: both; color: #666; font-size: 24px; @@ -97,7 +97,7 @@ label { background-size: 84px; background-position: center top; background-repeat: no-repeat; - color: #999; + color: #444; /* same as login.css */ height: 84px; font-size: 20px; font-weight: normal; @@ -126,11 +126,12 @@ label { } .language-chooser.wp-core-ui .step .button.button-large { height: 36px; - vertical-align: middle; font-size: 14px; + line-height: 33px; + vertical-align: middle; } textarea { - border: 1px solid #dfdfdf; + border: 1px solid #ddd; font-family: "Open Sans", sans-serif; width: 100%; -webkit-box-sizing: border-box; @@ -287,10 +288,9 @@ submit { } .message { - border: 1px solid #c00; - padding: 0.5em 0.7em; - margin: 5px 0 15px; - background-color: #ffebe8; + border-left: 4px solid #dc3232; + padding: .7em .6em; + background-color: #fbeaea; } /* rtl:ignore */ @@ -439,9 +439,8 @@ body.language-chooser { .step .spinner { display: inline-block; - margin-top: 8px; + vertical-align: middle; margin-right: 15px; - vertical-align: top; } .button-secondary.hide-if-no-js,