Reduce dependency on inline style. Props mdawaffe. fixes #6228

git-svn-id: https://develop.svn.wordpress.org/trunk@7304 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-03-14 23:58:31 +00:00
parent bef6abf768
commit 872d374ece
29 changed files with 127 additions and 95 deletions
+4 -4
View File
@@ -136,7 +136,7 @@ if ( $page_links )
echo "<div class='tablenav-pages'>$page_links</div>";
?>
<div style="float: left">
<div class="alignleft">
<input type="submit" value="<?php _e('Delete'); ?>" name="deleteit" class="button-secondary delete" />
<?php wp_nonce_field('bulk-media'); ?>
<?php
@@ -176,10 +176,10 @@ foreach ($arc_result as $arc_row) {
</div>
<br style="clear:both;" />
<br class="clear" />
</div>
<br style="clear:both;" />
<br class="clear" />
<?php include( 'edit-attachment-rows.php' ); ?>
@@ -193,7 +193,7 @@ foreach ($arc_result as $arc_row) {
if ( $page_links )
echo "<div class='tablenav-pages'>$page_links</div>";
?>
<br style="clear:both;" />
<br class="clear" />
</div>
<?php