Fix funky char, remove IE taunt. Props nbachiyski. see #4470

git-svn-id: https://develop.svn.wordpress.org/trunk@6429 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-12-20 05:50:57 +00:00
parent 215361df76
commit 51bb6ffc85
2 changed files with 5 additions and 11 deletions

View File

@ -161,8 +161,7 @@ if ( $show_password_fields ) :
</label></p>
<p><strong><?php _e('Password Strength:'); ?></strong></p>
<div id="pass-strength-result"><?php _e('Too short'); ?></div>
<!--[if IE 6]><div id="pass-strength-iesucks"><?php _e("If you weren&#8217;t using this sucky IE6, there would be pretty colors... and cookies!"); ?></div><![endif]-->
<p><?php _e('Hint: Use upper and lower case characters, numbers and symbols like !"£$%^&( in your password.'); ?></p>
<p><?php _e('Hint: Use upper and lower case characters, numbers and symbols like !"?$%^&( in your password.'); ?></p>
</fieldset>
<?php endif; ?>

View File

@ -1368,24 +1368,19 @@ a.view-link {
#pass-strength-result.short {
background-color: #e3e3e3;
border: 1px solid #000000;
}
}
#pass-strength-result.bad {
background-color: #ffeff7;
border: 1px solid #cc6699;
}
}
#pass-strength-result.good {
background-color: #effff4;
border: 1px solid #66cc87;
}
}
#pass-strength-result.strong {
background-color: #59ef86;
border: 1px solid #319f52;
}
#pass-strength-iesucks {
font-size: 8pt;
text-align: center;
}
}