Ticket #21598: 21598-15.patch
File 21598-15.patch, 2.7 KB (added by , 12 years ago) |
---|
-
wp-admin/css/wp-admin.css
6460 6460 } 6461 6461 6462 6462 .login .button-primary { 6463 font-size: 13px !important;6464 padding: .4em .8em;6465 6463 float: right; 6466 6464 } 6467 6465 -
wp-login.php
442 442 </p> 443 443 <?php do_action('lostpassword_form'); ?> 444 444 <input type="hidden" name="redirect_to" value="<?php echo esc_attr( $redirect_to ); ?>" /> 445 <p class="submit"><input type="submit" name="wp-submit" id="wp-submit" class="button -primary" value="<?php esc_attr_e('Get New Password'); ?>" /></p>445 <p class="submit"><input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="<?php esc_attr_e('Get New Password'); ?>" /></p> 446 446 </form> 447 447 448 448 <p id="nav"> … … 501 501 <p class="description indicator-hint"><?php _e('Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ & ).'); ?></p> 502 502 503 503 <br class="clear" /> 504 <p class="submit"><input type="submit" name="wp-submit" id="wp-submit" class="button -primary" value="<?php esc_attr_e('Reset Password'); ?>" /></p>504 <p class="submit"><input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="<?php esc_attr_e('Reset Password'); ?>" /></p> 505 505 </form> 506 506 507 507 <p id="nav"> … … 557 557 <p id="reg_passmail"><?php _e('A password will be e-mailed to you.') ?></p> 558 558 <br class="clear" /> 559 559 <input type="hidden" name="redirect_to" value="<?php echo esc_attr( $redirect_to ); ?>" /> 560 <p class="submit"><input type="submit" name="wp-submit" id="wp-submit" class="button -primary" value="<?php esc_attr_e('Register'); ?>" /></p>560 <p class="submit"><input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="<?php esc_attr_e('Register'); ?>" /></p> 561 561 </form> 562 562 563 563 <p id="nav"> … … 689 689 <?php do_action('login_form'); ?> 690 690 <p class="forgetmenot"><label for="rememberme"><input name="rememberme" type="checkbox" id="rememberme" value="forever" <?php checked( $rememberme ); ?> /> <?php esc_attr_e('Remember Me'); ?></label></p> 691 691 <p class="submit"> 692 <input type="submit" name="wp-submit" id="wp-submit" class="button -primary" value="<?php esc_attr_e('Log In'); ?>" />692 <input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="<?php esc_attr_e('Log In'); ?>" /> 693 693 <?php if ( $interim_login ) { ?> 694 694 <input type="hidden" name="interim-login" value="1" /> 695 695 <?php } else { ?>