mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12110] Update Plupload to 2.1.1.
PHPBB3-12110
This commit is contained in:
parent
670a9a1aea
commit
86ee2a470d
3 changed files with 30 additions and 26 deletions
|
@ -1,4 +1,4 @@
|
||||||
/*
|
/*
|
||||||
Plupload
|
Plupload
|
||||||
------------------------------------------------------------------- */
|
------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
@ -7,18 +7,18 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font: normal 12px sans-serif;
|
font: normal 12px sans-serif;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #42454a;
|
color: #42454a;
|
||||||
border: 1px solid #bababa;
|
border: 1px solid #bababa;
|
||||||
padding: 2px 8px 3px 20px;
|
padding: 2px 8px 3px 20px;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
background: #f3f3f3 url('../img/buttons.png') no-repeat 0 center;
|
background: #f3f3f3 url('../img/buttons.png') no-repeat 0 center;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
|
||||||
/* Optional rounded corners for browsers that support it */
|
/* Optional rounded corners for browsers that support it */
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
-khtml-border-radius: 3px;
|
-khtml-border-radius: 3px;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plupload_button:hover {
|
.plupload_button:hover {
|
||||||
|
@ -27,9 +27,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.plupload_disabled, a.plupload_disabled:hover {
|
.plupload_disabled, a.plupload_disabled:hover {
|
||||||
color: #737373;
|
color: #737373;
|
||||||
border-color: #c5c5c5;
|
border-color: #c5c5c5;
|
||||||
background: #ededed url('../img/buttons-disabled.png') no-repeat 0 center;
|
background: #ededed url('../img/buttons-disabled.png') no-repeat 0 center;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.plupload_wrapper {
|
.plupload_wrapper {
|
||||||
font: normal 11px Verdana, sans-serif;
|
font: normal 11px Verdana,sans-serif;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
padding: 8px 8px;
|
padding: 8px 8px;
|
||||||
color: #42454A;
|
color: #42454A;
|
||||||
}
|
}
|
||||||
.plupload_filelist_header {
|
.plupload_filelist_header {
|
||||||
border-top: 1px solid #EEE;
|
border-top: 1px solid #EEE;
|
||||||
border-bottom: 1px solid #CDCDCD;
|
border-bottom: 1px solid #CDCDCD;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
@ -165,7 +169,7 @@ li.plupload_done a {
|
||||||
.plupload_clearer, .plupload_progress_bar {
|
.plupload_clearer, .plupload_progress_bar {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.plupload_droptext {
|
li.plupload_droptext {
|
||||||
|
|
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