Changeset 837

Show
Ignore:
Timestamp:
01/09/07 12:49:14 (2 years ago)
Author:
donncha
Message:

Merged with WP core, fixes #209

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/wp-admin.css

    r821 r837  
    175175        font: normal 32px/5px serif; 
    176176        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; 
    190177} 
    191178 
     
    665652        clear: both; 
    666653        text-align: center; 
     654        width: 500px; 
     655        margin: auto; 
     656        height: 100px; 
    667657} 
    668658 
     
    706696        padding: .6em; 
    707697        width: 310px; 
    708         margin: 0 auto
     698        margin: 0 50px
    709699        text-align: center; 
    710700} 
     
    754744} 
    755745 
    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  
    771746#login input { 
    772747        padding: 4px; 
     
    781756} 
    782757 
    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; 
    803760} 
    804761 
     
    13531310} 
    13541311 
    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 #ccc 
    1367 } 
    1368  
    13691312.page-numbers { 
    13701313        padding: 4px 7px; 
  • trunk/wp-login.php

    r828 r837  
    149149        <p class="submit"><input type="submit" name="submit" id="submit" value="<?php _e('Get New Password &raquo;'); ?>" tabindex="100" /></p> 
    150150</form> 
     151</div> 
     152 
    151153<ul> 
    152154<?php if (get_option('users_can_register')) : ?> 
     
    159161<?php endif; ?> 
    160162</ul> 
    161 </div> 
     163 
    162164</body> 
    163165</html> 
     
    280282        </p> 
    281283</form> 
     284</div> 
     285 
    282286<ul> 
    283287<?php if (get_option('users_can_register')) : ?> 
     
    290294<?php endif; ?> 
    291295</ul> 
    292 </div> 
     296 
    293297 
    294298</body>