Version Description
- Bugfix: Fixed small bug
Download this release
Release Info
Developer | iqpascal |
Plugin | iQ Block Country |
Version | 1.1.27 |
Comparing to | |
See all releases |
Code changes from version 1.1.26 to 1.1.27
- chosen.css +133 -103
- iq-block-country.php +2 -2
- readme.txt +5 -1
chosen.css
CHANGED
@@ -1,38 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
/* @group Base */
|
2 |
-
.
|
3 |
position: relative;
|
4 |
display: inline-block;
|
5 |
vertical-align: middle;
|
6 |
font-size: 13px;
|
7 |
zoom: 1;
|
8 |
*display: inline;
|
|
|
|
|
|
|
9 |
}
|
10 |
-
.
|
|
|
|
|
|
|
|
|
|
|
11 |
position: absolute;
|
12 |
top: 100%;
|
13 |
left: -9999px;
|
14 |
z-index: 1010;
|
15 |
-
-webkit-box-sizing: border-box;
|
16 |
-
-moz-box-sizing: border-box;
|
17 |
-
box-sizing: border-box;
|
18 |
width: 100%;
|
19 |
border: 1px solid #aaa;
|
20 |
border-top: 0;
|
21 |
background: #fff;
|
22 |
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
|
23 |
}
|
24 |
-
.
|
25 |
left: 0;
|
26 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
/* @end */
|
29 |
/* @group Single Chosen */
|
30 |
-
.
|
31 |
position: relative;
|
32 |
display: block;
|
33 |
overflow: hidden;
|
34 |
padding: 0 0 0 8px;
|
35 |
-
height:
|
36 |
border: 1px solid #aaa;
|
37 |
border-radius: 5px;
|
38 |
background-color: #fff;
|
@@ -48,20 +81,20 @@
|
|
48 |
white-space: nowrap;
|
49 |
line-height: 24px;
|
50 |
}
|
51 |
-
.
|
52 |
color: #999;
|
53 |
}
|
54 |
-
.
|
55 |
display: block;
|
56 |
overflow: hidden;
|
57 |
margin-right: 26px;
|
58 |
text-overflow: ellipsis;
|
59 |
white-space: nowrap;
|
60 |
}
|
61 |
-
.
|
62 |
margin-right: 38px;
|
63 |
}
|
64 |
-
.
|
65 |
position: absolute;
|
66 |
top: 6px;
|
67 |
right: 26px;
|
@@ -71,13 +104,13 @@
|
|
71 |
background: url('chosen-sprite.png') -42px 1px no-repeat;
|
72 |
font-size: 1px;
|
73 |
}
|
74 |
-
.
|
75 |
background-position: -42px -10px;
|
76 |
}
|
77 |
-
.
|
78 |
background-position: -42px -10px;
|
79 |
}
|
80 |
-
.
|
81 |
position: absolute;
|
82 |
top: 0;
|
83 |
right: 0;
|
@@ -85,50 +118,47 @@
|
|
85 |
width: 18px;
|
86 |
height: 100%;
|
87 |
}
|
88 |
-
.
|
89 |
display: block;
|
90 |
width: 100%;
|
91 |
height: 100%;
|
92 |
background: url('chosen-sprite.png') no-repeat 0px 2px;
|
93 |
}
|
94 |
-
.
|
95 |
position: relative;
|
96 |
z-index: 1010;
|
97 |
margin: 0;
|
98 |
padding: 3px 4px;
|
99 |
white-space: nowrap;
|
100 |
}
|
101 |
-
.
|
102 |
-
-webkit-box-sizing: border-box;
|
103 |
-
-moz-box-sizing: border-box;
|
104 |
-
box-sizing: border-box;
|
105 |
margin: 1px 0;
|
106 |
padding: 4px 20px 4px 5px;
|
107 |
width: 100%;
|
|
|
108 |
outline: 0;
|
109 |
border: 1px solid #aaa;
|
110 |
background: white url('chosen-sprite.png') no-repeat 100% -20px;
|
111 |
-
background: url('chosen-sprite.png') no-repeat 100% -20px
|
112 |
-
background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
|
113 |
-
background: url('chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
|
114 |
-
background: url('chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
|
115 |
-
background: url('chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
|
116 |
font-size: 1em;
|
117 |
font-family: sans-serif;
|
|
|
|
|
118 |
}
|
119 |
-
.
|
120 |
margin-top: -1px;
|
121 |
border-radius: 0 0 4px 4px;
|
122 |
background-clip: padding-box;
|
123 |
}
|
124 |
-
.
|
125 |
position: absolute;
|
126 |
left: -9999px;
|
127 |
}
|
128 |
|
129 |
/* @end */
|
130 |
/* @group Results */
|
131 |
-
.
|
|
|
132 |
position: relative;
|
133 |
overflow-x: hidden;
|
134 |
overflow-y: auto;
|
@@ -137,23 +167,25 @@
|
|
137 |
max-height: 240px;
|
138 |
-webkit-overflow-scrolling: touch;
|
139 |
}
|
140 |
-
.
|
141 |
display: none;
|
142 |
margin: 0;
|
143 |
padding: 5px 6px;
|
144 |
list-style: none;
|
145 |
line-height: 15px;
|
|
|
|
|
146 |
}
|
147 |
-
.
|
148 |
display: list-item;
|
149 |
cursor: pointer;
|
150 |
}
|
151 |
-
.
|
152 |
display: list-item;
|
153 |
color: #ccc;
|
154 |
cursor: default;
|
155 |
}
|
156 |
-
.
|
157 |
background-color: #3875d7;
|
158 |
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
|
159 |
background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
|
@@ -162,34 +194,31 @@
|
|
162 |
background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
|
163 |
color: #fff;
|
164 |
}
|
165 |
-
.
|
|
|
166 |
display: list-item;
|
167 |
background: #f4f4f4;
|
168 |
}
|
169 |
-
.
|
170 |
display: list-item;
|
171 |
-
color: #999;
|
172 |
font-weight: bold;
|
173 |
cursor: default;
|
174 |
}
|
175 |
-
.
|
176 |
padding-left: 15px;
|
177 |
}
|
178 |
-
.
|
179 |
font-style: normal;
|
180 |
text-decoration: underline;
|
181 |
}
|
182 |
|
183 |
/* @end */
|
184 |
/* @group Multi Chosen */
|
185 |
-
.
|
186 |
position: relative;
|
187 |
overflow: hidden;
|
188 |
-
-webkit-box-sizing: border-box;
|
189 |
-
-moz-box-sizing: border-box;
|
190 |
-
box-sizing: border-box;
|
191 |
margin: 0;
|
192 |
-
padding: 0;
|
193 |
width: 100%;
|
194 |
height: auto !important;
|
195 |
height: 1%;
|
@@ -202,49 +231,54 @@
|
|
202 |
background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
|
203 |
cursor: text;
|
204 |
}
|
205 |
-
.
|
206 |
float: left;
|
207 |
list-style: none;
|
208 |
}
|
209 |
-
.
|
210 |
margin: 0;
|
211 |
padding: 0;
|
212 |
white-space: nowrap;
|
213 |
}
|
214 |
-
.
|
215 |
margin: 1px 0;
|
216 |
-
padding:
|
217 |
-
height:
|
218 |
outline: 0;
|
219 |
border: 0 !important;
|
220 |
background: transparent !important;
|
221 |
box-shadow: none;
|
222 |
-
color: #
|
223 |
font-size: 100%;
|
224 |
font-family: sans-serif;
|
|
|
|
|
225 |
}
|
226 |
-
.
|
227 |
-
color: #999;
|
228 |
-
}
|
229 |
-
.chzn-container-multi .chzn-choices li.search-choice {
|
230 |
position: relative;
|
231 |
-
margin: 3px
|
232 |
padding: 3px 20px 3px 5px;
|
233 |
border: 1px solid #aaa;
|
|
|
234 |
border-radius: 3px;
|
235 |
-
background-color: #
|
236 |
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
|
237 |
background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
238 |
background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
239 |
background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
240 |
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
|
|
|
|
241 |
background-clip: padding-box;
|
242 |
box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
|
243 |
color: #333;
|
244 |
line-height: 13px;
|
245 |
cursor: default;
|
246 |
}
|
247 |
-
.
|
|
|
|
|
|
|
248 |
position: absolute;
|
249 |
top: 4px;
|
250 |
right: 3px;
|
@@ -254,10 +288,10 @@
|
|
254 |
background: url('chosen-sprite.png') -42px 1px no-repeat;
|
255 |
font-size: 1px;
|
256 |
}
|
257 |
-
.
|
258 |
background-position: -42px -10px;
|
259 |
}
|
260 |
-
.
|
261 |
padding-right: 5px;
|
262 |
border: 1px solid #ccc;
|
263 |
background-color: #e4e4e4;
|
@@ -268,17 +302,17 @@
|
|
268 |
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
269 |
color: #666;
|
270 |
}
|
271 |
-
.
|
272 |
background: #d4d4d4;
|
273 |
}
|
274 |
-
.
|
275 |
background-position: -42px -10px;
|
276 |
}
|
277 |
-
.
|
278 |
margin: 0;
|
279 |
padding: 0;
|
280 |
}
|
281 |
-
.
|
282 |
display: list-item;
|
283 |
color: #ccc;
|
284 |
cursor: default;
|
@@ -286,11 +320,11 @@
|
|
286 |
|
287 |
/* @end */
|
288 |
/* @group Active */
|
289 |
-
.
|
290 |
border: 1px solid #5897fb;
|
291 |
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
|
292 |
}
|
293 |
-
.
|
294 |
border: 1px solid #aaa;
|
295 |
-moz-border-radius-bottomright: 0;
|
296 |
border-bottom-right-radius: 0;
|
@@ -303,115 +337,111 @@
|
|
303 |
background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
|
304 |
box-shadow: 0 1px 0 #fff inset;
|
305 |
}
|
306 |
-
.
|
307 |
border-left: none;
|
308 |
background: transparent;
|
309 |
}
|
310 |
-
.
|
311 |
background-position: -18px 2px;
|
312 |
}
|
313 |
-
.
|
314 |
border: 1px solid #5897fb;
|
315 |
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
|
316 |
}
|
317 |
-
.
|
318 |
-
color: #
|
319 |
}
|
320 |
|
321 |
/* @end */
|
322 |
/* @group Disabled Support */
|
323 |
-
.
|
324 |
opacity: 0.5 !important;
|
325 |
cursor: default;
|
326 |
}
|
327 |
-
.
|
328 |
cursor: default;
|
329 |
}
|
330 |
-
.
|
331 |
cursor: default;
|
332 |
}
|
333 |
|
334 |
/* @end */
|
335 |
/* @group Right to Left */
|
336 |
-
.
|
337 |
text-align: right;
|
338 |
}
|
339 |
-
.
|
340 |
overflow: visible;
|
341 |
padding: 0 8px 0 0;
|
342 |
}
|
343 |
-
.
|
344 |
margin-right: 0;
|
345 |
margin-left: 26px;
|
346 |
direction: rtl;
|
347 |
}
|
348 |
-
.
|
349 |
margin-left: 38px;
|
350 |
}
|
351 |
-
.
|
352 |
right: auto;
|
353 |
left: 3px;
|
354 |
}
|
355 |
-
.
|
356 |
right: auto;
|
357 |
left: 26px;
|
358 |
}
|
359 |
-
.
|
360 |
float: right;
|
361 |
}
|
362 |
-
.
|
363 |
direction: rtl;
|
364 |
}
|
365 |
-
.
|
366 |
margin: 3px 5px 3px 0;
|
367 |
padding: 3px 5px 3px 19px;
|
368 |
}
|
369 |
-
.
|
370 |
right: auto;
|
371 |
left: 4px;
|
372 |
}
|
373 |
-
.
|
374 |
-
.
|
375 |
left: 9999px;
|
376 |
}
|
377 |
-
.
|
378 |
margin: 0 0 4px 4px;
|
379 |
padding: 0 4px 0 0;
|
380 |
}
|
381 |
-
.
|
382 |
padding-right: 15px;
|
383 |
padding-left: 0;
|
384 |
}
|
385 |
-
.
|
386 |
border-right: none;
|
387 |
}
|
388 |
-
.
|
389 |
padding: 4px 5px 4px 20px;
|
390 |
background: white url('chosen-sprite.png') no-repeat -30px -20px;
|
391 |
-
background: url('chosen-sprite.png') no-repeat -30px -20px
|
392 |
-
background: url('chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
|
393 |
-
background: url('chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
|
394 |
-
background: url('chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
|
395 |
-
background: url('chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
|
396 |
direction: rtl;
|
397 |
}
|
398 |
-
.
|
399 |
background-position: 6px 2px;
|
400 |
}
|
401 |
-
.
|
402 |
background-position: -12px 2px;
|
403 |
}
|
404 |
|
405 |
/* @end */
|
406 |
/* @group Retina compatibility */
|
407 |
-
@media only screen and (-webkit-min-device-pixel-ratio:
|
408 |
-
.
|
409 |
-
.
|
410 |
-
.
|
411 |
-
.
|
412 |
-
.
|
413 |
-
.
|
414 |
-
.
|
415 |
background-image: url('chosen-sprite@2x.png') !important;
|
416 |
background-size: 52px 37px !important;
|
417 |
background-repeat: no-repeat !important;
|
1 |
+
/*!
|
2 |
+
Chosen, a Select Box Enhancer for jQuery and Prototype
|
3 |
+
by Patrick Filler for Harvest, http://getharvest.com
|
4 |
+
|
5 |
+
Version 1.4.2
|
6 |
+
Full source at https://github.com/harvesthq/chosen
|
7 |
+
Copyright (c) 2011-2015 Harvest http://getharvest.com
|
8 |
+
|
9 |
+
MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
|
10 |
+
This file is generated by `grunt build`, do not edit it by hand.
|
11 |
+
*/
|
12 |
+
|
13 |
/* @group Base */
|
14 |
+
.chosen-container {
|
15 |
position: relative;
|
16 |
display: inline-block;
|
17 |
vertical-align: middle;
|
18 |
font-size: 13px;
|
19 |
zoom: 1;
|
20 |
*display: inline;
|
21 |
+
-webkit-user-select: none;
|
22 |
+
-moz-user-select: none;
|
23 |
+
user-select: none;
|
24 |
}
|
25 |
+
.chosen-container * {
|
26 |
+
-webkit-box-sizing: border-box;
|
27 |
+
-moz-box-sizing: border-box;
|
28 |
+
box-sizing: border-box;
|
29 |
+
}
|
30 |
+
.chosen-container .chosen-drop {
|
31 |
position: absolute;
|
32 |
top: 100%;
|
33 |
left: -9999px;
|
34 |
z-index: 1010;
|
|
|
|
|
|
|
35 |
width: 100%;
|
36 |
border: 1px solid #aaa;
|
37 |
border-top: 0;
|
38 |
background: #fff;
|
39 |
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
|
40 |
}
|
41 |
+
.chosen-container.chosen-with-drop .chosen-drop {
|
42 |
left: 0;
|
43 |
}
|
44 |
+
.chosen-container a {
|
45 |
+
cursor: pointer;
|
46 |
+
}
|
47 |
+
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
|
48 |
+
margin-right: 4px;
|
49 |
+
overflow: hidden;
|
50 |
+
white-space: nowrap;
|
51 |
+
text-overflow: ellipsis;
|
52 |
+
font-weight: normal;
|
53 |
+
color: #999999;
|
54 |
+
}
|
55 |
+
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
|
56 |
+
content: ":";
|
57 |
+
padding-left: 2px;
|
58 |
+
vertical-align: top;
|
59 |
+
}
|
60 |
|
61 |
/* @end */
|
62 |
/* @group Single Chosen */
|
63 |
+
.chosen-container-single .chosen-single {
|
64 |
position: relative;
|
65 |
display: block;
|
66 |
overflow: hidden;
|
67 |
padding: 0 0 0 8px;
|
68 |
+
height: 25px;
|
69 |
border: 1px solid #aaa;
|
70 |
border-radius: 5px;
|
71 |
background-color: #fff;
|
81 |
white-space: nowrap;
|
82 |
line-height: 24px;
|
83 |
}
|
84 |
+
.chosen-container-single .chosen-default {
|
85 |
color: #999;
|
86 |
}
|
87 |
+
.chosen-container-single .chosen-single span {
|
88 |
display: block;
|
89 |
overflow: hidden;
|
90 |
margin-right: 26px;
|
91 |
text-overflow: ellipsis;
|
92 |
white-space: nowrap;
|
93 |
}
|
94 |
+
.chosen-container-single .chosen-single-with-deselect span {
|
95 |
margin-right: 38px;
|
96 |
}
|
97 |
+
.chosen-container-single .chosen-single abbr {
|
98 |
position: absolute;
|
99 |
top: 6px;
|
100 |
right: 26px;
|
104 |
background: url('chosen-sprite.png') -42px 1px no-repeat;
|
105 |
font-size: 1px;
|
106 |
}
|
107 |
+
.chosen-container-single .chosen-single abbr:hover {
|
108 |
background-position: -42px -10px;
|
109 |
}
|
110 |
+
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
|
111 |
background-position: -42px -10px;
|
112 |
}
|
113 |
+
.chosen-container-single .chosen-single div {
|
114 |
position: absolute;
|
115 |
top: 0;
|
116 |
right: 0;
|
118 |
width: 18px;
|
119 |
height: 100%;
|
120 |
}
|
121 |
+
.chosen-container-single .chosen-single div b {
|
122 |
display: block;
|
123 |
width: 100%;
|
124 |
height: 100%;
|
125 |
background: url('chosen-sprite.png') no-repeat 0px 2px;
|
126 |
}
|
127 |
+
.chosen-container-single .chosen-search {
|
128 |
position: relative;
|
129 |
z-index: 1010;
|
130 |
margin: 0;
|
131 |
padding: 3px 4px;
|
132 |
white-space: nowrap;
|
133 |
}
|
134 |
+
.chosen-container-single .chosen-search input[type="text"] {
|
|
|
|
|
|
|
135 |
margin: 1px 0;
|
136 |
padding: 4px 20px 4px 5px;
|
137 |
width: 100%;
|
138 |
+
height: auto;
|
139 |
outline: 0;
|
140 |
border: 1px solid #aaa;
|
141 |
background: white url('chosen-sprite.png') no-repeat 100% -20px;
|
142 |
+
background: url('chosen-sprite.png') no-repeat 100% -20px;
|
|
|
|
|
|
|
|
|
143 |
font-size: 1em;
|
144 |
font-family: sans-serif;
|
145 |
+
line-height: normal;
|
146 |
+
border-radius: 0;
|
147 |
}
|
148 |
+
.chosen-container-single .chosen-drop {
|
149 |
margin-top: -1px;
|
150 |
border-radius: 0 0 4px 4px;
|
151 |
background-clip: padding-box;
|
152 |
}
|
153 |
+
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
|
154 |
position: absolute;
|
155 |
left: -9999px;
|
156 |
}
|
157 |
|
158 |
/* @end */
|
159 |
/* @group Results */
|
160 |
+
.chosen-container .chosen-results {
|
161 |
+
color: #444;
|
162 |
position: relative;
|
163 |
overflow-x: hidden;
|
164 |
overflow-y: auto;
|
167 |
max-height: 240px;
|
168 |
-webkit-overflow-scrolling: touch;
|
169 |
}
|
170 |
+
.chosen-container .chosen-results li {
|
171 |
display: none;
|
172 |
margin: 0;
|
173 |
padding: 5px 6px;
|
174 |
list-style: none;
|
175 |
line-height: 15px;
|
176 |
+
word-wrap: break-word;
|
177 |
+
-webkit-touch-callout: none;
|
178 |
}
|
179 |
+
.chosen-container .chosen-results li.active-result {
|
180 |
display: list-item;
|
181 |
cursor: pointer;
|
182 |
}
|
183 |
+
.chosen-container .chosen-results li.disabled-result {
|
184 |
display: list-item;
|
185 |
color: #ccc;
|
186 |
cursor: default;
|
187 |
}
|
188 |
+
.chosen-container .chosen-results li.highlighted {
|
189 |
background-color: #3875d7;
|
190 |
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
|
191 |
background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
|
194 |
background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
|
195 |
color: #fff;
|
196 |
}
|
197 |
+
.chosen-container .chosen-results li.no-results {
|
198 |
+
color: #777;
|
199 |
display: list-item;
|
200 |
background: #f4f4f4;
|
201 |
}
|
202 |
+
.chosen-container .chosen-results li.group-result {
|
203 |
display: list-item;
|
|
|
204 |
font-weight: bold;
|
205 |
cursor: default;
|
206 |
}
|
207 |
+
.chosen-container .chosen-results li.group-option {
|
208 |
padding-left: 15px;
|
209 |
}
|
210 |
+
.chosen-container .chosen-results li em {
|
211 |
font-style: normal;
|
212 |
text-decoration: underline;
|
213 |
}
|
214 |
|
215 |
/* @end */
|
216 |
/* @group Multi Chosen */
|
217 |
+
.chosen-container-multi .chosen-choices {
|
218 |
position: relative;
|
219 |
overflow: hidden;
|
|
|
|
|
|
|
220 |
margin: 0;
|
221 |
+
padding: 0 5px;
|
222 |
width: 100%;
|
223 |
height: auto !important;
|
224 |
height: 1%;
|
231 |
background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
|
232 |
cursor: text;
|
233 |
}
|
234 |
+
.chosen-container-multi .chosen-choices li {
|
235 |
float: left;
|
236 |
list-style: none;
|
237 |
}
|
238 |
+
.chosen-container-multi .chosen-choices li.search-field {
|
239 |
margin: 0;
|
240 |
padding: 0;
|
241 |
white-space: nowrap;
|
242 |
}
|
243 |
+
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
|
244 |
margin: 1px 0;
|
245 |
+
padding: 0;
|
246 |
+
height: 25px;
|
247 |
outline: 0;
|
248 |
border: 0 !important;
|
249 |
background: transparent !important;
|
250 |
box-shadow: none;
|
251 |
+
color: #999;
|
252 |
font-size: 100%;
|
253 |
font-family: sans-serif;
|
254 |
+
line-height: normal;
|
255 |
+
border-radius: 0;
|
256 |
}
|
257 |
+
.chosen-container-multi .chosen-choices li.search-choice {
|
|
|
|
|
|
|
258 |
position: relative;
|
259 |
+
margin: 3px 5px 3px 0;
|
260 |
padding: 3px 20px 3px 5px;
|
261 |
border: 1px solid #aaa;
|
262 |
+
max-width: 100%;
|
263 |
border-radius: 3px;
|
264 |
+
background-color: #eeeeee;
|
265 |
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
|
266 |
background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
267 |
background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
268 |
background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
269 |
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
270 |
+
background-size: 100% 19px;
|
271 |
+
background-repeat: repeat-x;
|
272 |
background-clip: padding-box;
|
273 |
box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
|
274 |
color: #333;
|
275 |
line-height: 13px;
|
276 |
cursor: default;
|
277 |
}
|
278 |
+
.chosen-container-multi .chosen-choices li.search-choice span {
|
279 |
+
word-wrap: break-word;
|
280 |
+
}
|
281 |
+
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
|
282 |
position: absolute;
|
283 |
top: 4px;
|
284 |
right: 3px;
|
288 |
background: url('chosen-sprite.png') -42px 1px no-repeat;
|
289 |
font-size: 1px;
|
290 |
}
|
291 |
+
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
|
292 |
background-position: -42px -10px;
|
293 |
}
|
294 |
+
.chosen-container-multi .chosen-choices li.search-choice-disabled {
|
295 |
padding-right: 5px;
|
296 |
border: 1px solid #ccc;
|
297 |
background-color: #e4e4e4;
|
302 |
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
303 |
color: #666;
|
304 |
}
|
305 |
+
.chosen-container-multi .chosen-choices li.search-choice-focus {
|
306 |
background: #d4d4d4;
|
307 |
}
|
308 |
+
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
|
309 |
background-position: -42px -10px;
|
310 |
}
|
311 |
+
.chosen-container-multi .chosen-results {
|
312 |
margin: 0;
|
313 |
padding: 0;
|
314 |
}
|
315 |
+
.chosen-container-multi .chosen-drop .result-selected {
|
316 |
display: list-item;
|
317 |
color: #ccc;
|
318 |
cursor: default;
|
320 |
|
321 |
/* @end */
|
322 |
/* @group Active */
|
323 |
+
.chosen-container-active .chosen-single {
|
324 |
border: 1px solid #5897fb;
|
325 |
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
|
326 |
}
|
327 |
+
.chosen-container-active.chosen-with-drop .chosen-single {
|
328 |
border: 1px solid #aaa;
|
329 |
-moz-border-radius-bottomright: 0;
|
330 |
border-bottom-right-radius: 0;
|
337 |
background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
|
338 |
box-shadow: 0 1px 0 #fff inset;
|
339 |
}
|
340 |
+
.chosen-container-active.chosen-with-drop .chosen-single div {
|
341 |
border-left: none;
|
342 |
background: transparent;
|
343 |
}
|
344 |
+
.chosen-container-active.chosen-with-drop .chosen-single div b {
|
345 |
background-position: -18px 2px;
|
346 |
}
|
347 |
+
.chosen-container-active .chosen-choices {
|
348 |
border: 1px solid #5897fb;
|
349 |
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
|
350 |
}
|
351 |
+
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
|
352 |
+
color: #222 !important;
|
353 |
}
|
354 |
|
355 |
/* @end */
|
356 |
/* @group Disabled Support */
|
357 |
+
.chosen-disabled {
|
358 |
opacity: 0.5 !important;
|
359 |
cursor: default;
|
360 |
}
|
361 |
+
.chosen-disabled .chosen-single {
|
362 |
cursor: default;
|
363 |
}
|
364 |
+
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
|
365 |
cursor: default;
|
366 |
}
|
367 |
|
368 |
/* @end */
|
369 |
/* @group Right to Left */
|
370 |
+
.chosen-rtl {
|
371 |
text-align: right;
|
372 |
}
|
373 |
+
.chosen-rtl .chosen-single {
|
374 |
overflow: visible;
|
375 |
padding: 0 8px 0 0;
|
376 |
}
|
377 |
+
.chosen-rtl .chosen-single span {
|
378 |
margin-right: 0;
|
379 |
margin-left: 26px;
|
380 |
direction: rtl;
|
381 |
}
|
382 |
+
.chosen-rtl .chosen-single-with-deselect span {
|
383 |
margin-left: 38px;
|
384 |
}
|
385 |
+
.chosen-rtl .chosen-single div {
|
386 |
right: auto;
|
387 |
left: 3px;
|
388 |
}
|
389 |
+
.chosen-rtl .chosen-single abbr {
|
390 |
right: auto;
|
391 |
left: 26px;
|
392 |
}
|
393 |
+
.chosen-rtl .chosen-choices li {
|
394 |
float: right;
|
395 |
}
|
396 |
+
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
|
397 |
direction: rtl;
|
398 |
}
|
399 |
+
.chosen-rtl .chosen-choices li.search-choice {
|
400 |
margin: 3px 5px 3px 0;
|
401 |
padding: 3px 5px 3px 19px;
|
402 |
}
|
403 |
+
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
|
404 |
right: auto;
|
405 |
left: 4px;
|
406 |
}
|
407 |
+
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
|
408 |
+
.chosen-rtl .chosen-drop {
|
409 |
left: 9999px;
|
410 |
}
|
411 |
+
.chosen-rtl.chosen-container-single .chosen-results {
|
412 |
margin: 0 0 4px 4px;
|
413 |
padding: 0 4px 0 0;
|
414 |
}
|
415 |
+
.chosen-rtl .chosen-results li.group-option {
|
416 |
padding-right: 15px;
|
417 |
padding-left: 0;
|
418 |
}
|
419 |
+
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
|
420 |
border-right: none;
|
421 |
}
|
422 |
+
.chosen-rtl .chosen-search input[type="text"] {
|
423 |
padding: 4px 5px 4px 20px;
|
424 |
background: white url('chosen-sprite.png') no-repeat -30px -20px;
|
425 |
+
background: url('chosen-sprite.png') no-repeat -30px -20px;
|
|
|
|
|
|
|
|
|
426 |
direction: rtl;
|
427 |
}
|
428 |
+
.chosen-rtl.chosen-container-single .chosen-single div b {
|
429 |
background-position: 6px 2px;
|
430 |
}
|
431 |
+
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
|
432 |
background-position: -12px 2px;
|
433 |
}
|
434 |
|
435 |
/* @end */
|
436 |
/* @group Retina compatibility */
|
437 |
+
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
|
438 |
+
.chosen-rtl .chosen-search input[type="text"],
|
439 |
+
.chosen-container-single .chosen-single abbr,
|
440 |
+
.chosen-container-single .chosen-single div b,
|
441 |
+
.chosen-container-single .chosen-search input[type="text"],
|
442 |
+
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
|
443 |
+
.chosen-container .chosen-results-scroll-down span,
|
444 |
+
.chosen-container .chosen-results-scroll-up span {
|
445 |
background-image: url('chosen-sprite@2x.png') !important;
|
446 |
background-size: 52px 37px !important;
|
447 |
background-repeat: no-repeat !important;
|
iq-block-country.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: iQ Block Country
|
4 |
Plugin URI: https://www.webence.nl/plugins/iq-block-country-the-wordpress-plugin-that-blocks-countries-for-you/
|
5 |
-
Version: 1.1.
|
6 |
Author: Pascal
|
7 |
Author URI: http://www.webence.nl/
|
8 |
Description: Block visitors from visiting your website and backend website based on which country their IP address is from. The Maxmind GeoIP lite database is used for looking up from which country an ip address is from.
|
@@ -228,7 +228,7 @@ define("GEOIPAPIURL","http://geoip.webence.nl/geoipapi.php");
|
|
228 |
define("GEOIPAPIURLUS","http://us.geoip.webence.nl/geoipapi.php");
|
229 |
define("GEOIPAPICHECKURL","http://geoip.webence.nl/geoipapi-keycheck.php");
|
230 |
define("ADMINAPICHECKURL","http://tracking.webence.nl/adminapi-keycheck.php");
|
231 |
-
define("VERSION","1.1.
|
232 |
define("DBVERSION","121");
|
233 |
define("PLUGINPATH",plugin_dir_path( __FILE__ ));
|
234 |
|
2 |
/*
|
3 |
Plugin Name: iQ Block Country
|
4 |
Plugin URI: https://www.webence.nl/plugins/iq-block-country-the-wordpress-plugin-that-blocks-countries-for-you/
|
5 |
+
Version: 1.1.27
|
6 |
Author: Pascal
|
7 |
Author URI: http://www.webence.nl/
|
8 |
Description: Block visitors from visiting your website and backend website based on which country their IP address is from. The Maxmind GeoIP lite database is used for looking up from which country an ip address is from.
|
228 |
define("GEOIPAPIURLUS","http://us.geoip.webence.nl/geoipapi.php");
|
229 |
define("GEOIPAPICHECKURL","http://geoip.webence.nl/geoipapi-keycheck.php");
|
230 |
define("ADMINAPICHECKURL","http://tracking.webence.nl/adminapi-keycheck.php");
|
231 |
+
define("VERSION","1.1.27");
|
232 |
define("DBVERSION","121");
|
233 |
define("PLUGINPATH",plugin_dir_path( __FILE__ ));
|
234 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.webence.nl/plugins/donate
|
|
4 |
Tags: spam, block, country, comments, ban, geo, geo blocking, geo ip, block country, block countries, ban countries, ban country, blacklist, whitelist, security
|
5 |
Requires at least: 3.5.2
|
6 |
Tested up to: 4.4.1
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -193,6 +193,10 @@ Please note that your wp_options table may be called differently depending on yo
|
|
193 |
|
194 |
== Changelog ==
|
195 |
|
|
|
|
|
|
|
|
|
196 |
= 1.1.26 =
|
197 |
|
198 |
* New: xmlrpc.php is now handled the same way as other backend pages.
|
4 |
Tags: spam, block, country, comments, ban, geo, geo blocking, geo ip, block country, block countries, ban countries, ban country, blacklist, whitelist, security
|
5 |
Requires at least: 3.5.2
|
6 |
Tested up to: 4.4.1
|
7 |
+
Stable tag: 1.1.27
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
193 |
|
194 |
== Changelog ==
|
195 |
|
196 |
+
= 1.1.27 =
|
197 |
+
|
198 |
+
* Bugfix: Fixed small bug
|
199 |
+
|
200 |
= 1.1.26 =
|
201 |
|
202 |
* New: xmlrpc.php is now handled the same way as other backend pages.
|