-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecordselect.css
129 lines (107 loc) · 1.99 KB
/
recordselect.css
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
.record-select {
width: 210px;
font-family: sans-serif;
background-color: #fff;
}
.record-select-container {
border: 1px solid #afd0f5;
}
.record-select img {
border-width: 0px;
}
.record-select form {
display: inline;
}
.record-select form .text-input {
width: 294px;
margin: 2px auto 1px auto;
display: block;
border: 1px solid #999;
}
.record-select form input.example {
color: #999;
text-align: center;
}
.record-select ol,
.record-select li {
margin: 0px;
padding: 0px;
list-style: none;
clear: both;
}
.record-select a {
color: #0066cc;
text-decoration: none;
}
.record-select ol a {
display: block;
zoom: 1;
background-color: #e6f2ff;
padding: 2px 4px;
}
.record-select ol .even a {
background-color: #ffffff;
}
.record-select ol .pagination a {
background-color: #eee;
}
.record-select ol .previous a {
border-bottom: 1px solid #afd0f5;
}
.record-select ol .next a {
border-top: 1px solid #afd0f5;
}
.record-select ol .pagination a img {
vertical-align: middle;
}
.record-select ol .found {
text-align: center;
font-style: italic;
color: #999;
padding: 1px 4px;
border-bottom: 1px solid #afd0f5;
}
.record-select ol .current a,
.record-select ol a:hover {
background-color: #ffff88;
}
.record-select ol a.selected {
background-color: #666;
color: #fff;
}
.record-select-container {
position: absolute;
z-index: 100;
}
iframe.record-select-mask {
/* to mask windowed elements in IE6 */
position: absolute;
z-index: 99;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
.record-select-autocomplete form .text-input {
display: none;
}
.record-select-list {
padding: 0px;
margin: 0px;
list-style: none;
}
.record-select-list li {
overflow: auto;
zoom: 1;
margin-left: 10px;
font-size: 80%;
}
.record-select-list label {
float: left;
}
.record-select-list a.remove {
display: block;
width: 0px;
height: 16px;
padding-left: 16px;
overflow: hidden;
float: left;
margin-right: 5px;
}