From 960a370431029c234e57464fe4e8fa42f3350ac4 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Thu, 27 Nov 2008 21:24:37 +0000 Subject: [PATCH] Fix for flash uploader not displaying progress or completed uploads, props abackstrom, fixes #8372 git-svn-id: https://develop.svn.wordpress.org/trunk@9931 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/media.css | 2 +- wp-admin/includes/media.php | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/wp-admin/css/media.css b/wp-admin/css/media.css index 18c906b2c7..c3bd6700fe 100644 --- a/wp-admin/css/media.css +++ b/wp-admin/css/media.css @@ -375,7 +375,7 @@ abbr.required { color: #5A5A5A; } -.media-blank h3 { +h3.media-title { color: #5A5A5A; font-family: Georgia,"Times New Roman",Times,serif; font-size: 1.6em; diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index 69287de481..36b8a4eeb1 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -1329,9 +1329,7 @@ function media_upload_type_form($type = 'file', $errors = null, $id = null) { -
-

-
+

@@ -1346,17 +1344,21 @@ jQuery(function($){ }); --> -
- -
- -'.wp_specialchars($id->get_error_message()).''; exit; } } +?> + + + -
-

-
+