Fix uploader "file size exceeded" error message, fix displaying uploaded queue errors, see #18206

git-svn-id: https://develop.svn.wordpress.org/trunk@19100 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-11-01 11:56:20 +00:00
parent 1746c2af62
commit 947ba8f62c
11 changed files with 16 additions and 21 deletions
+1 -6
View File
@@ -16,11 +16,6 @@ body#media-upload ul#sidemenu {
overflow: hidden;
}
div#media-upload-error {
margin: 1em;
font-weight: bold;
}
form {
margin: 1em;
}
@@ -376,4 +371,4 @@ table.not-image tr.not-image {
table.not-image tr.image-only {
display: none;
}
}