Clear bottoms, fixes #1640

git-svn-id: https://develop.svn.wordpress.org/trunk@3082 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-11-14 10:19:22 +00:00
parent 7318490e2c
commit 81460359c9
4 changed files with 11 additions and 2 deletions

View File

@ -113,7 +113,8 @@ if ($plugin_files) :
} else {
echo '<div class="error"><p>' . __('Oops, no such file exists! Double check the name and try again, merci.') . '</p></div>';
}
?>
?>
<div class="clear"> &nbsp; </div>
</div>
<?php
break;

View File

@ -133,6 +133,7 @@ endif;
echo '<div class="error"><p>' . __('Oops, no such file exists! Double check the name and try again, merci.') . '</p></div>';
}
?>
<div class="clear"> &nbsp; </div>
</div>
<div class="wrap">
<h2><?php _e('Other Files') ?></h2>

View File

@ -146,7 +146,8 @@ if ($allowed_files) :
} else {
echo '<div class="error"><p>' . __('Oops, no such file exists! Double check the name and try again, merci.') . '</p></div>';
}
?>
?>
<div class="clear"> &nbsp; </div>
</div>
<?php
break;

View File

@ -221,6 +221,11 @@ textarea, input, select {
padding: .3em 1em;
}
.clear {
clear: both;
height: 2px;
}
.hidden {
display: none;
}
@ -460,6 +465,7 @@ table .vers, table .name {
}
#footer {
clear: both;
text-align: center;
}