44 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			CSS
		
	
	
		
			Executable File
		
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			CSS
		
	
	
		
			Executable File
		
	
.webuploader-container {
 | 
						|
	position: relative;
 | 
						|
}
 | 
						|
.webuploader-element-invisible {
 | 
						|
	position: absolute !important;
 | 
						|
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
 | 
						|
    clip: rect(1px,1px,1px,1px);
 | 
						|
}
 | 
						|
.webuploader-pick {
 | 
						|
	position: relative;
 | 
						|
	display: inline-block;
 | 
						|
	cursor: pointer;
 | 
						|
	background: #00b7ee;
 | 
						|
	padding: 10px 15px;
 | 
						|
	color: #fff;
 | 
						|
	text-align: center;
 | 
						|
	border-radius: 3px;
 | 
						|
	overflow: hidden;
 | 
						|
}
 | 
						|
.webuploader-pick-hover {
 | 
						|
	background: #00a2d4;
 | 
						|
}
 | 
						|
 | 
						|
.webuploader-pick-disable {
 | 
						|
	opacity: 0.6;
 | 
						|
	pointer-events:none;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
/*add by warlee*/
 | 
						|
.btns{margin-bottom: 10px;font-size: 13px;height: 28px;}
 | 
						|
.webuploader-pick {height: 8px;line-height: 11px;}
 | 
						|
 | 
						|
.btns .tips{float:right;}
 | 
						|
.btns #picker{width:100px;float: left;}
 | 
						|
#uploader{height:260px;border:1px solid #ddd;overflow: auto;}
 | 
						|
.uploader-list .item{border-bottom: 1px solid #eee;padding:5px;font-size: 13px;}
 | 
						|
.uploader-list .item .info{line-height: 25px;padding:0 5px;color:#3A87AD;}  
 | 
						|
.uploader-list .item  span{display: block;float: left;}
 | 
						|
.uploader-list .item  span.state{float: right;text-align:right;}
 | 
						|
.uploader-list .item  span.error{color:#f30;}
 | 
						|
.uploader-list .item  span.title{width:200px;height: 27px;overflow: hidden;color:#444;}    
 | 
						|
.uploader-list .item .progress {height:20px;margin: 0 5px 5px 0;}
 |