Changeset 8309
- Timestamp:
- 07/10/2008 04:59:17 PM (17 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
-
css/install.css (modified) (6 diffs)
-
install.php (modified) (2 diffs)
-
setup-config.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/install.css
r8297 r8309 8 8 width: 700px; 9 9 padding: 1em 2em; 10 -moz-border-radius: 12px; 11 -khtml-border-radius: 12px; 10 12 -webkit-border-radius: 12px; 11 font-size: 62.5%;13 border-radius: 12px; 12 14 } 13 15 … … 26 28 p, li { 27 29 padding-bottom: 2px; 28 font-size: 1 .3em;29 line-height: 1 .8em;30 font-size: 13px; 31 line-height: 18px; 30 32 } 31 33 32 34 code { 33 font-size: 1 .3em;35 font-size: 13px; 34 36 } 35 37 … … 39 41 40 42 .step { 41 font-size: 2.2em;43 margin: 20px 0 15px; 42 44 } 43 45 44 .step input { font-size: 2em; } 46 .step input { 47 font-size: 18px; 48 } 45 49 46 td input { font-size: 1.5em; } 50 a.button { 51 font-size: 18px; 52 } 47 53 48 54 .step, th { text-align: left; padding: 0; } … … 80 86 padding: 10px; 81 87 border-bottom: 8px solid #fff; 88 font-size: 12px; 82 89 } 83 90 84 91 .form-table th { 85 font-size: 1 2px;92 font-size: 13px; 86 93 text-align: left; 87 padding: 1 2px 10px 10px 10px;94 padding: 16px 10px 10px 10px; 88 95 border-bottom: 8px solid #fff; 89 96 width: 110px; … … 105 112 } 106 113 114 .form-table input { 115 line-height: 20px; 116 font-size: 15px; 117 padding: 2px; 118 } 119 107 120 h1 { 108 121 border-bottom: 1px solid #dadada; … … 121 134 #error-page p { 122 135 font-size: 14px; 123 line-height: 1.6em; 136 line-height: 16px; 137 margin: 25px 0 20px; 124 138 } 125 139 126 140 #error-page code { 127 font-size: 1 em;141 font-size: 15px; 128 142 } -
trunk/wp-admin/install.php
r8202 r8309 55 55 </tr> 56 56 </table> 57 < input type="submit" name="Submit" value="<?php _e('Install WordPress'); ?>" class="button" />57 <p class="step"><input type="submit" name="Submit" value="<?php _e('Install WordPress'); ?>" class="button" /></p> 58 58 </form> 59 59 … … 99 99 </table> 100 100 101 <p ><a href="../wp-login.php" class="button"><?php _e('Log In'); ?></a>101 <p class="step"><a href="../wp-login.php" class="button"><?php _e('Log In'); ?></a></p> 102 102 103 103 <?php -
trunk/wp-admin/setup-config.php
r8238 r8309 63 63 <p>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…</p> 64 64 65 <p ><a href="setup-config.php?step=1" class="button">Let’s go!</a></p>65 <p class="step"><a href="setup-config.php?step=1" class="button">Let’s go!</a></p> 66 66 <?php 67 67 break; … … 99 99 </tr> 100 100 </table> 101 <h2 class="step"> 102 <input name="submit" type="submit" value="Submit" class="button" /> 103 </h2> 101 <p class="step"><input name="submit" type="submit" value="Submit" class="button" /></p> 104 102 </form> 105 103 <?php … … 155 153 <p>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…</p> 156 154 157 <p ><a href="install.php" class="button">Run the install</a></p>155 <p class="step"><a href="install.php" class="button">Run the install</a></p> 158 156 <?php 159 157 break;
Note: See TracChangeset
for help on using the changeset viewer.