weaverautocomplete_wev8.css
1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
.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;
}