mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Add error message when a big file fails to upload, expose the XHR request in plipload and abort() it, see #19228
git-svn-id: https://develop.svn.wordpress.org/trunk@19266 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3632,7 +3632,6 @@ abbr.required {
|
||||
padding: 0 0 0 5px;
|
||||
}
|
||||
|
||||
.media-item .error-div a.dismiss,
|
||||
.describe-toggle-on,
|
||||
.describe-toggle-off {
|
||||
display: block;
|
||||
@@ -3761,12 +3760,17 @@ abbr.required {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.media-upload-form .media-item.error p {
|
||||
.media-upload-form .media-item.error p,
|
||||
.media-item .error-div {
|
||||
line-height: 16px;
|
||||
font-size: 12px;
|
||||
margin: 10px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.media-item .error-div a.dismiss {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
14.1 - Media Library
|
||||
|
||||
Reference in New Issue
Block a user