mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge pull request #1949 from prototech/ticket/12110
[ticket/12110] Update Plupload to 2.1.1.
This commit is contained in:
commit
6c8f217832
3 changed files with 30 additions and 26 deletions
|
@ -38,7 +38,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.plupload_wrapper {
|
.plupload_wrapper {
|
||||||
font: normal 11px Verdana, sans-serif;
|
font: normal 11px Verdana,sans-serif;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -107,7 +107,11 @@
|
||||||
}
|
}
|
||||||
.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;}
|
.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;}
|
||||||
|
|
||||||
.plupload_filelist .plupload_file_name {width: 205px}
|
.plupload_filelist .plupload_file_name {
|
||||||
|
width: 205px;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
.plupload_file_action {
|
.plupload_file_action {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
File diff suppressed because one or more lines are too long
16
phpBB/assets/plupload/plupload.full.min.js
vendored
16
phpBB/assets/plupload/plupload.full.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue