Fix styling issues with the registration form, fixes #9688

git-svn-id: https://develop.svn.wordpress.org/trunk@11148 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-04-30 23:53:26 +00:00
parent 4569581d73
commit 09766dfe12
2 changed files with 5 additions and 0 deletions

View File

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

View File

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