]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/install.css
WordPress 3.9
[autoinstalls/wordpress.git] / wp-admin / css / install.css
index 336538e5b06925b5b66850182c1652f6fbc95960..a2e19a1cc2e28cffe6da0848fa01eb729c08e02f 100644 (file)
@@ -1,11 +1,11 @@
 html {
-       background: #eee;
+       background: #f1f1f1;
        margin: 0 20px;
 }
 
 body {
        background: #fff;
-       color: #555;
+       color: #444;
        font-family: "Open Sans", sans-serif;
        margin: 140px auto 25px;
        padding: 20px 20px 10px 20px;
@@ -66,8 +66,9 @@ abbr {
        text-align:center
 }
 #logo a {
-       background-image: url('../images/w-logo-blue.png?ver=20131202');
-       background-image: none, url('../images/wordpress-logo.svg?ver=20131107');
+       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;
        background-position: center top;
        background-repeat: no-repeat;
@@ -99,9 +100,8 @@ textarea {
        border: 1px solid #dfdfdf;
        font-family: "Open Sans", sans-serif;
        width: 100%;
-       -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
-       -ms-box-sizing: border-box; /* ie8 only */
+       -moz-box-sizing: border-box;
        box-sizing: border-box;
 }
 
@@ -142,6 +142,7 @@ textarea {
        font-size: 15px;
        padding: 3px 5px;
        border: 1px solid #ddd;
+       -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
 }
 
@@ -304,8 +305,9 @@ body.rtl,
                padding: 7px 10px;
                display: block;
                max-width: none;
-               box-sizing: border-box;
+               -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
+               box-sizing: border-box;
        }
 
 }