198 lines
3.8 KiB
CSS
198 lines
3.8 KiB
CSS
/*
|
|
Plupload
|
|
------------------------------------------------------------------- */
|
|
|
|
.plupload_wrapper * {
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.plupload_button {
|
|
display: inline-block;
|
|
padding: 8px 18px;
|
|
margin-bottom: 0;
|
|
font-size: 13px;
|
|
font-weight: 400;
|
|
line-height: 1.42857143;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
-ms-touch-action: manipulation;
|
|
touch-action: manipulation;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
background-image: none;
|
|
border: 1px solid transparent;
|
|
border-radius: 3px!important;
|
|
font-size: 13px;
|
|
border-radius: 0;
|
|
outline: none!important;
|
|
background-color: #fff;
|
|
color: #333;
|
|
border: 1px solid #E5E5E5;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.plupload_button:hover {
|
|
outline: 0!important;
|
|
text-decoration: none;
|
|
color: #333;
|
|
}
|
|
|
|
.plupload_disabled, a.plupload_disabled {
|
|
cursor: not-allowed;
|
|
filter: alpha(opacity=65);
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
opacity: .65;
|
|
background-color: #fff;
|
|
border-color: #ccc;
|
|
}
|
|
|
|
.plupload_disabled, a.plupload_disabled:hover {
|
|
color: #333;
|
|
}
|
|
|
|
.plupload_add {
|
|
background-position: -181px center;
|
|
}
|
|
|
|
.plupload_wrapper {
|
|
width: 100%;
|
|
}
|
|
|
|
.plupload_container {
|
|
}
|
|
|
|
.plupload_container input {
|
|
width: 98%;
|
|
}
|
|
|
|
.plupload_header {display: none;}
|
|
.plupload_header_content {
|
|
background: url('../img/backgrounds.gif') no-repeat 0 -317px;
|
|
min-height: 56px;
|
|
padding-left: 60px;
|
|
color: #FFF;
|
|
}
|
|
.plupload_header_title {
|
|
font: normal 18px sans-serif;
|
|
padding: 6px 0 3px;
|
|
}
|
|
.plupload_header_text {
|
|
font: normal 12px sans-serif;
|
|
}
|
|
|
|
.plupload_filelist {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.plupload_scroll .plupload_filelist {
|
|
height: 185px;
|
|
background: #fff;
|
|
overflow-y: scroll;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
}
|
|
|
|
.plupload_filelist li {
|
|
padding: 10px 8px;
|
|
background: #fff;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
}
|
|
|
|
.plupload_filelist_header, .plupload_filelist_footer {
|
|
background: #fff;
|
|
padding: 8px 8px;
|
|
color: #42454A;
|
|
}
|
|
.plupload_filelist_header {
|
|
border-bottom: 1px solid #f1f1f1;
|
|
}
|
|
|
|
.plupload_filelist_footer {border-top: 1px solid #FFF; line-height: 20px; vertical-align: middle;}
|
|
.plupload_file_name {float: left; overflow: hidden}
|
|
.plupload_file_status {color: #777;}
|
|
.plupload_file_status span {color: #42454A;}
|
|
.plupload_file_size, .plupload_file_status, .plupload_progress {
|
|
float: right;
|
|
width: 80px;
|
|
}
|
|
.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;}
|
|
|
|
.plupload_filelist .plupload_file_name {
|
|
width: 205px;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.plupload_file_action {
|
|
float: right;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.plupload_file_action * {
|
|
display: none;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
li.plupload_uploading {background: #ECF3DC url('../img/backgrounds.gif') repeat-x 0 -238px;}
|
|
li.plupload_done {color:#AAA}
|
|
|
|
li.plupload_delete a {
|
|
background: url('../img/delete.gif');
|
|
}
|
|
|
|
li.plupload_failed a {
|
|
background: url('../img/error.gif');
|
|
cursor: default;
|
|
}
|
|
|
|
li.plupload_done a {
|
|
background: url('../img/done.gif');
|
|
cursor: default;
|
|
}
|
|
|
|
.plupload_progress, .plupload_upload_status {
|
|
display: none;
|
|
}
|
|
|
|
.plupload_progress_container {
|
|
margin-top: 3px;
|
|
border: 1px solid #f1f1f1;
|
|
background: #FFF;
|
|
padding: 1px;
|
|
}
|
|
.plupload_progress_bar {
|
|
width: 0px;
|
|
height: 7px;
|
|
background: #CDEB8B;
|
|
}
|
|
|
|
.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {
|
|
margin-right: 17px;
|
|
}
|
|
|
|
/* Floats */
|
|
|
|
.plupload_clear,.plupload_clearer {clear: both;}
|
|
.plupload_clearer, .plupload_progress_bar {
|
|
display: block;
|
|
font-size: 0;
|
|
line-height: 0;
|
|
}
|
|
|
|
li.plupload_droptext {
|
|
background: transparent;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
border: 0;
|
|
line-height: 165px;
|
|
}
|