CSS cleanup and fixes

git-svn-id: http://svn.automattic.com/wordpress/trunk@10943 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-04-16 04:41:05 +00:00
parent 7bdbfe50d7
commit 29f9a48eaa
24 changed files with 128 additions and 159 deletions

View File

@@ -10,7 +10,6 @@
require_once('admin.php');
wp_enqueue_script( 'wp-ajax-response' );
wp_enqueue_script( 'jquery-ui-draggable' );
wp_enqueue_script( 'jquery-ui-resizable' );
if (!current_user_can('upload_files'))
wp_die(__('You do not have permission to upload files.'));
@@ -211,7 +210,7 @@ unset($type_links);
<form class="search-form" action="" method="get">
<p class="search-box">
<label class="hidden" for="media-search-input"><?php _e( 'Search Media' ); ?>:</label>
<input type="text" class="search-input" id="media-search-input" name="s" value="<?php the_search_query(); ?>" />
<input type="text" id="media-search-input" name="s" value="<?php the_search_query(); ?>" />
<input type="submit" value="<?php _e( 'Search Media' ); ?>" class="button" />
</p>
</form>