]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/login.dev.css
Wordpress 3.0
[autoinstalls/wordpress.git] / wp-admin / css / login.dev.css
index 842debc1732d839adee0870ff185e0d7d827f0c7..b2a1f559ecb4c2dc00e869ec9acd3418f0a7c893 100644 (file)
@@ -1,8 +1,7 @@
 * { margin: 0; padding: 0; }
 
 body {
-       border-top-width: 30px;
-       border-top-style: solid;
+       padding-top: 30px;
        font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
 }
 
@@ -81,11 +80,22 @@ h1 a {
        text-shadow: rgba(255,255,255,1) 0 1px 0;
 }
 
-#backtoblog {
+#backtoblog {
        position: absolute;
-       top: 7px;
-       left: 15px;
+       top: 0;
+       left: 0;
+       border-bottom: #c6c6c6 1px solid;
+       background: #d9d9d9; /* fallback color */
+       background: -moz-linear-gradient(bottom,  #d7d7d7,  #e4e4e4);
+       background: -webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#e4e4e4));
+       height: 30px;
+       width: 100%;
+}
+
+#backtoblog a {
        text-decoration: none;
+       display: block;
+       padding: 8px 0 0 15px;
 }
 
 #login { width: 320px; margin: 7em auto; }