Uploader: fix file-size-exceeded error handling, see #18206

git-svn-id: https://develop.svn.wordpress.org/trunk@19262 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-11-12 00:52:26 +00:00
parent 161ee6a46d
commit 0620dbb5eb
10 changed files with 47 additions and 35 deletions

View File

@@ -3680,7 +3680,7 @@ abbr.required {
.media-item .pinkynail {
float: left;
margin: 0 2px;
margin: 2px 2px 0;
max-width: 40px;
max-height: 32px;
}
@@ -3756,6 +3756,17 @@ abbr.required {
display: block;
}
.media-upload-form .media-item.error {
margin: 0;
padding: 0;
}
.media-upload-form .media-item.error p {
line-height: 16px;
margin: 10px;
padding: 0;
}
/*------------------------------------------------------------------------------
14.1 - Media Library