weaverautocomplete_wev8.css 1.72 KB
.autoitems ol li{
    list-style: none;
    height: 25px;
    padding-top:5px;
    text-align: left;
    text-indent:10px;
}

.on {
    background: #f4fcfa;
    cursor: pointer;
}

.filtercontainer{
    width: 174px;
    text-align: center;
    border: 1px solid #cccccc;
    position: absolute;
    z-index:100000;
    background: white;
}
.filteritem{
    border-bottom: 1px solid #fff;
    height: 30px;
    background:#f6f6f6;
}
.data{
   	color:#242424;
   	margin-left: 10px;
}
.filtercontainer ol{
    padding: 0px;
    margin:0px;
}
.items{
    height: 200px;
    overflow: auto;
}
.at_search_btn{
    background: url("/images/ecology8/request/search-input_wev8.png") 0 0  no-repeat;	
    background-color: #fff;
}


._uploadForClass .progressBarInProgress {
	height:2px;
	background:#6b94fe;
	margin:0!important;
}
._uploadForClass .progressWrapper {
	height:30px!important;
	width:100%!important;
	border-bottom:1px solid #dadada;
}
._uploadForClass .progressContainer  {
	background-color:#f5f5f5!important;
	border:solid 0px!important;
	padding-top:5px!important;
	padding-left:0px!important;
	padding-right:0px!important;
	padding-bottom:5px!important;
	margin:0px!important;
}
._uploadForClass .progressCancel {
	width:20px!important;
	height:20px!important;
	background-image:url('/images/ecology8/workflow/fileupload/cancle_wev8.png')!important;
}
._uploadForClass .progressBarStatus {
	display:none!important;
}
._uploadForClass .edui-for-wfannexbutton{
	cursor:pointer!important;
}
._uploadForClass .progressName{
	width:350px!important;
	height:18px;
	padding-left:5px;
	font-size:12px;
	font-family:΢ź;
	font-weight:normal!important;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#242424;
	word-wrap: normal;
}