rails_admin_map 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,526 @@
1
+
2
+ .rails-admin-map__wrapper {
3
+ position: relative;
4
+ display: inline-block;
5
+ }
6
+
7
+ .rails-admin-map__wrapper.active .rails-admin-map__overlay {
8
+ display: none;
9
+ }
10
+ .rails-admin-map__wrapper.active .rails-admin-map__remove-btn {
11
+ display: inline-flex;
12
+ }
13
+
14
+
15
+ .rails-admin-map__remove-btn {
16
+ background-color: rgba(66, 139, 202, 1);
17
+ border: none;
18
+ color: white;
19
+ height: 25px;
20
+ line-height: 25px;
21
+ padding: 0 30px;
22
+ display: none;
23
+ position: absolute;
24
+ top: 45px;
25
+ left: 7px;
26
+ z-index: 100;
27
+ }
28
+
29
+ .rails-admin-map__overlay {
30
+ position: absolute;
31
+ top: 0;
32
+ right: 0;
33
+ left: 0;
34
+ bottom: 0;
35
+ background-color: rgba(66, 139, 202, 0.9);
36
+ color: white;
37
+ z-index: 10;
38
+ display: flex;
39
+ align-items: center;
40
+ justify-content: center;
41
+ font-weight: bold;
42
+ }
43
+
44
+ .first-gem {
45
+ color: blue;
46
+ }
47
+
48
+ .select2-container {
49
+ box-sizing: border-box;
50
+ display: inline-block;
51
+ margin: 0;
52
+ position: relative;
53
+ vertical-align: middle; }
54
+ .select2-container .select2-selection--single {
55
+ box-sizing: border-box;
56
+ cursor: pointer;
57
+ display: block;
58
+ height: 28px;
59
+ user-select: none;
60
+ -webkit-user-select: none; }
61
+ .select2-container .select2-selection--single .select2-selection__rendered {
62
+ display: block;
63
+ padding-left: 8px;
64
+ padding-right: 20px;
65
+ overflow: hidden;
66
+ text-overflow: ellipsis;
67
+ white-space: nowrap; }
68
+ .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
69
+ padding-right: 8px;
70
+ padding-left: 20px; }
71
+ .select2-container .select2-selection--multiple {
72
+ box-sizing: border-box;
73
+ cursor: pointer;
74
+ display: block;
75
+ min-height: 32px;
76
+ user-select: none;
77
+ -webkit-user-select: none; }
78
+ .select2-container .select2-selection--multiple .select2-selection__rendered {
79
+ display: inline-block;
80
+ overflow: hidden;
81
+ padding-left: 8px;
82
+ text-overflow: ellipsis;
83
+ white-space: nowrap; }
84
+ .select2-container .select2-search--inline {
85
+ float: left; }
86
+ .select2-container .select2-search--inline .select2-search__field {
87
+ box-sizing: border-box;
88
+ border: none;
89
+ font-size: 100%;
90
+ margin-top: 5px;
91
+ padding: 0; }
92
+ .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
93
+ -webkit-appearance: none; }
94
+
95
+ .select2-dropdown {
96
+ background-color: white;
97
+ border: 1px solid #aaa;
98
+ border-radius: 0px;
99
+ box-sizing: border-box;
100
+ display: block;
101
+ position: absolute;
102
+ left: -100000px;
103
+ width: 100%;
104
+ z-index: 1051; }
105
+
106
+ .select2-results {
107
+ display: block; }
108
+
109
+ .select2-results__options {
110
+ list-style: none;
111
+ margin: 0;
112
+ padding: 0; }
113
+
114
+ .select2-results__option {
115
+ padding: 6px;
116
+ user-select: none;
117
+ -webkit-user-select: none; }
118
+ .select2-results__option[aria-selected] {
119
+ cursor: pointer; }
120
+
121
+ .select2-container--open .select2-dropdown {
122
+ left: 0; }
123
+
124
+ .select2-container--open .select2-dropdown--above {
125
+ border-bottom: none;
126
+ border-bottom-left-radius: 0;
127
+ border-bottom-right-radius: 0; }
128
+
129
+ .select2-container--open .select2-dropdown--below {
130
+ border-top: none;
131
+ border-top-left-radius: 0;
132
+ border-top-right-radius: 0; }
133
+
134
+ .select2-search--dropdown {
135
+ display: block;
136
+ padding: 4px; }
137
+ .select2-search--dropdown .select2-search__field {
138
+ padding: 4px;
139
+ width: 100%;
140
+ box-sizing: border-box; }
141
+ .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
142
+ -webkit-appearance: none; }
143
+ .select2-search--dropdown.select2-search--hide {
144
+ display: none; }
145
+
146
+ .select2-close-mask {
147
+ border: 0;
148
+ margin: 0;
149
+ padding: 0;
150
+ display: block;
151
+ position: fixed;
152
+ left: 0;
153
+ top: 0;
154
+ min-height: 100%;
155
+ min-width: 100%;
156
+ height: auto;
157
+ width: auto;
158
+ opacity: 0;
159
+ z-index: 99;
160
+ background-color: #fff;
161
+ filter: alpha(opacity=0); }
162
+
163
+ .select2-hidden-accessible {
164
+ border: 0 !important;
165
+ clip: rect(0 0 0 0) !important;
166
+ height: 1px !important;
167
+ margin: -1px !important;
168
+ overflow: hidden !important;
169
+ padding: 0 !important;
170
+ position: absolute !important;
171
+ width: 1px !important; }
172
+
173
+ .select2-container--default .select2-selection--single {
174
+ background-color: #fff;
175
+ border: 1px solid #aaa;
176
+ border-radius: 0px; }
177
+ .select2-container--default .select2-selection--single .select2-selection__rendered {
178
+ color: #444;
179
+ line-height: 28px; }
180
+ .select2-container--default .select2-selection--single .select2-selection__clear {
181
+ cursor: pointer;
182
+ float: right;
183
+ font-weight: bold; }
184
+ .select2-container--default .select2-selection--single .select2-selection__placeholder {
185
+ color: #999; }
186
+ .select2-container--default .select2-selection--single .select2-selection__arrow {
187
+ height: 26px;
188
+ position: absolute;
189
+ top: 1px;
190
+ right: 1px;
191
+ width: 20px; }
192
+ .select2-container--default .select2-selection--single .select2-selection__arrow b {
193
+ border-color: #888 transparent transparent transparent;
194
+ border-style: solid;
195
+ border-width: 5px 4px 0 4px;
196
+ height: 0;
197
+ left: 50%;
198
+ margin-left: -4px;
199
+ margin-top: -2px;
200
+ position: absolute;
201
+ top: 50%;
202
+ width: 0; }
203
+
204
+ .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
205
+ float: left; }
206
+
207
+ .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
208
+ left: 1px;
209
+ right: auto; }
210
+
211
+ .select2-container--default.select2-container--disabled .select2-selection--single {
212
+ background-color: #eee;
213
+ cursor: default; }
214
+ .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
215
+ display: none; }
216
+
217
+ .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
218
+ border-color: transparent transparent #888 transparent;
219
+ border-width: 0 4px 5px 4px; }
220
+
221
+ .select2-container--default .select2-selection--multiple {
222
+ background-color: white;
223
+ border: 1px solid #aaa;
224
+ border-radius: 0px;
225
+ cursor: text; }
226
+ .select2-container--default .select2-selection--multiple .select2-selection__rendered {
227
+ box-sizing: border-box;
228
+ list-style: none;
229
+ margin: 0;
230
+ padding: 0 5px;
231
+ width: 100%; }
232
+ .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
233
+ color: #999;
234
+ margin-top: 5px;
235
+ float: left; }
236
+ .select2-container--default .select2-selection--multiple .select2-selection__clear {
237
+ cursor: pointer;
238
+ float: right;
239
+ font-weight: bold;
240
+ margin-top: 5px;
241
+ margin-right: 10px; }
242
+ .select2-container--default .select2-selection--multiple .select2-selection__choice {
243
+ background-color: #e4e4e4;
244
+ border: 1px solid #aaa;
245
+ border-radius: 0px;
246
+ cursor: default;
247
+ float: left;
248
+ margin-right: 5px;
249
+ margin-top: 5px;
250
+ padding: 0 5px; }
251
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
252
+ color: #999;
253
+ cursor: pointer;
254
+ display: inline-block;
255
+ font-weight: bold;
256
+ margin-right: 2px; }
257
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
258
+ color: #333; }
259
+
260
+ .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
261
+ float: right; }
262
+
263
+ .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
264
+ margin-left: 5px;
265
+ margin-right: auto; }
266
+
267
+ .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
268
+ margin-left: 2px;
269
+ margin-right: auto; }
270
+
271
+ .select2-container--default.select2-container--focus .select2-selection--multiple {
272
+ border: solid black 1px;
273
+ outline: 0; }
274
+
275
+ .select2-container--default.select2-container--disabled .select2-selection--multiple {
276
+ background-color: #eee;
277
+ cursor: default; }
278
+
279
+ .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
280
+ display: none; }
281
+
282
+ .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
283
+ border-top-left-radius: 0;
284
+ border-top-right-radius: 0; }
285
+
286
+ .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
287
+ border-bottom-left-radius: 0;
288
+ border-bottom-right-radius: 0; }
289
+
290
+ .select2-container--default .select2-search--dropdown .select2-search__field {
291
+ border: 1px solid #aaa; }
292
+
293
+ .select2-container--default .select2-search--inline .select2-search__field {
294
+ background: transparent;
295
+ border: none;
296
+ outline: 0;
297
+ box-shadow: none; }
298
+
299
+ .select2-container--default .select2-results > .select2-results__options {
300
+ max-height: 200px;
301
+ overflow-y: auto; }
302
+
303
+ .select2-container--default .select2-results__option[role=group] {
304
+ padding: 0; }
305
+
306
+ .select2-container--default .select2-results__option[aria-disabled=true] {
307
+ color: #999; }
308
+
309
+ .select2-container--default .select2-results__option[aria-selected=true] {
310
+ background-color: #ddd; }
311
+
312
+ .select2-container--default .select2-results__option .select2-results__option {
313
+ padding-left: 1em; }
314
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
315
+ padding-left: 0; }
316
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
317
+ margin-left: -1em;
318
+ padding-left: 2em; }
319
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
320
+ margin-left: -2em;
321
+ padding-left: 3em; }
322
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
323
+ margin-left: -3em;
324
+ padding-left: 4em; }
325
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
326
+ margin-left: -4em;
327
+ padding-left: 5em; }
328
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
329
+ margin-left: -5em;
330
+ padding-left: 6em; }
331
+
332
+ .select2-container--default .select2-results__option--highlighted[aria-selected] {
333
+ background-color: #5897fb;
334
+ color: white; }
335
+
336
+ .select2-container--default .select2-results__group {
337
+ cursor: default;
338
+ display: block;
339
+ padding: 6px; }
340
+
341
+ .select2-container--classic .select2-selection--single {
342
+ background-color: #f7f7f7;
343
+ border: 1px solid #aaa;
344
+ border-radius: 0px;
345
+ outline: 0;
346
+ background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
347
+ background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
348
+ background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
349
+ background-repeat: repeat-x;
350
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
351
+ .select2-container--classic .select2-selection--single:focus {
352
+ border: 1px solid #5897fb; }
353
+ .select2-container--classic .select2-selection--single .select2-selection__rendered {
354
+ color: #444;
355
+ line-height: 28px; }
356
+ .select2-container--classic .select2-selection--single .select2-selection__clear {
357
+ cursor: pointer;
358
+ float: right;
359
+ font-weight: bold;
360
+ margin-right: 10px; }
361
+ .select2-container--classic .select2-selection--single .select2-selection__placeholder {
362
+ color: #999; }
363
+ .select2-container--classic .select2-selection--single .select2-selection__arrow {
364
+ background-color: #ddd;
365
+ border: none;
366
+ border-left: 1px solid #aaa;
367
+ border-top-right-radius: 4px;
368
+ border-bottom-right-radius: 4px;
369
+ height: 26px;
370
+ position: absolute;
371
+ top: 1px;
372
+ right: 1px;
373
+ width: 20px;
374
+ background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
375
+ background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
376
+ background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
377
+ background-repeat: repeat-x;
378
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
379
+ .select2-container--classic .select2-selection--single .select2-selection__arrow b {
380
+ border-color: #888 transparent transparent transparent;
381
+ border-style: solid;
382
+ border-width: 5px 4px 0 4px;
383
+ height: 0;
384
+ left: 50%;
385
+ margin-left: -4px;
386
+ margin-top: -2px;
387
+ position: absolute;
388
+ top: 50%;
389
+ width: 0; }
390
+
391
+ .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
392
+ float: left; }
393
+
394
+ .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
395
+ border: none;
396
+ border-right: 1px solid #aaa;
397
+ border-radius: 0;
398
+ border-top-left-radius: 4px;
399
+ border-bottom-left-radius: 4px;
400
+ left: 1px;
401
+ right: auto; }
402
+
403
+ .select2-container--classic.select2-container--open .select2-selection--single {
404
+ border: 1px solid #5897fb; }
405
+ .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
406
+ background: transparent;
407
+ border: none; }
408
+ .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
409
+ border-color: transparent transparent #888 transparent;
410
+ border-width: 0 4px 5px 4px; }
411
+
412
+ .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
413
+ border-top: none;
414
+ border-top-left-radius: 0;
415
+ border-top-right-radius: 0;
416
+ background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
417
+ background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
418
+ background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
419
+ background-repeat: repeat-x;
420
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
421
+
422
+ .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
423
+ border-bottom: none;
424
+ border-bottom-left-radius: 0;
425
+ border-bottom-right-radius: 0;
426
+ background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
427
+ background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
428
+ background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
429
+ background-repeat: repeat-x;
430
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
431
+
432
+ .select2-container--classic .select2-selection--multiple {
433
+ background-color: white;
434
+ border: 1px solid #aaa;
435
+ border-radius: 0px;
436
+ cursor: text;
437
+ outline: 0; }
438
+ .select2-container--classic .select2-selection--multiple:focus {
439
+ border: 1px solid #5897fb; }
440
+ .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
441
+ list-style: none;
442
+ margin: 0;
443
+ padding: 0 5px; }
444
+ .select2-container--classic .select2-selection--multiple .select2-selection__clear {
445
+ display: none; }
446
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice {
447
+ background-color: #e4e4e4;
448
+ border: 1px solid #aaa;
449
+ border-radius: 0px;
450
+ cursor: default;
451
+ float: left;
452
+ margin-right: 5px;
453
+ margin-top: 5px;
454
+ padding: 0 5px; }
455
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
456
+ color: #888;
457
+ cursor: pointer;
458
+ display: inline-block;
459
+ font-weight: bold;
460
+ margin-right: 2px; }
461
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
462
+ color: #555; }
463
+
464
+ .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
465
+ float: right; }
466
+
467
+ .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
468
+ margin-left: 5px;
469
+ margin-right: auto; }
470
+
471
+ .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
472
+ margin-left: 2px;
473
+ margin-right: auto; }
474
+
475
+ .select2-container--classic.select2-container--open .select2-selection--multiple {
476
+ border: 1px solid #5897fb; }
477
+
478
+ .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
479
+ border-top: none;
480
+ border-top-left-radius: 0;
481
+ border-top-right-radius: 0; }
482
+
483
+ .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
484
+ border-bottom: none;
485
+ border-bottom-left-radius: 0;
486
+ border-bottom-right-radius: 0; }
487
+
488
+ .select2-container--classic .select2-search--dropdown .select2-search__field {
489
+ border: 1px solid #aaa;
490
+ outline: 0; }
491
+
492
+ .select2-container--classic .select2-search--inline .select2-search__field {
493
+ outline: 0;
494
+ box-shadow: none; }
495
+
496
+ .select2-container--classic .select2-dropdown {
497
+ background-color: white;
498
+ border: 1px solid transparent; }
499
+
500
+ .select2-container--classic .select2-dropdown--above {
501
+ border-bottom: none; }
502
+
503
+ .select2-container--classic .select2-dropdown--below {
504
+ border-top: none; }
505
+
506
+ .select2-container--classic .select2-results > .select2-results__options {
507
+ max-height: 200px;
508
+ overflow-y: auto; }
509
+
510
+ .select2-container--classic .select2-results__option[role=group] {
511
+ padding: 0; }
512
+
513
+ .select2-container--classic .select2-results__option[aria-disabled=true] {
514
+ color: grey; }
515
+
516
+ .select2-container--classic .select2-results__option--highlighted[aria-selected] {
517
+ background-color: #3875d7;
518
+ color: white; }
519
+
520
+ .select2-container--classic .select2-results__group {
521
+ cursor: default;
522
+ display: block;
523
+ padding: 6px; }
524
+
525
+ .select2-container--classic.select2-container--open .select2-dropdown {
526
+ border-color: #5897fb; }