diff --git a/wp-admin/css/install.css b/wp-admin/css/install.css index 71d729d055..cfa03253b5 100644 --- a/wp-admin/css/install.css +++ b/wp-admin/css/install.css @@ -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,12 +27,12 @@ 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; } @@ -38,12 +40,16 @@ ul, ol { padding: 5px 5px 5px 22px; } #logo { margin: 6px 0 14px 0px; border-bottom: none;} .step { - font-size: 2.2em; + margin: 20px 0 15px; } -.step input { font-size: 2em; } +.step input { + font-size: 18px; +} -td input { font-size: 1.5em; } +a.button { + font-size: 18px; +} .step, th { text-align: left; padding: 0; } @@ -79,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; @@ -104,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; @@ -120,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 diff --git a/wp-admin/install.php b/wp-admin/install.php index ff232126e4..32ef35dc4f 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -54,7 +54,7 @@ switch($step) { - +

-

+

If for any reason this automatic file creation doesn't work, don't worry. All this does is fill in the database information to a configuration file. You may also simply open wp-config-sample.php in a text editor, fill in your information, and save it as wp-config.php.

In all likelihood, these items were supplied to you by your ISP. If you do not have this information, then you will need to contact them before you can continue. If you’re all ready…

-

Let’s go!

+

Let’s go!

If you want to run multiple WordPress installations in a single database, change this. -

- -

+

All right sparky! You've made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to…

-

Run the install

+

Run the install