Skip to content
This repository was archived by the owner on Jan 26, 2025. It is now read-only.

Commit 8aa93fd

Browse files
committed
new plupload js version 1.5.1.1
1 parent 91b8d5d commit 8aa93fd

16 files changed

+20
-12
lines changed
Binary file not shown.

lib/public/javascripts/plupload-rails3/plupload/js/jquery.plupload.queue/jquery.plupload.queue.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/public/javascripts/plupload-rails3/plupload/js/jquery.ui.plupload/css/jquery.ui.plupload.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ div.plupload div.plupload_header {border-width: 0 0 1px 0; position: relative;}
4040
margin: 0;
4141
padding: 0;
4242
width: 100%;
43+
-moz-user-select:none;
44+
-webkit-user-select:none;
45+
user-select:none;
4346
}
4447

4548
.plupload_cell {padding: 8px 6px;}
@@ -49,6 +52,11 @@ div.plupload div.plupload_header {border-width: 0 0 1px 0; position: relative;}
4952
border-right: none;
5053
}
5154

55+
.plupload .ui-sortable-helper,
56+
.plupload .ui-sortable .plupload_file {
57+
cursor:move;
58+
}
59+
5260
.plupload_scroll {
5361
max-height: 180px;
5462
min-height: 168px;

0 commit comments

Comments
 (0)