mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 13:47:02 +01:00
Alignment tweaks
git-svn-id: https://develop.svn.wordpress.org/trunk@6937 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
21b42e9577
commit
7c71dd1d65
@ -75,6 +75,7 @@ textarea, input, select {
|
||||
|
||||
.widefat .check-column {
|
||||
text-align: center;
|
||||
vertical-align: text-top;
|
||||
width: 3%;
|
||||
}
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user