Alignment tweaks

git-svn-id: http://svn.automattic.com/wordpress/trunk@6937 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-02-20 10:02:12 +00:00
parent 5cdc27d40f
commit 297492cce5
2 changed files with 2 additions and 1 deletions

View File

@ -75,6 +75,7 @@ textarea, input, select {
.widefat .check-column {
text-align: center;
vertical-align: text-top;
width: 3%;
}

View File

@ -158,7 +158,7 @@ if ( $page_links )
<tr>
<th scope="col" class="check-column"><input type="checkbox" onclick="checkAll(document.getElementById('posts-filter'));" /></th>
<th scope="col"><?php _e('Name') ?></th>
<th scope="col" width="90" style="text-align: center"><?php _e('Posts') ?></th>
<th scope="col" style="width: 90px"><?php _e('Posts') ?></th>
</tr>
</thead>
<tbody id="the-list" class="list:tag">