Reposition the Search and Filter. Brings the top of the screen closer to the wireframes.

git-svn-id: https://develop.svn.wordpress.org/trunk@9073 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-10-03 00:13:12 +00:00
parent 9a41b69f98
commit 3664763817
12 changed files with 91 additions and 77 deletions

View File

@@ -344,7 +344,7 @@ function print_plugins_table($plugins, $context = '') {
<input type="submit" name="doaction_active" value="<?php _e('Apply'); ?>" class="button-secondary action" />
</div>
</div>
<br class="clear" />
<div class="clear"></div>
<?php print_plugins_table($active_plugins, 'active') ?>
</form>
@@ -370,7 +370,7 @@ function print_plugins_table($plugins, $context = '') {
<input type="submit" name="clear-recent-list" value="<?php _e('Clear List') ?>" class="button-secondary" />
</div>
</div>
<br class="clear" />
<div class="clear"></div>
<?php print_plugins_table($recent_plugins, 'recent') ?>
</form>
<?php endif; ?>
@@ -388,7 +388,7 @@ function print_plugins_table($plugins, $context = '') {
<?php endif; ?>
</div>
</div>
<br class="clear" />
<div class="clear"></div>
<?php print_plugins_table($inactive_plugins, 'inactive') ?>
</form>
<?php endif; ?>