]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/install-rtl.css
WordPress 4.0
[autoinstalls/wordpress.git] / wp-admin / css / install-rtl.css
index b73329e8fdf107cd5ec6d495d4d5332d5c12c57d..0a9deda0aa9c51f1fcbef68a20be98c48fe4fbe0 100644 (file)
@@ -60,6 +60,11 @@ abbr {
        border: 0;
        font-variant: normal;
 }
+
+label {
+       cursor: pointer;
+}
+
 #logo {
        margin: 6px 0 14px 0;
        border-bottom: none;
@@ -68,19 +73,19 @@ abbr {
 #logo a {
        background-image: url(../images/w-logo-blue.png?ver=20131202);
        background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
-       -webkit-background-size: 80px 80px;
-       background-size: 80px 80px;
+       -webkit-background-size: 84px;
+       background-size: 84px;
        background-position: center top;
        background-repeat: no-repeat;
        color: #999;
-       height: 80px;
+       height: 84px;
        font-size: 20px;
        font-weight: normal;
        line-height: 1.3em;
        margin: -130px auto 25px;
        padding: 0;
        text-decoration: none;
-       width: 80px;
+       width: 84px;
        text-indent: -9999px;
        outline: none;
        overflow: hidden;
@@ -93,7 +98,9 @@ abbr {
        text-align: right;
        padding: 0;
 }
-.step .button-large {
+.language-chooser.wp-core-ui .step .button.button-large {
+       height: 36px;
+       vertical-align: middle;
        font-size: 14px;
 }
 textarea {
@@ -152,6 +159,8 @@ submit {
 }
 
 .form-table input[type=text],
+.form-table input[type=email],
+.form-table input[type=url],
 .form-table input[type=password] {
        width: 206px;
 }
@@ -295,6 +304,8 @@ body.rtl,
        }
 
        .form-table td input[type="text"],
+       .form-table td input[type="email"],
+       .form-table td input[type="url"],
        .form-table td input[type="password"],
        .form-table td select,
        .form-table td textarea,
@@ -311,3 +322,68 @@ body.rtl,
        }
 
 }
+
+body.language-chooser {
+       max-width: 300px;
+}
+
+.language-chooser select {
+       padding: 8px;
+       width: 100%;
+       display: block;
+       border: 1px solid #ddd;
+       background-color: #fff;
+       color: #333;
+       font-size: 16px;
+       font-family: Arial, sans-serif;
+       font-weight: normal;
+}
+
+.language-chooser p {
+       text-align: left;
+}
+
+.screen-reader-input,
+.screen-reader-text {
+       position: absolute;
+       margin: -1px;
+       padding: 0;
+       height: 1px;
+       width: 1px;
+       overflow: hidden;
+       clip: rect(0 0 0 0);
+       border: 0;
+}
+
+.spinner {
+       background: url(../images/spinner.gif) no-repeat;
+       -webkit-background-size: 20px 20px;
+       background-size: 20px 20px;
+       visibility: hidden;
+       opacity: 0.7;
+       filter: alpha(opacity=70);
+       width: 20px;
+       height: 20px;
+       margin: 2px 5px 0;
+}
+
+.step .spinner {
+       display: inline-block;
+       margin-top: 8px;
+       margin-left: 15px;
+       vertical-align: top;
+}
+
+/**
+ * HiDPI Displays
+ */
+@media print,
+  (-o-min-device-pixel-ratio: 5/4),
+  (-webkit-min-device-pixel-ratio: 1.25),
+  (min-resolution: 120dpi) {
+
+       .spinner {
+               background-image: url(../images/spinner-2x.gif);
+       }
+
+}