Add .help css class for the media library, fixes #9790
git-svn-id: http://svn.automattic.com/wordpress/trunk@11294 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7ee0777c33
commit
87976207f8
|
@ -61,7 +61,6 @@ case 'edit' :
|
|||
add_filter('attachment_fields_to_edit', 'media_single_attachment_fields_to_edit', 10, 2);
|
||||
|
||||
wp_enqueue_script( 'wp-ajax-response' );
|
||||
// wp_admin_css( 'media' );
|
||||
|
||||
require( 'admin-header.php' );
|
||||
|
||||
|
|
|
@ -1374,6 +1374,7 @@ p.description,
|
|||
font-size: 11px;
|
||||
}
|
||||
|
||||
p.help,
|
||||
.description,
|
||||
.form-wrap p {
|
||||
font-style: italic;
|
||||
|
|
Loading…
Reference in New Issue