]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/install.css
Wordpress 2.6.2
[autoinstalls/wordpress.git] / wp-admin / css / install.css
index 5f4164c6155fe98900b765419726d62de36b488d..cfa03253b575f0d38bf5d3c9677722435061ad91 100644 (file)
@@ -7,8 +7,10 @@ body {
        margin: 2em auto 0 auto;
        width: 700px;
        padding: 1em 2em;
+       -moz-border-radius: 12px;
+       -khtml-border-radius: 12px;
        -webkit-border-radius: 12px;
-       font-size: 62.5%;
+       border-radius: 12px;
 }
 
 a { color: #2583ad; text-decoration: none; }
@@ -25,34 +27,41 @@ h2 { font-size: 16px; }
 
 p, li {
        padding-bottom: 2px;
-       font-size: 1.3em;
-       line-height: 1.8em;
+       font-size: 13px;
+       line-height: 18px;
 }
 
 code {
-       font-size: 1.3em;
+       font-size: 13px;
 }
 
 ul, ol { padding: 5px 5px 5px 22px; }
 
 #logo { margin: 6px 0 14px 0px; border-bottom: none;}
 
-.step a, .step input { font-size: 2em; }
+.step {
+       margin: 20px 0 15px;
+}
 
-td input { font-size: 1.5em; }
+.step input {
+       font-size: 18px;
+}
+
+a.button {
+       font-size: 18px;
+}
 
 .step, th { text-align: left; padding: 0; }
 
 .submit input, .button, .button-secondary {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
-       padding: 6px;
-       border: none;
+       padding: 5px 7px 7px;
+       border: 1px solid #a3a3a3;
        margin-left: 0;
-       font-size: 13px !important;
-       -moz-border-radius: 2px;
-       -khtml-border-radius: 2px;
-       -webkit-border-radius: 2px;
-       border-radius: 2px;
+       -moz-border-radius: 3px;
+       -khtml-border-radius: 3px;
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
        color: #246;
        background: #e5e5e5;
 }
@@ -63,6 +72,7 @@ td input { font-size: 1.5em; }
 
 .submit input:hover, .button:hover, .button-secondary:hover {
        color: #d54e21;
+       border-color: #535353;
 }
 
 .form-table {
@@ -75,12 +85,13 @@ td input { font-size: 1.5em; }
        margin-bottom: 9px;
        padding: 10px;
        border-bottom: 8px solid #fff;
+       font-size: 12px;
 }
 
 .form-table th {
-       font-size: 12px;
+       font-size: 13px;
        text-align: left;
-       padding: 12px 10px 10px 10px;
+       padding: 16px 10px 10px 10px;
        border-bottom: 8px solid #fff;
        width: 110px;
        vertical-align: top;
@@ -100,6 +111,12 @@ td input { font-size: 1.5em; }
        font-size: 11px;
 }
 
+.form-table input {
+       line-height: 20px;
+       font-size: 15px;
+       padding: 2px;
+}
+
 h1 {
        border-bottom: 1px solid #dadada;
        clear: both;
@@ -116,9 +133,10 @@ h1 {
 
 #error-page p {
        font-size: 14px;
-       line-height: 1.6em;
+       line-height: 16px;
+       margin: 25px 0 20px;
 }
 
 #error-page code {
-       font-size: 1em;
+       font-size: 15px;
 }
\ No newline at end of file