Changeset 33251
- Timestamp:
- 07/14/2015 03:31:35 AM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/login.css
r32682 r33251 214 214 } 215 215 216 .login-action-rp input[type="text"] { 217 -webkit-box-shadow: none; 218 box-shadow: none; 219 margin: 0; 220 } 221 216 222 .login #pass-strength-result { 217 width: 250px;218 223 font-weight: 600; 219 margin: 12px 0 6px;224 margin: -1px 5px 16px 0; 220 225 padding: 6px 5px; 221 226 text-align: center; 227 width: 100%; 222 228 } 223 229 -
trunk/src/wp-login.php
r33034 r33251 657 657 <div class="wp-pwd"> 658 658 <input type="password" data-reveal="1" data-pw="<?php echo esc_attr( wp_generate_password( 24 ) ); ?>" name="pass1" id="pass1" class="input" size="20" value="" autocomplete="off" /> 659 <div id="pass-strength-result" class="hide-if-no-js"><?php _e( 'Strength indicator' ); ?></div> 659 660 </div> 660 661 </p> … … 664 665 </p> 665 666 666 <div id="pass-strength-result" class="hide-if-no-js"><?php _e('Strength indicator'); ?></div>667 667 <p class="description indicator-hint"><?php echo wp_get_password_hint(); ?></p> 668 668 <br class="clear" />
Note: See TracChangeset
for help on using the changeset viewer.