Make WordPress Core


Ignore:
Timestamp:
11/17/2008 06:01:00 PM (17 years ago)
Author:
azaozz
Message:

CSS fixes and improvements, also IE7 and some IE6 fixes

File:
1 edited

Legend:

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

    r9631 r9733  
    285285<br class="clear" />
    286286
    287 <table class="widefat" style="margin-top: .5em">
     287<table class="widefat fixed" cellspacing="0">
    288288<thead>
    289289  <tr>
    290     <th scope="col"><?php _e('Comment') ?></th>
    291     <th scope="col"><?php _e('Author') ?></th>
    292     <th scope="col"><?php _e('Submitted') ?></th>
     290    <th scope="col" class="column-comment"><?php _e('Comment') ?></th>
     291    <th scope="col" class="column-author"><?php _e('Author') ?></th>
     292    <th scope="col" class="column-date"><?php _e('Submitted') ?></th>
    293293  </tr>
    294294</thead>
     
    296296<tfoot>
    297297  <tr>
    298     <th scope="col"><?php _e('Comment') ?></th>
    299     <th scope="col"><?php _e('Author') ?></th>
    300     <th scope="col"><?php _e('Submitted') ?></th>
     298    <th scope="col" class="column-comment"><?php _e('Comment') ?></th>
     299    <th scope="col" class="column-author"><?php _e('Author') ?></th>
     300    <th scope="col" class="column-date"><?php _e('Submitted') ?></th>
    301301  </tr>
    302302</tfoot>
Note: See TracChangeset for help on using the changeset viewer.