Update plupload to 1.5b and add "drop area" for drag and drop uploading, see #18206

git-svn-id: https://develop.svn.wordpress.org/trunk@18701 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-09-18 02:25:23 +00:00
parent d021bbd1d4
commit 1948c952a4
14 changed files with 70 additions and 42 deletions
+21 -7
View File
@@ -137,13 +137,6 @@ abbr.required {
border-style: solid;
}
.hidden {
height: 0;
width: 0;
overflow: hidden;
border: none;
}
/* Specific to Uploader */
#media-upload p.ml-submit {
@@ -370,3 +363,24 @@ h4.media-sub-title {
#sort-buttons span {
margin-right: 25px;
}
.drag-drop #drag-drop-area {
border: 4px dashed #DDDDDD;
height: 300px;
}
.drag-drop .drag-drop-inside {
padding-top: 100px;
}
.drag-drop .drag-drop-inside p {
text-align: center;
}
.dragdrop-info {
display: none;
}
.drag-drop .dragdrop-info {
display: block;
}