7
7
8
8
wp_admin_css ( 'wp-admin ' , true );
9
9
wp_admin_css ( 'colors-fresh ' , true );
10
+ wp_admin_css ( 'login ' , true );
10
11
11
12
// Don't index any of these forms
12
13
add_action ( 'login_head ' , 'wp_no_robots ' );
@@ -47,7 +48,7 @@ function shake(id,a,d){c=a.shift();s(id,c);if(a.length>0){setTimeout(function(){
47
48
48
49
?>
49
50
</head>
50
- <body class="login<?php if ( wp_is_mobile () ) echo ' mobile ' ; ?> ">
51
+ <body class="wp-core-ui login<?php if ( wp_is_mobile () ) echo ' mobile ' ; ?> ">
51
52
<div id="login">
52
53
<h1><a href="<?php echo esc_url ( $ login_header_url ); ?> " title="<?php echo esc_attr ( $ login_header_title ); ?> "><?php bloginfo ( 'name ' ); ?> </a></h1>
53
54
<?php
@@ -85,7 +86,7 @@ function shake(id,a,d){c=a.shift();s(id,c);if(a.length>0){setTimeout(function(){
85
86
</p>
86
87
<?php do_action ('login_form ' ); ?>
87
88
<p class="submit">
88
- <input type="submit" name="wp-submit" id="wp-submit" class="button-primary" value="<?php esc_attr_e ('Log In ' ); ?> " />
89
+ <input type="submit" name="wp-submit" id="wp-submit" class="button button -primary button-large " value="<?php esc_attr_e ('Log In ' ); ?> " />
89
90
<input type="hidden" name="redirect_to" value="<?php echo esc_attr ($ redirect_to ); ?> " />
90
91
<input type="hidden" name="testcookie" value="1" />
91
92
<?php wp_nonce_field ( 'passwordless_login_request ' , 'nonce ' , false ) ?>
@@ -103,4 +104,4 @@ function shake(id,a,d){c=a.shift();s(id,c);if(a.length>0){setTimeout(function(){
103
104
<?php do_action ('login_footer ' ); ?>
104
105
<div class="clear"></div>
105
106
</body>
106
- </html>
107
+ </html>
0 commit comments