]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/login-rtl.css
WordPress 4.0
[autoinstalls/wordpress.git] / wp-admin / css / login-rtl.css
index a3c7bed9878f4d0c31f625a6780a3507a61ee9f9..787b81eddfb660e09dbe76238c9e0624f458fa6e 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 {
@@ -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
+}