Ticket #13587: 13587.2.patch
File 13587.2.patch, 2.0 KB (added by , 15 years ago) |
---|
-
wp-admin/css/login-rtl.dev.css
13 13 } 14 14 form .submit { float: left; } 15 15 #backtoblog a { 16 left: auto; 17 right: 15px; 16 padding: 8px 15px 0 0; 18 17 } 19 18 #login_error, .message { 20 19 margin: 0 8px 16px 0; -
wp-admin/css/login.dev.css
3 3 body { 4 4 padding-top: 30px; 5 5 font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; 6 background: url(../images/login-header.png?ver=20100531) top left repeat-x;7 6 } 8 7 9 8 form { … … 81 80 text-shadow: rgba(255,255,255,1) 0 1px 0; 82 81 } 83 82 83 #backtoblog { 84 position: absolute; 85 top: 0; 86 left: 0; 87 border-bottom: #c6c6c6 1px solid; 88 background: #d9d9d9; /* fallback color */ 89 background: -moz-linear-gradient(bottom, #d7d7d7, #e4e4e4); 90 background: -webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#e4e4e4)); 91 height: 30px; 92 width: 100%; 93 } 94 84 95 #backtoblog a { 85 position: absolute;86 top: 8px;87 left: 15px;88 96 text-decoration: none; 97 display: block; 98 padding: 8px 0 0 15px; 89 99 } 90 100 91 101 #login { width: 320px; margin: 7em auto; } -
wp-login.php
618 618 <a href="<?php echo site_url('wp-login.php?action=lostpassword', 'login') ?>" title="<?php _e('Password Lost and Found') ?>"><?php _e('Lost your password?') ?></a> 619 619 <?php endif; ?> 620 620 </p> 621 621 </div> 622 622 <p id="backtoblog"><a href="<?php bloginfo('url'); ?>/" title="<?php _e('Are you lost?') ?>"><?php printf(__('← Back to %s'), get_bloginfo('title', 'display' )); ?></a></p> 623 <?php } else { ?> 624 </div> 623 625 <?php } ?> 624 </div>625 626 626 627 <script type="text/javascript"> 627 628 function wp_attempt_focus(){