mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 11:35:48 +00:00
Fix vertical misalignment in user-edit.php, fixes #10036
git-svn-id: http://svn.automattic.com/wordpress/trunk@11522 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d026ea7673
commit
fe69958bb6
@ -167,7 +167,7 @@ foreach ( $_wp_admin_css_colors as $color => $color_info ): ?>
|
||||
<?php if ( !( IS_PROFILE_PAGE && !$user_can_edit ) ) : ?>
|
||||
<tr>
|
||||
<th scope="row"><?php _e( 'Keyboard Shortcuts' ); ?></th>
|
||||
<td><label for="comment_shortcuts"><input type="checkbox" name="comment_shortcuts" id="comment_shortcuts" value="true" <?php if ( !empty($profileuser->comment_shortcuts) ) checked('true', $profileuser->comment_shortcuts); ?> /> <?php _e('Enable keyboard shortcuts for comment moderation. '); ?></label><?php _e('<a href="http://codex.wordpress.org/Keyboard_Shortcuts">More information</a>'); ?></td>
|
||||
<td><label for="comment_shortcuts"><input type="checkbox" name="comment_shortcuts" id="comment_shortcuts" value="true" <?php if ( !empty($profileuser->comment_shortcuts) ) checked('true', $profileuser->comment_shortcuts); ?> /> <?php _e('Enable keyboard shortcuts for comment moderation. <a href="http://codex.wordpress.org/Keyboard_Shortcuts">More information</a>'); ?></label></td>
|
||||
</tr>
|
||||
<?php
|
||||
endif;
|
||||
|
@ -1338,7 +1338,7 @@ strong .post-com-count {
|
||||
.form-table table.color-palette {
|
||||
vertical-align: bottom;
|
||||
float: left;
|
||||
margin: -8px 3px 8px;
|
||||
margin: -12px 3px 11px;
|
||||
}
|
||||
|
||||
.form-table .color-palette td {
|
||||
|
Loading…
x
Reference in New Issue
Block a user