Make checkbox column narrow

git-svn-id: http://svn.automattic.com/wordpress/trunk@6936 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-02-20 09:29:27 +00:00
parent db202d383f
commit 5cdc27d40f
8 changed files with 17 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ foreach($posts_columns as $column_name=>$column_display_name) {
case 'cb':
?>
<th scope="row" style="text-align: center"><input type="checkbox" name="delete[]" value="<?php the_ID(); ?>" /></th>
<th scope="row" class="check-column"><input type="checkbox" name="delete[]" value="<?php the_ID(); ?>" /></th>
<?php
break;
case 'modified':