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-form-advanced.php

    r9723 r9733  
    429429?>
    430430
    431 <table class="widefat comments-box" style="display:none;">
     431<table class="widefat comments-box fixed" cellspacing="0" style="display:none;">
    432432<thead>
    433433    <tr>
    434         <th scope="col"><?php _e('Comments') ?></th>
    435         <th scope="col"><?php _e('Author') ?></th>
    436         <th scope="col"><?php _e('Submitted') ?></th>
    437     </tr>
     434    <th scope="col" class="column-comment"><?php _e('Comment') ?></th>
     435    <th scope="col" class="column-author"><?php _e('Author') ?></th>
     436    <th scope="col" class="column-date"><?php _e('Submitted') ?></th>
     437  </tr>
    438438</thead>
    439439<tbody id="the-comment-list" class="list:comment">
Note: See TracChangeset for help on using the changeset viewer.