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-pages.php

    r9631 r9733  
    214214if ($posts) {
    215215?>
    216 <table class="widefat page">
     216<table class="widefat page fixed" cellspacing="0">
    217217  <thead>
    218218  <tr>
     
    280280<br class="clear" />
    281281
    282 <table class="widefat" style="margin-top: .5em">
     282<table class="widefat" cellspacing="0">
    283283<thead>
    284284  <tr>
    285     <th scope="col"><?php _e('Comment') ?></th>
    286     <th scope="col"><?php _e('Date') ?></th>
    287     <th scope="col"><?php _e('Actions') ?></th>
     285    <th scope="col" class="column-comment"><?php _e('Comment') ?></th>
     286    <th scope="col" class="column-author"><?php _e('Author') ?></th>
     287    <th scope="col" class="column-date"><?php _e('Submitted') ?></th>
    288288  </tr>
    289289</thead>
     
    291291<?php
    292292    foreach ($comments as $comment)
    293         _wp_comment_row( $comment->comment_ID, 'detail', false, false );
     293        _wp_comment_row( $comment->comment_ID, 'single', false, false );
    294294?>
    295295</tbody>
Note: See TracChangeset for help on using the changeset viewer.