Make WordPress Core


Ignore:
Timestamp:
02/20/2008 09:29:27 AM (19 years ago)
Author:
ryan
Message:

Make checkbox column narrow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/categories.php

    r6918 r6936  
    147147        <thead>
    148148        <tr>
    149                 <th scope="col"><div style="text-align: center"><input type="checkbox" onclick="checkAll(document.getElementById('posts-filter'));" /></div></th>
     149                <th scope="col" class="check-column"><div style="text-align: center"><input type="checkbox" onclick="checkAll(document.getElementById('posts-filter'));" /></div></th>
    150150        <th scope="col"><?php _e('Name') ?></th>
    151151        <th scope="col"><?php _e('Description') ?></th>
Note: See TracChangeset for help on using the changeset viewer.