Alignment tweaks

git-svn-id: https://develop.svn.wordpress.org/trunk@6937 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-20 10:02:12 +00:00
parent 21b42e9577
commit 7c71dd1d65
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">