Fix styling issues with the registration form, fixes #9688

git-svn-id: http://svn.automattic.com/wordpress/trunk@11148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-04-30 23:53:26 +00:00
parent 42ae25cb48
commit 4ec5141bee
2 changed files with 5 additions and 0 deletions

View File

@ -105,3 +105,7 @@ h1 a {
border: 1px solid #e5e5e5;
background: #fbfbfb;
}
.clear {
clear: both;
}

View File

@ -382,6 +382,7 @@ case 'register' :
</p>
<?php do_action('register_form'); ?>
<p id="reg_passmail"><?php _e('A password will be e-mailed to you.') ?></p>
<br class="clear" />
<p class="submit"><input type="submit" name="wp-submit" id="wp-submit" value="<?php _ea('Register'); ?>" tabindex="100" /></p>
</form>