]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/login-rtl.css
WordPress 4.1.2-scripts
[autoinstalls/wordpress.git] / wp-admin / css / login-rtl.css
index a3c7bed9878f4d0c31f625a6780a3507a61ee9f9..b83770fab201a85dc2e55b409a89ea1c965dc9c7 100644 (file)
@@ -1,5 +1,5 @@
-@import url(forms.css);
-@import url(l10n.css);
+@import url(forms-rtl.css);
+@import url(l10n-rtl.css);
 
 html,
 body {
@@ -54,7 +54,7 @@ p {
 }
 
 .login .message {
-       border-right: 4px solid #7ad03a;
+       border-right: 4px solid #2ea2cc;
        padding: 1px 12px;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
@@ -126,19 +126,19 @@ p {
 .login h1 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: 0 auto 25px;
        padding: 0;
        text-decoration: none;
-       width: 80px;
+       width: 84px;
        text-indent: -9999px;
        outline: none;
        overflow: hidden;
@@ -186,7 +186,6 @@ p {
 .login form .input,
 .login input[type="text"] {
        font-size: 24px;
-       line-height: 1;
        width: 100%;
        padding: 3px;
        margin: 2px 0 16px 6px;
@@ -267,4 +266,4 @@ body.interim-login {
                font: normal 21px/1 'dashicons';
                margin: -3px -4px 0 0;
        }
-}
\ No newline at end of file
+}