-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathasearch.css
More file actions
74 lines (74 loc) · 1.36 KB
/
asearch.css
File metadata and controls
74 lines (74 loc) · 1.36 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
/* aSearch v0.0.6 */
.asearch-wrapper {
display: inline-block;
position: relative;
width: inherit;
}
.asearch {
position:absolute;
display: block;
margin: 0;
margin-top: -2px;
padding: 0;
max-height: 24em;
background: white;
background-color: rgba(255,255,255,0.99);
border: 1px solid lightgrey;
border-top: none;
border-radius: 0 0 0.25em 0.25em;
overflow-y: scroll;
z-index: 1000;
text-align: right;
width: 100%;
-webkit-overflow-scrolling: touch;
}
.asearch li {
clear: left;
list-style-type: none;
min-height: 2em;
margin-bottom: 0.25em;
}
.asearch li a,
.asearch li div {
display: block;
padding: 0.25em 0.5em;
}
.asearch li:hover {
background: #fbfbfb;
outline: 1px solid #efefef;
}
.asearch li img {
float:left;
vertical-align:middle;
margin-right: 0.5em;
margin-bottom: 0.5em;
}
.asearch li a {
text-decoration: none;
color: black;
}
.asearch li h4 {
margin: 0;
font-size: 0.8em;
font-weight: normal;
text-align: left;
}
.asearch li p {
font-size: 0.8em;
color: grey;
margin: 0;
}
.asearch li b {
font-size: 0.8em;
color: grey;
margin-left: 1em;
margin-bottom: 1em;
}
.asearch li b.discount {
color:red;
}
.asearch li i {
font-size: 0.8em;
color: grey;
text-decoration: line-through;
}