Make WordPress Core

Changeset 7344


Ignore:
Timestamp:
03/17/2008 05:20:13 PM (17 years ago)
Author:
matt
Message:

Right align comment action links.

Location:
trunk/wp-admin
Files:
3 edited

Legend:

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

    r7304 r7344  
    190190    <th scope="col"><?php _e('Comment') ?></th>
    191191    <th scope="col"><?php _e('Date') ?></th>
    192     <th scope="col"><?php _e('Actions') ?></th>
     192    <th scope="col" class="action-links"><?php _e('Actions') ?></th>
    193193  </tr>
    194194</thead>
  • trunk/wp-admin/includes/template.php

    r7339 r7344  
    668668    </td>
    669669    <td><?php comment_date(__('Y/m/d')); ?></td>
    670     <td>
     670    <td class="action-links">
    671671<?php
    672672
  • trunk/wp-admin/wp-admin.css

    r7332 r7344  
    13861386    border-radius: 8px;
    13871387}
     1388
     1389.action-links {
     1390    text-align: right;
     1391}
Note: See TracChangeset for help on using the changeset viewer.