Move the styling of drag/drop on the editor uploading to media-views.css, see #27465

git-svn-id: https://develop.svn.wordpress.org/trunk@27656 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2014-03-23 01:41:21 +00:00
parent 42e7ed7c78
commit 7dbbebeb43
3 changed files with 52 additions and 59 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ function wp_print_media_templates() {
<script type="text/html" id="tmpl-uploader-editor">
<div class="uploader-editor-content">
<h3><?php _e( 'Drop files to upload' ); ?></h3>
<div class="uploader-editor-title"><?php _e( 'Drop files to upload' ); ?></div>
</div>
</script>