Ticket #42853: 42853.patch
File 42853.patch, 1.8 KB (added by , 7 years ago) |
---|
-
src/wp-admin/css/forms.css
423 423 margin-left: 1em; 424 424 } 425 425 426 button.wp-hide-pw > .dashicons { 426 button.wp-hide-pw > .dashicons, 427 button.wp-cancel-pw > .dashicons{ 427 428 position: relative; 428 429 top: 3px; 429 430 } … … 1330 1331 right: 0; 1331 1332 top: 0; 1332 1333 } 1334 .wp-pwd button.wp-hide-pw { 1335 right: 6%; 1336 } 1333 1337 1334 1338 .wp-pwd button.button:hover, 1335 1339 .wp-pwd button.button:focus, -
src/wp-admin/user-edit.php
614 614 <span class="text"><?php _e( 'Hide' ); ?></span> 615 615 </button> 616 616 <button type="button" class="button wp-cancel-pw hide-if-no-js" data-toggle="0" aria-label="<?php esc_attr_e( 'Cancel password change' ); ?>"> 617 <span class="dashicons dashicons-no"></span> 617 618 <span class="text"><?php _e( 'Cancel' ); ?></span> 618 619 </button> 619 620 <div style="display:none" id="pass-strength-result" aria-live="polite"></div> -
src/wp-admin/user-new.php
503 503 <span class="text"><?php _e( 'Hide' ); ?></span> 504 504 </button> 505 505 <button type="button" class="button wp-cancel-pw hide-if-no-js" data-toggle="0" aria-label="<?php esc_attr_e( 'Cancel password change' ); ?>"> 506 <span class="dashicons dashicons-no"></span> 506 507 <span class="text"><?php _e( 'Cancel' ); ?></span> 507 508 </button> 508 509 <div style="display:none" id="pass-strength-result" aria-live="polite"></div>