PluginProbe
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress / 8.5.4
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress v8.5.4
9.1.2 9.1.1 9.1.0 9.0.3 9.0.2 9.0.1 9.0.0 8.5.79 8.5.78 8.5.77 8.5.76 8.5.75 8.5.74 8.5.73 8.5.72 8.5.71 8.5.70 8.5.69 8.5.68 8.5.35 8.5.36 8.5.37 8.5.38 8.5.39 8.5.4 All 221 releases
wpvr / admin / css / wpvr-admin-post-type.css

wpvr-admin-post-type.css in WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress 8.5.4, at admin/css/wpvr-admin-post-type.css

636 lines 18.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpvr-tour-list .pro-tag {
2 position: absolute;
3 right: -15px;
4 top: -10px;
5 display: block;
6 border-radius: 9px 9px 9px 0px;
7 background: #00B4FF;
8 font-size: 11px;
9 color: #ffffff;
10 font-weight: 600;
11 padding: 5px 6px;
12 text-transform: capitalize;
13 z-index: 1;
14 line-height: 0.8;
15 }
16 .wpvr-tour-list .wpvr-create-tour-modal {
17 position: fixed;
18 top: 0;
19 left: 0;
20 width: 100%;
21 height: 100%;
22 z-index: 99999;
23 background-color: rgba(8, 7, 34, 0.6);
24 backdrop-filter: blur(5px);
25 transition: all 0.3s ease;
26 opacity: 0;
27 visibility: hidden;
28 }
29 .wpvr-tour-list .wpvr-create-tour-modal.show {
30 opacity: 1;
31 visibility: visible;
32 }
33 .wpvr-tour-list .wpvr-create-tour-modal * {
34 box-sizing: border-box;
35 }
36 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-inner {
37 width: 100%;
38 height: 100%;
39 display: flex;
40 flex-flow: column;
41 align-items: center;
42 justify-content: center;
43 padding: 30px;
44 }
45 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-wrapper {
46 background-color: #FFF;
47 filter: drop-shadow(0px 10px 40px rgba(24, 0, 100, 0.2));
48 border-radius: 10px;
49 width: 100%;
50 max-width: 782px;
51 position: relative;
52 }
53 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-close {
54 border-radius: 100px;
55 background-color: #FFF;
56 box-shadow: 0px 1px 1px 0px #C2BCD5;
57 width: 40px;
58 height: 40px;
59 border: none;
60 padding: 0;
61 display: flex;
62 align-items: center;
63 justify-content: center;
64 line-height: 1;
65 position: absolute;
66 right: -18px;
67 top: -18px;
68 z-index: 1;
69 cursor: pointer;
70 }
71 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-title {
72 margin: 0;
73 color: #0E003C;
74 font-size: 22px;
75 font-weight: 600;
76 line-height: 1.2;
77 border-bottom: 1px solid #F2EDFF;
78 padding: 14px 30px;
79 }
80 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-content {
81 padding: 25px 30px;
82 }
83 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-content .field-label {
84 color: #0E003C;
85 font-size: 16px;
86 font-weight: 500;
87 line-height: 1.3;
88 display: block;
89 margin-bottom: 9px;
90 }
91 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-content input[type=text] {
92 border-radius: 5px;
93 border: 1px solid #EAE4FF;
94 width: 100%;
95 color: #73707D;
96 font-size: 16px;
97 font-weight: 400;
98 line-height: 1.3;
99 padding: 14px 20px;
100 box-shadow: none;
101 outline: none;
102 }
103 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-content .tour-type-group {
104 margin-bottom: 25px;
105 }
106 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-content .tour-type-wrapper {
107 display: flex;
108 flex-flow: row wrap;
109 gap: 20px;
110 }
111 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type input[type=radio] {
112 display: none;
113 }
114 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type .radio-box {
115 position: relative;
116 border-radius: 10px;
117 border: 1px solid #EAE4FF;
118 background: #FAF9FF;
119 display: flex;
120 align-items: center;
121 gap: 6px;
122 padding: 11px 14px;
123 cursor: pointer;
124 transition: all 0.3s ease;
125 }
126 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type .radio-box circle {
127 opacity: 0;
128 visibility: hidden;
129 transition: all 0.3s ease;
130 }
131 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type .radio-box rect {
132 transition: all 0.3s ease;
133 }
134 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type .radio-label {
135 color: #0E003C;
136 font-size: 15px;
137 font-weight: 400;
138 line-height: 1.3;
139 }
140 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type input[type=radio]:checked + .radio-box {
141 border-color: #3F04FE;
142 }
143 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type input[type=radio]:checked + .radio-box .rect2 {
144 stroke: #3F04FE;
145 }
146 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type input[type=radio]:checked + .radio-box circle {
147 opacity: 1;
148 visibility: visible;
149 }
150 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type.is-pro .radio-box {
151 cursor: not-allowed;
152 }
153 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type.is-pro .radio-label {
154 opacity: 0.5;
155 }
156 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-footer {
157 border-top: 1px solid #F2EDFF;
158 padding: 20px 30px;
159 }
160 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-footer .modal-action-buttons {
161 display: flex;
162 align-items: center;
163 justify-content: flex-end;
164 gap: 10px;
165 }
166 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-footer .wpvr-modal-btn {
167 border-radius: 12px;
168 border: 1px solid #EAE4FF;
169 color: #0E003C;
170 font-size: 16px;
171 font-weight: 600;
172 line-height: 1.3;
173 background-color: transparent;
174 padding: 14px 25px;
175 cursor: pointer;
176 transition: all 0.3s ease;
177 }
178 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-footer .wpvr-modal-btn:hover {
179 background-color: #f8f8f8;
180 }
181 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-footer .wpvr-modal-btn.modal-submit {
182 background-color: #3F04FE;
183 color: #FFF;
184 border-color: #3F04FE;
185 }
186 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-footer .wpvr-modal-btn.modal-submit:hover {
187 background-color: #3604d7;
188 border-color: #3604d7;
189 }
190
191 @media screen and (max-width: 991px) {
192 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-content .tour-type-wrapper {
193 gap: 10px;
194 }
195 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type .radio-box {
196 border-radius: 6px;
197 padding: 8px 11px;
198 }
199 .wpvr-tour-list .wpvr-create-tour-modal .single-tour-type .radio-label {
200 font-size: 14px;
201 }
202 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-footer .wpvr-modal-btn {
203 border-radius: 8px;
204 font-size: 14px;
205 padding: 12px 20px;
206 }
207 .wpvr-tour-list .wpvr-create-tour-modal .wpvr-create-tour-modal-content input[type=text] {
208 font-size: 15px;
209 padding: 12px 17px;
210 }
211 }
212 /* -----------start wpvr list page style------------ */
213 .wpvr-tour-list {
214 background-color: #EDEBF4;
215 /* -----start search box style----- */
216 /* -----end search box style----- */
217 /* -----start filter style----- */
218 /* -----end filter style----- */
219 /* -----start pagination style----- */
220 /* -----end pagination style----- */
221 }
222 .wpvr-tour-list .subsubsub {
223 position: relative;
224 z-index: 2;
225 }
226 .wpvr-tour-list #posts-filter {
227 position: relative;
228 }
229 .wpvr-tour-list .wrap .page-title-action:active,
230 .wpvr-tour-list .wrap .page-title-action {
231 border-radius: 6px;
232 background-color: #3F04FE;
233 color: #FFF;
234 font-size: 15px;
235 font-weight: 500;
236 line-height: 1;
237 padding: 15px 20px;
238 border: none;
239 display: inline-flex;
240 align-items: center;
241 gap: 10px;
242 box-shadow: none;
243 outline: none;
244 }
245 .wpvr-tour-list .wrap .page-title-action:hover {
246 background-color: #3F04FE;
247 color: #FFF;
248 }
249 .wpvr-tour-list .wrap .page-title-action:before {
250 content: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTMgMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNi41IDBjLjU1OCAwIDEuMDExLjQ1MyAxLjAxMSAxLjAxMVY1LjQ5aDQuNDc4YTEuMDExIDEuMDExIDAgMDEwIDIuMDIySDcuNTF2NC40NzhhMS4wMTEgMS4wMTEgMCAwMS0yLjAyMiAwVjcuNTFIMS4wMWExLjAxMSAxLjAxMSAwIDAxMC0yLjAyMmg0LjQ4VjEuMDFBMS4wMSAxLjAxIDAgMDE2LjUgMHoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
251 display: block;
252 position: relative;
253 width: 12px;
254 height: auto;
255 }
256 .wpvr-tour-list .search-box {
257 position: absolute;
258 top: 29px;
259 right: 0;
260 }
261 .wpvr-tour-list .search-box input[type=search] {
262 border-radius: 6px;
263 border: 1px solid #D6CDF0;
264 background-color: #FCFBFF;
265 height: 40px;
266 margin: 0;
267 width: 240px;
268 padding: 10px 40px 10px 15px;
269 box-shadow: none;
270 outline: none;
271 color: #666666;
272 }
273 .wpvr-tour-list .search-box #search-submit {
274 background: transparent;
275 border: none;
276 background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlPSIjNjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNOC4yNSAxNWE2Ljc1IDYuNzUgMCAxMDAtMTMuNSA2Ljc1IDYuNzUgMCAwMDAgMTMuNXptNS45NDguNTE3Yy4zOTggMS4yIDEuMzA1IDEuMzIgMi4wMDMuMjcuNjM3LS45Ni4yMTctMS43NDctLjkzOC0xLjc0Ny0uODU1LS4wMDgtMS4zMzUuNjYtMS4wNjUgMS40Nzd6Ii8+PC9zdmc+");
277 background-repeat: no-repeat;
278 background-size: 18px;
279 background-position: calc(100% - 12px) center;
280 text-indent: -999px;
281 font-size: 0px;
282 line-height: 1;
283 width: 40px;
284 height: 38px;
285 position: absolute;
286 right: 0;
287 padding: 0;
288 z-index: 1;
289 }
290 .wpvr-tour-list .tablenav {
291 height: auto;
292 }
293 .wpvr-tour-list .tablenav .actions select {
294 border-radius: 6px;
295 border: 1px solid #D6CDF0;
296 background-color: #FCFBFF;
297 padding: 12px 35px 12px 14px;
298 line-height: 1;
299 color: #73707D;
300 font-size: 15px;
301 font-weight: 400;
302 background-position: calc(100% - 12px) 13px;
303 box-shadow: none;
304 outline: none;
305 }
306 .wpvr-tour-list .tablenav .actions input[type=submit] {
307 border-radius: 6px;
308 border: 1px solid #D6CDF0;
309 background-color: #FCFBFF;
310 padding: 12px 14px;
311 line-height: 1;
312 color: #73707D;
313 font-size: 15px;
314 font-weight: 400;
315 box-shadow: none;
316 outline: none;
317 }
318 .wpvr-tour-list .tablenav.top {
319 margin-bottom: 10px;
320 }
321 .wpvr-tour-list .tablenav.top .tablenav-pages {
322 display: none;
323 }
324 .wpvr-tour-list .tablenav.top .pagination-links {
325 display: inline-flex;
326 align-items: center;
327 gap: 5px;
328 }
329 .wpvr-tour-list .tablenav-pages .tablenav-pages-navspan,
330 .wpvr-tour-list .tablenav-pages a.button,
331 .wpvr-tour-list .tablenav-pages .current-page {
332 margin: 0 2px 0 0;
333 font-size: 15px;
334 text-align: center;
335 border: 1px solid #d1d0d6;
336 color: #73707D;
337 border-radius: 6px;
338 height: 36px;
339 width: 36px;
340 box-shadow: none;
341 outline: none;
342 }
343 .wpvr-tour-list .tablenav-pages .tablenav-pages-navspan,
344 .wpvr-tour-list .tablenav-pages a.button span {
345 font-size: 20px;
346 }
347 .wpvr-tour-list .widefat * {
348 box-sizing: border-box;
349 }
350 .wpvr-tour-list table.wp-list-table {
351 border: none;
352 border-radius: 5px;
353 background: #FFF;
354 box-shadow: 0px 1px 1px 0px rgba(30, 0, 125, 0.1019607843);
355 /* -------checkbox stle--------- */
356 }
357 .wpvr-tour-list table.wp-list-table thead tr {
358 box-shadow: 0px 1px 1px 0px rgba(65, 26, 188, 0.0784313725);
359 position: relative;
360 }
361 .wpvr-tour-list table.wp-list-table tfoot th,
362 .wpvr-tour-list table.wp-list-table tfoot td,
363 .wpvr-tour-list table.wp-list-table thead th,
364 .wpvr-tour-list table.wp-list-table thead td {
365 border: none;
366 }
367 .wpvr-tour-list table.wp-list-table tfoot th,
368 .wpvr-tour-list table.wp-list-table tfoot th a,
369 .wpvr-tour-list table.wp-list-table thead th,
370 .wpvr-tour-list table.wp-list-table thead th a {
371 color: #73707D;
372 font-size: 14px;
373 font-weight: 500;
374 line-height: 1;
375 }
376 .wpvr-tour-list table.wp-list-table tfoot td,
377 .wpvr-tour-list table.wp-list-table thead td {
378 padding: 15px 16px;
379 }
380 .wpvr-tour-list table.wp-list-table tfoot a,
381 .wpvr-tour-list table.wp-list-table thead a {
382 display: flex;
383 align-items: center;
384 gap: 15px;
385 }
386 .wpvr-tour-list table.wp-list-table tfoot a:hover,
387 .wpvr-tour-list table.wp-list-table thead a:hover {
388 color: #3F04FE;
389 }
390 .wpvr-tour-list table.wp-list-table tfoot a:focus,
391 .wpvr-tour-list table.wp-list-table thead a:focus {
392 border: none;
393 outline: none;
394 box-shadow: none;
395 }
396 .wpvr-tour-list table.wp-list-table tfoot th.sortable a span,
397 .wpvr-tour-list table.wp-list-table tfoot th.sorted a span,
398 .wpvr-tour-list table.wp-list-table thead th.sortable a span,
399 .wpvr-tour-list table.wp-list-table thead th.sorted a span {
400 float: none;
401 cursor: pointer;
402 }
403 .wpvr-tour-list table.wp-list-table .sorting-indicator {
404 width: 10px;
405 height: 9px;
406 margin-top: 0;
407 margin-left: 0;
408 }
409 .wpvr-tour-list table.wp-list-table .sorting-indicator:before {
410 display: block;
411 width: 8px;
412 top: -7px;
413 left: 0;
414 }
415 .wpvr-tour-list table.wp-list-table .sorting-indicator.asc:before {
416 content: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgOCA1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIHN0cm9rZT0iIzczNzA3RCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEgNGwzLTMgMyAzIi8+PC9zdmc+);
417 }
418 .wpvr-tour-list table.wp-list-table .sorting-indicator.desc:before {
419 content: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgOCA1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIHN0cm9rZT0iIzczNzA3RCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEgMWwzIDMgMy0zIi8+PC9zdmc+);
420 }
421 .wpvr-tour-list table.wp-list-table.striped > tbody > :nth-child(odd) {
422 background-color: #EFEDF5;
423 }
424 .wpvr-tour-list table.wp-list-table.striped > tbody > :nth-child(even) {
425 background-color: #F7F6FC;
426 }
427 .wpvr-tour-list table.wp-list-table tbody .wpvr-thumbnail-image {
428 border-radius: 5px;
429 object-fit: cover;
430 display: block;
431 }
432 .wpvr-tour-list table.wp-list-table tbody th:first-child {
433 border-left: 2px solid #ffffff;
434 }
435 .wpvr-tour-list table.wp-list-table tbody td {
436 color: #73707D;
437 font-size: 15px;
438 font-weight: 400;
439 line-height: 1.3;
440 vertical-align: middle;
441 padding: 13px 10px;
442 }
443 .wpvr-tour-list table.wp-list-table tbody td:last-child {
444 border-right: 2px solid #ffffff;
445 }
446 .wpvr-tour-list table.wp-list-table tfoot td.check-column,
447 .wpvr-tour-list table.wp-list-table thead td.check-column {
448 padding: 15px 0 15px 24px;
449 }
450 .wpvr-tour-list table.wp-list-table tbody th.check-column {
451 padding: 23px 0 15px 22px;
452 }
453 .wpvr-tour-list table.wp-list-table tfoot .check-column input[type=checkbox],
454 .wpvr-tour-list table.wp-list-table thead .check-column input[type=checkbox],
455 .wpvr-tour-list table.wp-list-table tbody .check-column input[type=checkbox] {
456 box-shadow: none;
457 width: 18px;
458 height: 18px;
459 border: 1px solid #ddd;
460 display: flex;
461 align-items: center;
462 justify-content: center;
463 border-radius: 4px;
464 border: 1px solid #D6CDF0;
465 background: #FFF;
466 margin: 0;
467 }
468 .wpvr-tour-list table.wp-list-table tfoot .check-column input[type=checkbox]:checked::before,
469 .wpvr-tour-list table.wp-list-table thead .check-column input[type=checkbox]:checked::before,
470 .wpvr-tour-list table.wp-list-table tbody .check-column input[type=checkbox]:checked::before {
471 height: 18px;
472 width: 20px;
473 position: relative;
474 top: 1px;
475 left: 1px;
476 }
477 .wpvr-tour-list table.wp-list-table .check-column input:hover + label,
478 .wpvr-tour-list table.wp-list-table .check-column label:hover {
479 background: rgba(0, 0, 0, 0);
480 }
481 .wpvr-tour-list table.wp-list-table tfoot th.column-title a,
482 .wpvr-tour-list table.wp-list-table thead th.column-title a {
483 padding-left: 24px;
484 }
485 .wpvr-tour-list table.wp-list-table tbody td.title {
486 padding-left: 23px;
487 }
488 .wpvr-tour-list table.wp-list-table tbody td.title .row-title {
489 color: #0E003C;
490 font-size: 15px;
491 font-weight: 500;
492 line-height: 1.2;
493 box-shadow: none;
494 }
495 .wpvr-tour-list table.wp-list-table tbody td.title .row-title:hover {
496 color: #3F04FE;
497 }
498 .wpvr-tour-list table.wp-list-table tbody td.title .row-actions button,
499 .wpvr-tour-list table.wp-list-table tbody td.title .row-actions a,
500 .wpvr-tour-list table.wp-list-table tbody td.title .row-actions {
501 color: #73707D;
502 font-size: 13px;
503 font-weight: 400;
504 line-height: 1.2;
505 }
506 .wpvr-tour-list table.wp-list-table tbody td.title .row-actions button:hover,
507 .wpvr-tour-list table.wp-list-table tbody td.title .row-actions a:hover {
508 color: #3F04FE;
509 }
510 .wpvr-tour-list table.wp-list-table tbody td.title .row-actions .trash a {
511 color: #FF1F1F;
512 }
513 .wpvr-tour-list table.wp-list-table tbody td.type .tour-type {
514 display: flex;
515 align-items: center;
516 gap: 7px;
517 }
518 .wpvr-tour-list table.wp-list-table #author,
519 .wpvr-tour-list table.wp-list-table #thumbnail {
520 width: 12%;
521 }
522 .wpvr-tour-list table.wp-list-table tbody td.author a {
523 color: #73707D;
524 font-weight: 400;
525 text-decoration: underline;
526 }
527 .wpvr-tour-list table.wp-list-table tbody td.author a:hover {
528 color: #3f05fe;
529 }
530 .wpvr-tour-list table.wp-list-table tbody td.date {
531 font-size: 14px;
532 }
533 .wpvr-tour-list table.wp-list-table tbody #wpvr-copy-shortcode-listing {
534 display: flex;
535 align-items: center;
536 cursor: pointer;
537 gap: 5px;
538 position: relative;
539 top: 2px;
540 }
541 .wpvr-tour-list table.wp-list-table tbody .wpvr-listing-shortcode {
542 display: flex;
543 align-items: center;
544 cursor: pointer;
545 gap: 10px;
546 position: relative;
547 top: 2px;
548 }
549 .wpvr-tour-list table.wp-list-table tbody .copy-shortcode-text {
550 display: none;
551 font-size: 12px;
552 color: #27bb46;
553 }
554
555 @media screen and (max-width: 1199px) {
556 .wpvr-tour-list table.wp-list-table #type,
557 .wpvr-tour-list table.wp-list-table #thumbnail {
558 display: none;
559 }
560 .wpvr-tour-list table.wp-list-table tbody .column-type,
561 .wpvr-tour-list table.wp-list-table tbody .column-thumbnail {
562 display: none;
563 }
564 .wpvr-tour-list table.wp-list-table tfoot .column-type,
565 .wpvr-tour-list table.wp-list-table tfoot .column-thumbnail {
566 display: none;
567 }
568 }
569 @media screen and (max-width: 782px) {
570 .wpvr-tour-list .search-box {
571 left: 0;
572 right: inherit;
573 width: 240px;
574 }
575 .wpvr-tour-list .search-box input[type=search] {
576 width: 100%;
577 }
578 .wpvr-tour-list .search-box #search-submit {
579 margin: 0;
580 }
581 .wpvr-tour-list table.wp-list-table tbody th.check-column {
582 padding: 15px 0 15px 22px;
583 }
584 .wpvr-tour-list .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) {
585 padding-top: 5px;
586 padding-bottom: 5px;
587 }
588 .wpvr-tour-list .wp-list-table td.column-date {
589 padding-bottom: 15px !important;
590 }
591 .wpvr-tour-list .tablenav .tablenav-pages .button,
592 .wpvr-tour-list .tablenav .tablenav-pages .tablenav-pages-navspan {
593 padding: 6px 8px;
594 }
595 .wpvr-tour-list .tablenav.bottom .tablenav-pages {
596 margin-top: 15px;
597 margin-bottom: 15px;
598 }
599 .wpvr-tour-list .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {
600 left: 23px;
601 }
602 }
603 /*
604 .wp-list-table {
605 display: grid;
606 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
607 gap: 20px;
608 border-collapse: collapse;
609 }
610
611 .wp-list-table thead,
612 .wp-list-table tr {
613 display: none;
614 }
615
616 .wp-list-table tbody tr {
617 display: block;
618 background: #fff;
619 padding: 10px;
620 border: 1px solid #ddd;
621 box-shadow: 0 1px 3px rgba(0,0,0,0.1);
622 }
623
624 .wp-list-table tbody tr td {
625 display: block;
626 margin-bottom: 10px;
627 }
628
629 .wp-list-table .column-thumbnail img {
630 max-width: 100%;
631 height: auto;
632 margin-bottom: 10px;
633 } */
634
635 /*# sourceMappingURL=wpvr-admin-post-type.css.map */
636