Changeset 837
- Timestamp:
- 01/09/07 12:49:14 (2 years ago)
- Files:
-
- trunk/wp-admin/wp-admin.css (modified) (6 diffs)
- trunk/wp-login.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/wp-admin.css
r821 r837 175 175 font: normal 32px/5px serif; 176 176 margin: 5px 10px; 177 }178 179 h2 small.quickjump {180 display: block;181 text-align: right;182 }183 184 h2 small.quickjump a {185 text-decoration: none;186 border-bottom: 0;187 font-size: 15px;188 background: #f0f8ff;189 padding: 5px 10px;190 177 } 191 178 … … 665 652 clear: both; 666 653 text-align: center; 654 width: 500px; 655 margin: auto; 656 height: 100px; 667 657 } 668 658 … … 706 696 padding: .6em; 707 697 width: 310px; 708 margin: 0 auto;698 margin: 0 50px; 709 699 text-align: center; 710 700 } … … 754 744 } 755 745 756 #register #login h2 {757 border-bottom: 1px solid #1e6491;758 padding-bottom: 15px;759 color: #fff;760 text-align: left;761 font-weight: normal;762 font-size: 1.7em;763 font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;764 letter-spacing: -1px;765 margin: 15px 0 0;766 _width: 325px;767 _padding: 15px 0;768 _margin: 10px auto 5px;769 }770 771 746 #login input { 772 747 padding: 4px; … … 781 756 } 782 757 783 #login ul:after { 784 content: "."; 785 display: block; 786 height: 0; 787 clear: both; 788 visibility: hidden; 789 } 790 791 #login ul {display: inline-block;} 792 793 /* Hides from IE-mac \*/ 794 * html #login ul {height: 1%;} 795 #login ul {display: block;} 796 /* End hide from IE-mac */ 797 798 #login ul li { 799 float: left; 800 font-size: 12px; 801 padding: 5px 0; 802 text-align: center; 758 .login ul li { 759 font-size: 11px; 803 760 } 804 761 … … 1353 1310 } 1354 1311 1355 #postdivrich .switched table, #postdivrich #quicktags, #commentdivrich .switched table, #commentdivrich #quicktags {1356 border-top: none;1357 }1358 1359 #postdivrich #quicktags, #commentdivrich #quicktags {1360 border-bottom: none;1361 padding-bottom: 2px;1362 margin-bottom: -1px;1363 }1364 1365 #edButtons {1366 border-bottom: 1px solid #ccc1367 }1368 1369 1312 .page-numbers { 1370 1313 padding: 4px 7px; trunk/wp-login.php
r828 r837 149 149 <p class="submit"><input type="submit" name="submit" id="submit" value="<?php _e('Get New Password »'); ?>" tabindex="100" /></p> 150 150 </form> 151 </div> 152 151 153 <ul> 152 154 <?php if (get_option('users_can_register')) : ?> … … 159 161 <?php endif; ?> 160 162 </ul> 161 </div> 163 162 164 </body> 163 165 </html> … … 280 282 </p> 281 283 </form> 284 </div> 285 282 286 <ul> 283 287 <?php if (get_option('users_can_register')) : ?> … … 290 294 <?php endif; ?> 291 295 </ul> 292 </div> 296 293 297 294 298 </body>
