Hide Cancel link in the browser uploader on Media Library screen.

git-svn-id: https://develop.svn.wordpress.org/trunk@12297 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-11-30 20:58:12 +00:00
parent 68985dce07
commit a772d3fe2c
3 changed files with 6 additions and 2 deletions

View File

@@ -2852,6 +2852,10 @@ table .inline-edit-row fieldset ul.cat-hover {
max-width: 128px;
}
#wpbody-content #async-upload-wrap a {
display: none;
}
.media-upload-form td label {
margin-right: 6px;
margin-left: 2px;