]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/install-rtl.css
WordPress 4.6.3
[autoinstalls/wordpress.git] / wp-admin / css / install-rtl.css
index 551121552fe7f88d1cd7ae2334fedd4fec8ff9ae..43378fc992b49459426d8c48db8a013a799adb09 100644 (file)
@@ -6,7 +6,7 @@ html {
 body {
        background: #fff;
        color: #444;
-       font-family: "Open Sans", sans-serif;
+       font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        margin: 140px auto 25px;
        padding: 20px 20px 10px 20px;
        max-width: 700px;
@@ -39,13 +39,13 @@ a:focus {
 }
 
 h1, h2 {
-       border-bottom: 1px solid #dedede;
+       border-bottom: 1px solid #ddd;
        clear: both;
        color: #666;
        font-size: 24px;
        padding: 0;
        padding-bottom: 7px;
-       font-weight: normal;
+       font-weight: 400;
 }
 
 h3 {
@@ -97,10 +97,10 @@ 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;
+       font-weight: 400;
        line-height: 1.3em;
        margin: -130px auto 25px;
        padding: 0;
@@ -126,12 +126,13 @@ 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;
-       font-family: "Open Sans", sans-serif;
+       border: 1px solid #ddd;
+       font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
@@ -180,7 +181,7 @@ textarea {
 
 input,
 submit {
-       font-family: "Open Sans", sans-serif;
+       font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
 }
 
 .form-table input[type=text],
@@ -191,7 +192,7 @@ submit {
 }
 
 .form-table th p {
-       font-weight: normal;
+       font-weight: 400;
 }
 
 .form-table.install-success th,
@@ -287,10 +288,9 @@ submit {
 }
 
 .message {
-       border: 1px solid #c00;
-       padding: 0.5em 0.7em;
-       margin: 5px 0 15px;
-       background-color: #ffebe8;
+       border-right: 4px solid #dc3232;
+       padding: .7em .6em;
+       background-color: #fbeaea;
 }
 
 /* rtl:ignore */
@@ -406,7 +406,7 @@ body.language-chooser {
        color: #32373c;
        font-size: 16px;
        font-family: Arial, sans-serif;
-       font-weight: normal;
+       font-weight: 400;
 }
 
 .language-chooser p {
@@ -439,9 +439,8 @@ body.language-chooser {
 
 .step .spinner {
        display: inline-block;
-       margin-top: 8px;
+       vertical-align: middle;
        margin-left: 15px;
-       vertical-align: top;
 }
 
 .button-secondary.hide-if-no-js,