annotate plugins/advanced_search/skins/larry/advanced_search.css @ 34:50ac5484d514

one fix to distro
author Charlie Root
date Sun, 27 May 2018 16:53:56 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
34
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
1 a.icon.advanced-search span.advanced-search {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
2 background-image: url(images/icon-loupe.png) !important;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
3 background-position: 0 !important;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
4 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
5
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
6 a.button.advanced-search {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
7 text-align: center;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
8 font-size: 10px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
9 color: #555;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
10 min-width: 50px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
11 max-width: 75px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
12 height: 13px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
13 overflow: hidden;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
14 text-overflow: ellipsis;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
15 white-space: nowrap;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
16 padding: 28px 2px 0 2px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
17 text-shadow: 0px 1px 1px #eee;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
18 box-shadow: none;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
19 -moz-box-shadow: none;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
20 -webkit-box-shadow: none;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
21 -o-box-shadow: none;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
22 background: url(../../../../skins/larry/images/buttons.png?v=abf1.36693) -100px 0 no-repeat transparent;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
23 border: 0;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
24 border-radius: 0;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
25 background-position: center -970px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
26 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
27
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
28 .records-table tbody .aslabel_mbox td {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
29 border-top: 1px solid #fff;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
30 border-bottom: 1px solid #bbd3da;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
31 cursor: default;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
32 font-weight: normal;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
33 background-color: #d9ecf4;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
34 color: #376572;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
35 text-shadow: 0px 1px 1px #fff;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
36 text-decoration: none;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
37 font-weight: bold;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
38 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
39
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
40 .records-table tbody .aslabel_mbox .aslabel_found {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
41 top: 3px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
42 right: 6px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
43 min-width: 1.8em;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
44 padding: 2px 4px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
45 background: #82acb5;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
46 background: -moz-linear-gradient(top, #82acb5 0%, #6a939f 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
47 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82acb5), color-stop(100%,#6a939f));
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
48 background: -o-linear-gradient(top, #82acb5 0%, #6a939f 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
49 background: -ms-linear-gradient(top, #82acb5 0%, #6a939f 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
50 background: linear-gradient(top, #82acb5 0%, #6a939f 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
51 box-shadow: inset 0 1px 1px 0 #536d72;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
52 -o-box-shadow: inset 0 1px 1px 0 #536d72;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
53 -webkit-box-shadow: inset 0 1px 1px 0 #536d72;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
54 -moz-box-shadow: inset 0 1px 1px 0 #536d72;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
55 border-radius: 9px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
56 color: #fff;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
57 text-align: center;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
58 font-weight: bold;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
59 text-shadow: none;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
60 display: block;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
61 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
62
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
63 #adsearch-popup button.add, #adsearch-popup button.delete{
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
64 display: inline-block;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
65 margin: 0 2px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
66 padding: 2px 5px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
67 color: #525252;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
68 text-shadow: 0px 1px 1px #fff;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
69 border: 1px solid #c0c0c0;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
70 border-radius: 4px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
71 background: #f7f7f7;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
72 background: -moz-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
73 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6));
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
74 background: -o-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
75 background: -ms-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
76 background: linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
77 box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
78 -o-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
79 -webkit-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
80 -moz-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
81 text-decoration: none;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
82 outline: none;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
83 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
84
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
85 #adv-search tbody tr {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
86 padding: 4px 10px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
87 background: #eee;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
88 border-bottom: 2px solid #fff;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
89 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
90
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
91 #adv-search, #adv-search tr {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
92 width: 100%;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
93 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
94
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
95 td.adv-search-and-or {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
96 width: 80px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
97 text-align: center;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
98 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
99
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
100 #adsearch-popup .mainaction {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
101 height: 24px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
102 padding-left: 10px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
103 padding-right: 10px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
104 margin-right: 10px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
105 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
106
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
107 #rcavbox1, #rcavbox2 {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
108 width: 30%;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
109 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
110
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
111 #rcmrowadvancedsearch td.section {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
112 background-position: 6px -1650px !important;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
113 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
114
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
115 #rcmrowadvancedsearch.selected td.section {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
116 background-position: 6px -1674px !important;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
117 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
118
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
119 p.avsearchpref span {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
120 min-width: 280px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
121 display: block;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
122 max-width: 280px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
123 float: left;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
124 vertical-align: middle;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
125 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
126
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
127 p.avsearchpref img {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
128 border-radius: 10px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
129 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
130
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
131 p.avsearchpref img.disabled {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
132 -webkit-filter: grayscale(100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
133 -moz-filter: grayscale(100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
134 filter: grayscale(100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
135 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
136
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
137 button.save_search {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
138 color: #ffffff;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
139 background-color: #2f96b4;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
140 border-radius: 4px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
141 height: 20px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
142 padding-left: 10px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
143 padding-right: 10px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
144 margin-right: 10px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
145 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
146
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
147 input.save_search {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
148 padding: 0 10px 0 10px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
149 height: 20px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
150 background: #20b8fb;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
151 border: none;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
152 font-weight: bold;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
153 color: #fff;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
154 text-shadow: none;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
155 background: #6193DF;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
156 background: -moz-linear-gradient(top, #6193DF 0%, #2B84C0 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
157 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6193DF), color-stop(100%,#2B84C0));
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
158 background: -o-linear-gradient(top, #6193DF 0%, #2B84C0 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
159 background: -ms-linear-gradient(top, #6193DF 0%, #2B84C0 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
160 background: linear-gradient(top, #6193DF 0%, #2B84C0 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
161 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
162
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
163 input.save_search:active {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
164 background: #81C0EB;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
165 background: -moz-linear-gradient(top, #6193DF 0%, #81C0EB 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
166 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6193DF), color-stop(100%,#81C0EB));
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
167 background: -o-linear-gradient(top, #6193DF 0%, #81C0EB 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
168 background: -ms-linear-gradient(top, #6193DF 0%, #81C0EB 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
169 background: linear-gradient(top, #6193DF 0%, #81C0EB 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
170 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
171
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
172 input.delete_search {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
173 padding: 0 10px 0 10px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
174 height: 19px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
175 background: #20b8fb;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
176 border: none;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
177 font-weight: bold;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
178 color: #fff;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
179 text-shadow: none;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
180 background: #85190A;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
181 background: -moz-linear-gradient(top, #85190A 0%, #CA361A 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
182 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85190A), color-stop(100%,#CA361A));
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
183 background: -o-linear-gradient(top, #85190A 0%, #CA361A 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
184 background: -ms-linear-gradient(top, #85190A 0%, #CA361A 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
185 background: linear-gradient(top, #85190A 0%, #CA361A 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
186 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
187
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
188 input.delete_search:active {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
189 background: #85190A;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
190 background: -moz-linear-gradient(top, #85190A 0%, #F09F98 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
191 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85190A), color-stop(100%,#F09F98));
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
192 background: -o-linear-gradient(top, #85190A 0%, #F09F98 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
193 background: -ms-linear-gradient(top, #85190A 0%, #F09F98 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
194 background: linear-gradient(top, #85190A 0%, #F09F98 100%);
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
195 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
196
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
197
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
198 .advanced_search_dialog .ui-dialog-title {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
199 width: 100%;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
200 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
201
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
202 .advanced_search_dialog .ui-dialog-title span.saved_searches {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
203 border: 1px solid lightgray;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
204 float: right;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
205 display: block;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
206 padding-right: 10px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
207 -moz-box-shadow: inset 0 0 5px #888;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
208 -webkit-box-shadow: inset 0 0 5px#888;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
209 box-shadow: inner 0 0 5px #888;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
210 padding-left: 10px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
211 padding-bottom: 3px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
212 padding-top: 3px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
213 border-radius: 4px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
214 }
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
215
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
216 #adsearch-popup input[name="filter-val"] {
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
217 margin-right: 4px;
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
218 }