Alignment tweaks
git-svn-id: http://svn.automattic.com/wordpress/trunk@6937 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5cdc27d40f
commit
297492cce5
|
@ -75,6 +75,7 @@ textarea, input, select {
|
||||||
|
|
||||||
.widefat .check-column {
|
.widefat .check-column {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
vertical-align: text-top;
|
||||||
width: 3%;
|
width: 3%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -158,7 +158,7 @@ if ( $page_links )
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" class="check-column"><input type="checkbox" onclick="checkAll(document.getElementById('posts-filter'));" /></th>
|
<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"><?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>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="the-list" class="list:tag">
|
<tbody id="the-list" class="list:tag">
|
||||||
|
|
Loading…
Reference in New Issue