Make WordPress Core

Changeset 11526


Ignore:
Timestamp:
06/06/2009 10:01:04 AM (17 years ago)
Author:
azaozz
Message:

CSS fix for vertical misalignment in user-edit.php, props demetris, fixes #10036

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user-edit.php

    r11522 r11526  
    168168<tr>
    169169<th scope="row"><?php _e( 'Keyboard Shortcuts' ); ?></th>
    170 <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>
     170<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>
    171171</tr>
    172172<?php
  • trunk/wp-admin/wp-admin.css

    r11525 r11526  
    32773277}
    32783278
    3279 label {
     3279label,
     3280#your-profile label + a {
    32803281    vertical-align: middle;
    32813282}
Note: See TracChangeset for help on using the changeset viewer.