Make WordPress Core

Changeset 11148


Ignore:
Timestamp:
04/30/2009 11:53:26 PM (16 years ago)
Author:
azaozz
Message:

Fix styling issues with the registration form, fixes #9688

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/login.css

    r10000 r11148  
    106106    background: #fbfbfb;
    107107}
     108
     109.clear {
     110    clear: both;
     111}
  • trunk/wp-login.php

    r11109 r11148  
    383383<?php do_action('register_form'); ?>
    384384    <p id="reg_passmail"><?php _e('A password will be e-mailed to you.') ?></p>
     385    <br class="clear" />
    385386    <p class="submit"><input type="submit" name="wp-submit" id="wp-submit" value="<?php _ea('Register'); ?>" tabindex="100" /></p>
    386387</form>
Note: See TracChangeset for help on using the changeset viewer.