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

git-svn-id: http://svn.automattic.com/wordpress/trunk@19262 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2011-11-12 00:52:26 +00:00
parent f099d03f84
commit 9961962861
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