25 lines
708 B
CSS
25 lines
708 B
CSS
.webuploader-container {
|
|
position: relative;
|
|
padding-right:5px;
|
|
}
|
|
.webuploader-element-invisible {
|
|
position: absolute !important;
|
|
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
|
|
clip: rect(1px,1px,1px,1px);
|
|
}
|
|
.webuploader-pick {
|
|
|
|
cursor: pointer;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
.webuploader-pick-disable {
|
|
opacity: 0.6;
|
|
pointer-events:none;
|
|
}
|
|
|
|
.file_upload{ width: 100%;}
|
|
.file_input,.file_button,.file_upload_progress{ float: left;}
|
|
.file_upload_progress{ width: 200px; height: 30px; background: #ececec; margin-left: 10px;border-radius: 5px; display: none;}
|
|
.file_upload_progress_2{ width: 50%; background:#00A221; height: 30px; text-align: center; line-height: 30px; font-size: 14px; color: #fff;} |