Changeset 6937

Show
Ignore:
Timestamp:
02/20/08 10:02:12 (9 months ago)
Author:
ryan
Message:

Alignment tweaks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/css/global.css

    r6936 r6937  
    7676.widefat .check-column { 
    7777    text-align: center; 
     78    vertical-align: text-top; 
    7879    width: 3%; 
    7980} 
  • trunk/wp-admin/edit-tags.php

    r6936 r6937  
    159159        <th scope="col" class="check-column"><input type="checkbox" onclick="checkAll(document.getElementById('posts-filter'));" /></th> 
    160160        <th scope="col"><?php _e('Name') ?></th> 
    161         <th scope="col" width="90" style="text-align: center"><?php _e('Posts') ?></th> 
     161        <th scope="col" style="width: 90px"><?php _e('Posts') ?></th> 
    162162    </tr> 
    163163    </thead>