1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Issue #1886 - plupload updated to v2.1.9

This commit is contained in:
Cameron
2016-09-28 10:44:28 -07:00
parent bb357b2035
commit 14c7f5971e
12 changed files with 4221 additions and 1903 deletions

View File

@@ -118,10 +118,15 @@
background-color: #eee;
}
.plupload_file_loading .plupload_file_thumb {
.plupload_thumb_loading {
background: #eee url(../img/loading.gif) center no-repeat;
}
.plupload_thumb_loading .plupload_file_dummy,
.plupload_thumb_embedded .plupload_file_dummy {
display: none;
}
.plupload_file_name {
overflow: hidden;
text-overflow: ellipsis;
@@ -344,7 +349,7 @@
font-weight: bold;
}
plupload_message i {
.plupload_message i {
font-style: italic;
}