PluginProbe ʕ •ᴥ•ʔ
Advanced Custom Fields: Extended / trunk
Advanced Custom Fields: Extended vtrunk
0.9.2.7 0.9.2.6 0.9.2.5 0.8.6 0.8.6.1 0.8.6.3 0.8.6.5 0.8.6.6 0.8.6.7 0.8.6.8 0.8.6.9 0.8.7 0.8.7.1 0.8.7.2 0.8.7.3 0.8.7.4 0.8.7.5 0.8.7.6 0.8.8 0.8.8.1 0.8.8.10 0.8.8.11 0.8.8.2 0.8.8.3 0.8.8.4 0.8.8.5 0.8.8.6 0.8.8.7 0.8.8.8 0.8.8.9 0.8.9 0.8.9.1 0.8.9.2 0.8.9.3 0.8.9.4 0.8.9.5 0.9 0.9.0.1 0.9.0.2 0.9.0.3 0.9.0.4 0.9.0.5 0.9.0.6 0.9.0.7 0.9.0.8 0.9.0.9 0.9.1 0.9.1.1 0.9.2 0.9.2.1 0.9.2.2 0.9.2.3 0.9.2.4 trunk 0.5 0.5.1 0.5.2 0.5.2.1 0.5.2.3 0.5.5 0.5.5.1 0.5.8 0.5.8.1 0.6 0.6.0.1 0.6.0.2 0.6.1 0.6.3 0.6.5 0.6.7 0.6.7.2 0.7 0.7.0.3 0.7.5 0.7.5.5 0.7.8 0.7.9 0.7.9.3 0.7.9.4 0.7.9.9.8 0.7.9.9.9 0.8 0.8.1 0.8.2 0.8.3 0.8.3.1 0.8.4 0.8.4.1 0.8.4.5 0.8.4.6 0.8.5 0.8.5.5
acf-extended / assets / css / acfe-admin.css
acf-extended / assets / css Last commit date
acfe-admin-input.css 3 months ago acfe-admin-input.min.css 3 months ago acfe-admin.css 3 months ago acfe-admin.min.css 3 months ago acfe-field-group.css 3 months ago acfe-field-group.min.css 3 months ago acfe-input.css 3 months ago acfe-input.min.css 3 months ago acfe-ui.css 3 months ago acfe-ui.min.css 3 months ago acfe.css 3 months ago acfe.min.css 3 months ago
acfe-admin.css
1187 lines
1 .widget.open {
2 z-index: inherit !important
3 }
4
5 .menu-item-settings {
6 position: initial
7 }
8
9 .acf-meta-box-wrap.-grid #acf-admin-tool-acfe-fg-local {
10 display: none
11 }
12
13 .acf-tab-group li a .acfe-tab-badge {
14 border-radius: 100px;
15 background: #ddd;
16 width: 18px;
17 height: 18px;
18 font-size: 12px;
19 display: inline-block;
20 vertical-align: text-bottom;
21 padding: 0;
22 text-align: center;
23 margin-left: 5px;
24 line-height: 18px
25 }
26
27 .acf-tab-group li a:hover .acfe-tab-badge,
28 .acf-tab-group li.active a .acfe-tab-badge {
29 background: #f1f1f1
30 }
31
32 .acf-field>.acf-input>.acf-input-wrap {
33 overflow: initial
34 }
35
36 .acf-field>.acf-input>.acf-input-append+.acf-input-wrap,
37 .acf-field>.acf-input>.acf-input-prepend+.acf-input-wrap {
38 overflow: hidden
39 }
40
41 .post-type-attachment #post-body-content #acf_after_title-sortables {
42 margin: 20px 0 0
43 }
44
45 .plugins tr.acfe-plugin-tr.acfe-plugin-tr-update td {
46 -webkit-box-shadow: none !important;
47 box-shadow: none !important
48 }
49
50 .plugins tr.acfe-plugin-tr.acfe-plugin-tr-update .update-message {
51 margin-bottom: 0
52 }
53
54 .acf-admin-toolbar i.acf-icon,
55 .acf-btn i.acf-icon {
56 display: -webkit-inline-box;
57 display: -ms-inline-flexbox;
58 display: inline-flex;
59 width: 20px;
60 height: 20px;
61 background-color: currentColor;
62 border: none;
63 border-radius: 0;
64 -webkit-mask-size: contain;
65 mask-size: contain;
66 -webkit-mask-repeat: no-repeat;
67 mask-repeat: no-repeat;
68 -webkit-mask-position: center;
69 mask-position: center;
70 text-indent: 500%;
71 white-space: nowrap;
72 overflow: hidden
73 }
74
75 .acfe-icon-info {
76 -webkit-mask-image: url(../images/icons/icon-info.svg);
77 mask-image: url(../images/icons/icon-info.svg)
78 }
79
80 body:not(.acf-admin-single-field-group) .acf-tooltip {
81 font-size: 13px
82 }
83
84 @media only screen and (max-width:1300px) {
85 .acf-admin-toolbar i.acf-icon {
86 display: none !important
87 }
88 }
89
90 code,
91 kbd,
92 pre,
93 samp {
94 font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
95 font-size: 1em
96 }
97
98 pre {
99 display: block;
100 padding: 9.5px;
101 margin: 0;
102 line-height: 1.42857143;
103 color: #333;
104 word-break: break-all;
105 word-wrap: break-word;
106 background-color: #f9f9f9;
107 border: 1px solid #ccc;
108 border-radius: 1px;
109 white-space: pre-wrap;
110 overflow: auto
111 }
112
113 pre>code {
114 -webkit-user-select: inherit;
115 -moz-user-select: inherit;
116 -ms-user-select: inherit;
117 user-select: inherit;
118 padding: 0;
119 margin: 0;
120 background: 0 0;
121 font-size: 1em;
122 display: block
123 }
124
125 code {
126 -webkit-user-select: all;
127 -moz-user-select: all;
128 user-select: all
129 }
130
131 code[contenteditable=true] {
132 -webkit-user-select: auto;
133 -moz-user-select: auto;
134 -ms-user-select: auto;
135 user-select: auto
136 }
137
138 .code-codemirror>.CodeMirror,
139 .pre-codemirror>.CodeMirror {
140 border: 1px solid #ccc;
141 height: auto;
142 width: auto;
143 background: #f9f9f9;
144 padding: 9px 6px
145 }
146
147 .code-codemirror>.CodeMirror .CodeMirror-selected,
148 .pre-codemirror>.CodeMirror .CodeMirror-selected {
149 background: #ddd !important
150 }
151
152 .code-codemirror>.CodeMirror .CodeMirror-lines,
153 .pre-codemirror>.CodeMirror .CodeMirror-lines {
154 padding: 0
155 }
156
157 .code-codemirror {
158 display: inline;
159 vertical-align: middle
160 }
161
162 .code-codemirror>.CodeMirror {
163 display: inline-block;
164 padding: 0
165 }
166
167 .acfe-pre-highlight {
168 display: block;
169 padding: 9.5px;
170 margin: 0;
171 line-height: 1.42857143;
172 color: #333;
173 background-color: #f9f9f9;
174 border: 1px solid #ccc;
175 border-radius: 1px;
176 overflow: auto;
177 font-family: Menlo, Monaco, Consolas, Courier New, monospace;
178 font-size: 1em;
179 white-space: nowrap
180 }
181
182 .acf-columns-2 {
183 margin-right: 300px;
184 clear: both
185 }
186
187 .acf-columns-2:after {
188 display: block;
189 clear: both;
190 content: ""
191 }
192
193 .acf-columns-2 .acf-column-1 {
194 float: left;
195 width: 100%
196 }
197
198 .acf-columns-2 .acf-column-2 {
199 float: right;
200 margin-right: -300px;
201 width: 280px
202 }
203
204 html[dir=rtl] .acf-columns-2 {
205 margin-right: 0;
206 margin-left: 300px
207 }
208
209 html[dir=rtl] .acf-columns-2 .acf-column-1 {
210 float: right
211 }
212
213 html[dir=rtl] .acf-columns-2 .acf-column-2 {
214 float: left;
215 margin-right: 0;
216 margin-left: -300px
217 }
218
219 @media only screen and (max-width:850px) {
220 .acf-columns-2 {
221 margin-right: 0
222 }
223
224 .acf-columns-2 .acf-column-1,
225 .acf-columns-2 .acf-column-2 {
226 float: none;
227 width: auto;
228 margin: 0
229 }
230 }
231
232 .misc-pub-acfe-object-category::before,
233 .misc-pub-acfe-object-data::before,
234 .misc-pub-acfe-object-id::before,
235 .misc-pub-acfe-object-meta::before,
236 .misc-pub-acfe-object-performance::before,
237 .misc-pub-acfe-object-role::before,
238 .misc-pub-acfe-object-type::before,
239 .misc-pub-acfe-object::before {
240 font: normal 19px/1 dashicons;
241 speak: never;
242 display: inline-block;
243 margin-left: -1px;
244 padding-right: 3px;
245 vertical-align: top;
246 -webkit-font-smoothing: antialiased;
247 -moz-osx-font-smoothing: grayscale;
248 color: #8c8f94;
249 content: "\f173";
250 margin-right: 1px
251 }
252
253 .misc-pub-acfe-object-id::before {
254 content: "\f464"
255 }
256
257 .misc-pub-acfe-object-type::before {
258 content: "\f109"
259 }
260
261 .misc-pub-acfe-object-role::before {
262 content: "\f338"
263 }
264
265 .misc-pub-acfe-object-category::before {
266 content: "\f318"
267 }
268
269 .misc-pub-acfe-object-data::before {
270 content: "\f206"
271 }
272
273 .misc-pub-acfe-object-meta::before {
274 content: "\f17e"
275 }
276
277 .misc-pub-acfe-object-performance::before {
278 content: "\f226"
279 }
280
281 .misc-pub-acfe-yes::before {
282 content: "\f147";
283 font-size: 24px;
284 line-height: 20px;
285 width: 18px;
286 margin-left: -3px
287 }
288
289 .misc-pub-acfe-no::before {
290 content: "\f335";
291 font-size: 22px;
292 width: 15px
293 }
294
295 .misc-pub-acfe-import::before {
296 content: "\f17b";
297 font-size: 19px;
298 width: 15px;
299 margin-left: 1px
300 }
301
302 .misc-pub-acfe-info::before {
303 content: "\f14c";
304 font-size: 17px;
305 line-height: 19px;
306 width: 13px;
307 margin-left: 2px
308 }
309
310 .misc-pub-acfe-dashboard::before {
311 content: "\f226";
312 font-size: 18px;
313 line-height: 19px;
314 width: 14px;
315 margin-left: 1px
316 }
317
318 .misc-pub-acfe-warning::before {
319 content: "\f534";
320 font-size: 18px;
321 line-height: 19px;
322 width: 14px;
323 margin-left: 1px
324 }
325
326 .acfe-list-postboxes .postbox>.postbox-header>h2.hndle {
327 cursor: initial
328 }
329
330 .acfe-list-postboxes .postbox>.postbox-header>.handle-actions>.acf-hndle-cog {
331 width: 2.2rem
332 }
333
334 .acfe-list-postboxes .postbox>.postbox-header>.handle-actions>button,
335 .acfe-list-postboxes .postbox>.postbox-header>.handle-actions>span {
336 display: none
337 }
338
339 .acfe-list-postboxes .postbox>.acf-fields>#acf-form-data+.acf-field {
340 border-top: none;
341 margin-top: 0
342 }
343
344 .acfe-list-postboxes.-side {
345 min-width: auto !important
346 }
347
348 #acfe-clean-meta>.inside {
349 margin: 0 !important;
350 padding: 15px 12px !important
351 }
352
353 .postbox#acfe-acf-custom-fields>.inside,
354 .postbox#acfe-wp-custom-fields>.inside {
355 padding: 0;
356 margin: 0
357 }
358
359 .postbox#acfe-acf-custom-fields>.inside .wp-list-table,
360 .postbox#acfe-wp-custom-fields>.inside .wp-list-table {
361 border: 0
362 }
363
364 .postbox#acfe-acf-custom-fields>.inside .wp-list-table .col-name,
365 .postbox#acfe-wp-custom-fields>.inside .wp-list-table .col-name {
366 width: 30%
367 }
368
369 .postbox#acfe-acf-custom-fields>.inside .wp-list-table .col-value,
370 .postbox#acfe-wp-custom-fields>.inside .wp-list-table .col-value {
371 width: auto
372 }
373
374 .postbox#acfe-acf-custom-fields>.inside .wp-list-table .col-field-type,
375 .postbox#acfe-wp-custom-fields>.inside .wp-list-table .col-field-type {
376 width: 100px
377 }
378
379 .postbox#acfe-acf-custom-fields>.inside .wp-list-table .col-field-group,
380 .postbox#acfe-wp-custom-fields>.inside .wp-list-table .col-field-group {
381 width: 120px
382 }
383
384 .postbox#acfe-acf-custom-fields>.inside .wp-list-table .col-autoload,
385 .postbox#acfe-wp-custom-fields>.inside .wp-list-table .col-autoload {
386 width: 65px
387 }
388
389 .postbox#acfe-acf-custom-fields>.inside .wp-list-table tbody tr,
390 .postbox#acfe-wp-custom-fields>.inside .wp-list-table tbody tr {
391 -webkit-transition: background-color .5s linear;
392 -o-transition: background-color .5s linear;
393 transition: background-color .5s linear
394 }
395
396 .postbox#acfe-acf-custom-fields>.inside .wp-list-table tbody tr.updated,
397 .postbox#acfe-wp-custom-fields>.inside .wp-list-table tbody tr.updated {
398 background: rgba(34, 113, 177, .2)
399 }
400
401 .postbox#acfe-acf-custom-fields>.inside .wp-list-table tbody tr.deleted,
402 .postbox#acfe-wp-custom-fields>.inside .wp-list-table tbody tr.deleted {
403 background: #faafaa
404 }
405
406 .postbox#acfe-acf-custom-fields+.acfe-dev-bulk,
407 .postbox#acfe-wp-custom-fields+.acfe-dev-bulk {
408 padding-top: 0;
409 margin-top: -8px;
410 margin-bottom: 20px
411 }
412
413 .postbox#acfe-acf-custom-fields+.acfe-dev-bulk:last-child,
414 .postbox#acfe-wp-custom-fields+.acfe-dev-bulk:last-child {
415 margin-bottom: 0
416 }
417
418 .postbox#acfe-acf-custom-fields em,
419 .postbox#acfe-wp-custom-fields em {
420 color: #aaa
421 }
422
423 .postbox#acfe-acf-custom-fields .acfe-dev-meta-count,
424 .postbox#acfe-wp-custom-fields .acfe-dev-meta-count {
425 background: #72777c;
426 padding: 1px 5px;
427 border-radius: 4px;
428 color: #fff;
429 margin-left: 7px;
430 font-size: 12px;
431 margin-right: auto
432 }
433
434 .postbox#acfe-acf-custom-fields pre,
435 .postbox#acfe-wp-custom-fields pre {
436 max-height: 200px;
437 overflow: auto;
438 white-space: pre
439 }
440
441 .postbox#acfe-acf-custom-fields pre.raw,
442 .postbox#acfe-wp-custom-fields pre.raw {
443 white-space: unset;
444 margin-top: 10px;
445 max-width: 100%
446 }
447
448 @media only screen and (max-width:1100px) {
449
450 .postbox#acfe-acf-custom-fields thead,
451 .postbox#acfe-wp-custom-fields thead {
452 display: none
453 }
454
455 .postbox#acfe-acf-custom-fields tbody tr,
456 .postbox#acfe-wp-custom-fields tbody tr {
457 display: -webkit-box;
458 display: -ms-flexbox;
459 display: flex;
460 -ms-flex-wrap: wrap;
461 flex-wrap: wrap
462 }
463
464 .postbox#acfe-acf-custom-fields tbody td,
465 .postbox#acfe-acf-custom-fields tbody th,
466 .postbox#acfe-wp-custom-fields tbody td,
467 .postbox#acfe-wp-custom-fields tbody th {
468 display: block
469 }
470
471 .postbox#acfe-acf-custom-fields tbody td:first-of-type,
472 .postbox#acfe-wp-custom-fields tbody td:first-of-type {
473 -webkit-box-flex: 1;
474 -ms-flex: 1;
475 flex: 1
476 }
477
478 @media only screen and (max-width:850px) {
479
480 .postbox#acfe-acf-custom-fields tbody td:first-of-type,
481 .postbox#acfe-wp-custom-fields tbody td:first-of-type {
482 line-height: 2.2
483 }
484 }
485
486 .postbox#acfe-acf-custom-fields tbody td:first-of-type strong,
487 .postbox#acfe-wp-custom-fields tbody td:first-of-type strong {
488 display: inline-block;
489 word-break: break-all
490 }
491
492 .postbox#acfe-acf-custom-fields tbody td:first-of-type .row-actions,
493 .postbox#acfe-wp-custom-fields tbody td:first-of-type .row-actions {
494 display: inline-block;
495 padding: 0;
496 float: right
497 }
498
499 @media only screen and (max-width:850px) {
500
501 .postbox#acfe-acf-custom-fields tbody td:first-of-type .row-actions,
502 .postbox#acfe-wp-custom-fields tbody td:first-of-type .row-actions {
503 left: auto
504 }
505 }
506
507 .postbox#acfe-acf-custom-fields tbody td:first-of-type .row-actions .delete,
508 .postbox#acfe-acf-custom-fields tbody td:first-of-type .row-actions a,
509 .postbox#acfe-wp-custom-fields tbody td:first-of-type .row-actions .delete,
510 .postbox#acfe-wp-custom-fields tbody td:first-of-type .row-actions a {
511 padding: 0
512 }
513
514 .postbox#acfe-acf-custom-fields tbody td:nth-child(3),
515 .postbox#acfe-wp-custom-fields tbody td:nth-child(3) {
516 -webkit-box-flex: 1;
517 -ms-flex: 1 1 100%;
518 flex: 1 1 100%
519 }
520 }
521
522 .acf-settings-wrap .acf-box {
523 margin: 16px 0
524 }
525
526 .acf-box .title {
527 padding: 8px 12px
528 }
529
530 .acf-box .title h3 {
531 line-height: 1.48
532 }
533
534 .acfe-module.acfe-module-post #minor-publishing-actions,
535 .acfe-module.acfe-module-post #misc-publishing-actions #visibility,
536 .acfe-module.acfe-module-post #misc-publishing-actions .edit-post-status,
537 .acfe-module.acfe-module-post #misc-publishing-actions .edit-timestamp {
538 display: none !important
539 }
540
541 .acfe-module.acfe-module-post .acfe-misc-export {
542 padding-top: 2px
543 }
544
545 .acfe-module.acfe-module-post .acfe-misc-export span.dashicons {
546 font-size: 18px;
547 color: #82878c;
548 line-height: 1.2;
549 width: 18px;
550 margin-right: 4px
551 }
552
553 .acfe-module.acfe-module-post.post-new-php .acfe-misc-export {
554 display: none
555 }
556
557 .acfe-module.acfe-module-posts .status-acf-disabled .column-title a,
558 .acfe-module.acfe-module-posts .status-acf-disabled .column-title code {
559 color: #555 !important
560 }
561
562 .acfe-module.acfe-module-posts .status-acf-disabled .column-title strong {
563 color: #a0a5aa
564 }
565
566 .acfe-module.acfe-module-posts .column-acfe-autoload,
567 .acfe-module.acfe-module-posts .column-acfe-position,
568 .acfe-module.acfe-module-posts .column-acfe-posts,
569 .acfe-module.acfe-module-posts .column-acfe-terms {
570 width: 120px
571 }
572
573 .acfe-module.acfe-module-posts .column-acfe-post-id {
574 width: 200px
575 }
576
577 .acfe-module.acfe-module-posts .column-acfe-name {
578 width: 15%
579 }
580
581 .acfe-module.acfe-module-posts .column-acfe-load {
582 width: 70px;
583 -webkit-box-sizing: border-box;
584 box-sizing: border-box
585 }
586
587 .acfe-module.acfe-module-posts .column-acfe-autosync-json,
588 .acfe-module.acfe-module-posts .column-acfe-autosync-php {
589 width: 90px;
590 -webkit-box-sizing: border-box;
591 box-sizing: border-box
592 }
593
594 ul.acfe-module-export-choices {
595 -webkit-column-width: 200px;
596 -moz-column-width: 200px;
597 column-width: 200px
598 }
599
600 .wrap .acfe-edit-module-button {
601 display: inline-block;
602 padding-left: 4px;
603 padding-right: 4px
604 }
605
606 .wrap .acfe-edit-module-button:active {
607 padding-left: 4px;
608 padding-right: 4px
609 }
610
611 .wrap .acfe-edit-module-button span {
612 font-size: 16px;
613 vertical-align: text-top;
614 height: 15px;
615 width: 19px;
616 line-height: 19px
617 }
618
619 #acfe-author>.inside {
620 margin: 0;
621 padding: 0
622 }
623
624 #acfe-author>.inside>.acf-field {
625 margin: 0;
626 padding: 15px 12px
627 }
628
629 .wp-list-table .column-acfe-load {
630 width: 70px
631 }
632
633 .wp-list-table .column-acfe-source {
634 width: 150px
635 }
636
637 .wp-list-table .column-acfe-autosync-json,
638 .wp-list-table .column-acfe-autosync-php {
639 width: 90px;
640 text-align: center !important
641 }
642
643 .wp-list-table .column-acfe-autosync-json .secondary,
644 .wp-list-table .column-acfe-autosync-php .secondary {
645 color: #ccc
646 }
647
648 .wp-list-table .column-acfe-autosync-json .dashicons-warning,
649 .wp-list-table .column-acfe-autosync-php .dashicons-warning {
650 font-size: 15px;
651 vertical-align: middle
652 }
653
654 .wp-list-table .column-acfe-autosync-json .dashicons-update,
655 .wp-list-table .column-acfe-autosync-php .dashicons-update {
656 font-size: 18px
657 }
658
659 .wp-list-table .column-acfe-autosync-json .dashicons+.dashicons-warning,
660 .wp-list-table .column-acfe-autosync-php .dashicons+.dashicons-warning {
661 margin-left: -3px
662 }
663
664 .wp-list-table .column-acfe-autosync-json a:focus,
665 .wp-list-table .column-acfe-autosync-php a:focus {
666 -webkit-box-shadow: none;
667 box-shadow: none
668 }
669
670 .acf-field[data-name=acfe_autosync] .dashicons-warning {
671 color: #ccc;
672 font-size: 15px;
673 height: 15px;
674 vertical-align: text-bottom
675 }
676
677 .acfe-module.acfe-module-form.acfe-module-post .layout[data-layout=email] .acf-field[data-name=content_shortcode] {
678 border-left: none;
679 padding-top: 18px;
680 padding-left: 0
681 }
682
683 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=actions]>.acf-input>.acf-flexible-content>.acf-actions.acf-fc-top-actions {
684 display: none
685 }
686
687 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=actions]>.acf-input>.acf-flexible-content>.values>.layout>.acf-fc-layout-actions-wrap [data-name=more-layout-actions] {
688 display: none
689 }
690
691 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=fields]>.acf-input>.acf-fields>.acf-field,
692 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=form]>.acf-input>.acf-fields>.acf-field {
693 border: 0
694 }
695
696 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=form]>.acf-input>.acf-fields>.acf-field>.acf-input>.acf-input-prepend {
697 width: 82px
698 }
699
700 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=form]>.acf-input>.acf-fields>.acf-field[data-name=class],
701 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=form]>.acf-input>.acf-fields>.acf-field[data-name=id] {
702 padding-left: 0
703 }
704
705 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=fields]>.acf-input>.acf-fields>.acf-field>.acf-input>.acf-input-prepend {
706 width: 82px
707 }
708
709 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=fields]>.acf-input>.acf-fields>.acf-field[data-name=class],
710 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=fields]>.acf-input>.acf-fields>.acf-field[data-name=instruction],
711 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=fields]>.acf-input>.acf-fields>.acf-field[data-name=wrapper_class] {
712 padding-left: 0
713 }
714
715 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=fields]>.acf-input>.acf-fields>.acf-field[data-name=instruction],
716 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=fields]>.acf-input>.acf-fields>.acf-field[data-name=label] {
717 padding-top: 0
718 }
719
720 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-type=acfe_dynamic_render][data-key*="_doc"] {
721 padding: 0 !important;
722 border: 0 !important;
723 position: absolute !important;
724 top: 12px;
725 right: 11px;
726 z-index: 3
727 }
728
729 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-type=acfe_dynamic_render][data-key*="_doc"]::before {
730 background: 0 0 !important;
731 border: 0 !important
732 }
733
734 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-type=acfe_dynamic_render][data-key*="_doc"]>.acf-label {
735 min-height: 0 !important
736 }
737
738 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-type=acfe_dynamic_render][data-key*="_doc"]>.acf-input {
739 float: none !important;
740 width: auto !important;
741 padding: 0 !important
742 }
743
744 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-type=acfe_dynamic_render][data-key*="_doc"]>.acf-input a:hover {
745 text-decoration: none
746 }
747
748 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-type=acfe_dynamic_render][data-key*="_doc"]+.acf-field,
749 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-type=acfe_dynamic_render][data-key*="_doc"]+.acf-tab-wrap>.acf-tab-group {
750 border-top: 0
751 }
752
753 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=load_acf_fields],
754 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=save_acf_fields] {
755 padding: 0
756 }
757
758 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=load_acf_fields]>.acf-label,
759 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=save_acf_fields]>.acf-label {
760 padding: 15px 12px
761 }
762
763 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=load_acf_fields]>.acf-input,
764 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=save_acf_fields]>.acf-input {
765 padding: 0
766 }
767
768 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=load_acf_fields]>.acf-input>ul,
769 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=save_acf_fields]>.acf-input>ul {
770 border: 0
771 }
772
773 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=load_acf_fields]>.acf-input>ul>li>strong,
774 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=save_acf_fields]>.acf-input>ul>li>strong {
775 display: block;
776 padding: 15px 12px 8px;
777 line-height: 1.4;
778 margin-top: 0
779 }
780
781 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=load_acf_fields]>.acf-input>ul>li>ul>li label,
782 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=save_acf_fields]>.acf-input>ul>li>ul>li label {
783 display: block;
784 padding: 8px 12px;
785 border-bottom: 1px solid #e1e1e1
786 }
787
788 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=load_acf_fields]>.acf-input>ul>li>ul>li:last-child label,
789 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=save_acf_fields]>.acf-input>ul>li>ul>li:last-child label {
790 border-bottom: 0
791 }
792
793 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=load_acf_fields]>.acf-input>ul>li>ul>li input,
794 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=save_acf_fields]>.acf-input>ul>li>ul>li input {
795 margin-right: 7px
796 }
797
798 .acfe-module.acfe-module-form.acfe-module-post .acf-field>.acf-input.acfe-display-related-message>:not(.related-message):not(.append-terms) {
799 display: none
800 }
801
802 .acfe-module.acfe-module-form.acfe-module-post .acf-field>.acf-input.acfe-display-related-message .related-message {
803 font-size: 14px
804 }
805
806 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=save_post_terms]>.acf-input {
807 display: -webkit-box;
808 display: -ms-flexbox;
809 display: flex
810 }
811
812 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=save_post_terms]>.acf-input .select2.select2-container {
813 -webkit-box-ordinal-group: 1;
814 -ms-flex-order: 0;
815 order: 0;
816 width: 83% !important
817 }
818
819 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=save_post_terms]>.acf-input .related-message {
820 -webkit-box-ordinal-group: 2;
821 -ms-flex-order: 1;
822 order: 1
823 }
824
825 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=save_post_terms]>.acf-input .acf-input.append-terms {
826 -webkit-box-ordinal-group: 3;
827 -ms-flex-order: 2;
828 order: 2;
829 margin-top: 3px;
830 width: 17%;
831 padding-left: 15px
832 }
833
834 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=save_post_terms]>.acf-input.acfe-display-related-message .acf-input.append-terms {
835 margin-top: 0
836 }
837
838 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=save_post_terms]>.acf-input.acfe-display-related-message .related-message {
839 width: 83%
840 }
841
842 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=content_editor],
843 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=content_html],
844 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=description_custom],
845 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=parent_custom],
846 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=post_author_custom],
847 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=post_content_custom],
848 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=post_date_custom],
849 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=post_excerpt_custom],
850 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=post_parent_custom],
851 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=post_thumbnail_custom],
852 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=source_custom],
853 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=target_custom] {
854 border-top: 0;
855 padding-top: 0
856 }
857
858 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=files]>.acf-input .acf-actions,
859 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=files_static]>.acf-input .acf-actions {
860 text-align: left
861 }
862
863 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=files]>.acf-input .acf-actions .acf-button,
864 .acfe-module.acfe-module-form.acfe-module-post .acf-field[data-name=files_static]>.acf-input .acf-actions .acf-button {
865 float: none
866 }
867
868 .acfe-module.acfe-module-form.acfe-module-post .select2-results__options .loading-results,
869 .acfe-module.acfe-module-form.acfe-module-post .select2-results__options .select2-results__message {
870 display: none
871 }
872
873 .settings_page_acfe-options .column-option_id {
874 width: 65px
875 }
876
877 .settings_page_acfe-options .column-option_name {
878 width: 435px
879 }
880
881 .settings_page_acfe-options .column-autoload {
882 width: 100px;
883 text-align: center
884 }
885
886 .settings_page_acfe-options .acf-field-acfe-options-edit-value .acf-label .description code {
887 font-size: 11px;
888 line-height: 1.2;
889 position: absolute;
890 top: 2px;
891 right: 15px
892 }
893
894 #acfe-admin-settings .inside>.acf-field {
895 display: -webkit-box;
896 display: -ms-flexbox;
897 display: flex;
898 padding: 0
899 }
900
901 #acfe-admin-settings .inside>.acf-field>.acf-label {
902 padding-top: 15px;
903 padding-bottom: 15px;
904 float: none;
905 display: block
906 }
907
908 #acfe-admin-settings .inside>.acf-field>.acf-input {
909 display: -webkit-box;
910 display: -ms-flexbox;
911 display: flex;
912 float: none;
913 padding: 0
914 }
915
916 #acfe-admin-settings .inside>.acf-field>.acf-input>div {
917 -webkit-box-flex: 1;
918 -ms-flex: 1 1 50%;
919 flex: 1 1 50%;
920 max-width: 50%;
921 padding: 8px;
922 min-width: 0
923 }
924
925 #acfe-admin-settings .inside>.acf-field>.acf-input>div:nth-child(2) {
926 border-left: 1px solid #eee
927 }
928
929 #acfe-admin-settings .inside>.acf-field>.acf-input .acfe-settings-text {
930 overflow: hidden;
931 -o-text-overflow: ellipsis;
932 text-overflow: ellipsis;
933 white-space: nowrap;
934 max-width: 100%;
935 display: inline-block
936 }
937
938 #acfe-admin-settings .inside>.acf-field>.acf-input .acfe-settings-text>code {
939 font-size: 12px
940 }
941
942 #acfe-admin-settings .inside>.acf-field>.acf-input .dashicons-saved {
943 font-size: 21px;
944 display: inline
945 }
946
947 #acfe-admin-settings .inside>.acf-field>.acf-input .dashicons-no-alt {
948 color: #ccc;
949 font-size: 21px;
950 display: inline
951 }
952
953 #acfe-admin-settings .inside>.acf-field.acfe-settings-thead>.acf-input {
954 padding: 0;
955 border-bottom: 1px solid #eee
956 }
957
958 #acfe-admin-settings .inside>.acf-field.acfe-settings-thead+.acf-field {
959 border-top: 0
960 }
961
962 .acf-postbox.seamless>.inside>.acf-field {
963 padding: 15px 12px
964 }
965
966 .acfe-postbox.acfe-postbox-no-handle h2.hndle {
967 cursor: initial
968 }
969
970 .acfe-postbox.acfe-postbox-no-handle .handlediv {
971 display: none
972 }
973
974 .acfe-postbox-top>.inside {
975 position: relative
976 }
977
978 .acfe-postbox-top>.inside.-border {
979 border: #ccd0d4 solid 1px;
980 background: #fff
981 }
982
983 .acfe-postbox-top>.inside>.acf-field {
984 position: relative;
985 margin: 0;
986 padding: 15px 12px;
987 border-top: #eee solid 1px
988 }
989
990 .acfe-postbox-top>.inside>.acf-field:first-child {
991 border-top: none;
992 margin-top: 0
993 }
994
995 .acfe-postbox-left>.inside {
996 position: relative
997 }
998
999 .acfe-postbox-left>.inside.-border {
1000 border: #ccd0d4 solid 1px;
1001 background: #fff
1002 }
1003
1004 .acfe-postbox-left>.inside:after {
1005 display: block;
1006 clear: both;
1007 content: ""
1008 }
1009
1010 .acfe-postbox-left>.inside>.acf-field {
1011 position: relative;
1012 margin: 0;
1013 border-top: #eee solid 1px;
1014 padding: 15px 0
1015 }
1016
1017 .acfe-postbox-left>.inside>.acf-field:first-child {
1018 border-top: none;
1019 margin-top: 0
1020 }
1021
1022 .acfe-postbox-left>.inside>.acf-field:after {
1023 display: block;
1024 clear: both;
1025 content: ""
1026 }
1027
1028 .acfe-postbox-left>.inside>.acf-field:before {
1029 content: "";
1030 display: block;
1031 position: absolute;
1032 z-index: 0;
1033 background: #f9f9f9;
1034 border-color: #e1e1e1;
1035 border-style: solid;
1036 border-width: 0 1px 0 0;
1037 top: 0;
1038 bottom: 0;
1039 left: 0;
1040 width: 20%
1041 }
1042
1043 .acfe-postbox-left>.inside>.acf-field[data-width] {
1044 float: none;
1045 width: auto !important;
1046 border-left-width: 0 !important;
1047 border-right-width: 0 !important
1048 }
1049
1050 .acfe-postbox-left>.inside>.acf-field>.acf-label {
1051 float: left;
1052 width: 20%;
1053 margin: 0;
1054 padding: 0 12px
1055 }
1056
1057 .acfe-postbox-left>.inside>.acf-field>.acf-input {
1058 float: left;
1059 width: 80%;
1060 margin: 0;
1061 padding: 0 12px
1062 }
1063
1064 .acfe-postbox-left>.inside.-clear>.acf-field {
1065 border: none;
1066 padding: 0;
1067 margin: 15px 0
1068 }
1069
1070 html[dir=rtl] .acfe-postbox-left>.inside>.acf-field:before {
1071 border-width: 0 0 0 1px;
1072 left: auto;
1073 right: 0
1074 }
1075
1076 html[dir=rtl] .acfe-postbox-left>.inside>.acf-field>.acf-label {
1077 float: right
1078 }
1079
1080 html[dir=rtl] .acfe-postbox-left>.inside>.acf-field>.acf-input {
1081 float: right
1082 }
1083
1084 #side-sortables .acfe-postbox-left>.inside>.acf-field:before {
1085 display: none
1086 }
1087
1088 #side-sortables .acfe-postbox-left>.inside>.acf-field>.acf-label {
1089 width: 100%;
1090 margin-bottom: 10px
1091 }
1092
1093 #side-sortables .acfe-postbox-left>.inside>.acf-field>.acf-input {
1094 width: 100%
1095 }
1096
1097 @media screen and (max-width:640px) {
1098 .acfe-postbox-left>.inside>.acf-field:before {
1099 display: none
1100 }
1101
1102 .acfe-postbox-left>.inside>.acf-field>.acf-label {
1103 width: 100%;
1104 margin-bottom: 10px
1105 }
1106
1107 .acfe-postbox-left>.inside>.acf-field>.acf-input {
1108 width: 100%
1109 }
1110 }
1111
1112 @media screen and (min-width:783px) {
1113
1114 .postbox .handle-order-higher,
1115 .postbox .handle-order-lower {
1116 visibility: hidden
1117 }
1118
1119 .postbox:hover .handle-order-higher,
1120 .postbox:hover .handle-order-lower {
1121 visibility: visible
1122 }
1123 }
1124
1125 body.acfe-wp-6-5 .postbox .handle-actions .acf-hndle-cog {
1126 line-height: 28px;
1127 height: 26px
1128 }
1129
1130 .postbox .handlediv {
1131 width: 1.62rem
1132 }
1133
1134 .postbox .handlediv .toggle-indicator::before {
1135 text-indent: -7px;
1136 top: .1rem
1137 }
1138
1139 .postbox .handle-order-higher,
1140 .postbox .handle-order-lower {
1141 vertical-align: bottom;
1142 width: 1.42rem
1143 }
1144
1145 .postbox .handle-order-higher .order-higher-indicator::before,
1146 .postbox .handle-order-higher .order-lower-indicator::before,
1147 .postbox .handle-order-lower .order-higher-indicator::before,
1148 .postbox .handle-order-lower .order-lower-indicator::before {
1149 font-size: 15px;
1150 top: .23rem
1151 }
1152
1153 #poststuff .stuffbox>h3,
1154 #poststuff h2,
1155 #poststuff h3.hndle {
1156 line-height: 1.48
1157 }
1158
1159 body.is-dragging-metaboxes #acf_after_title-sortables {
1160 outline: 3px dashed #646970;
1161 display: flow-root;
1162 min-height: 60px;
1163 margin-bottom: 3px !important
1164 }
1165
1166 .edit-post-layout__metaboxes:not(:empty) {
1167 background: #f3f4f5;
1168 padding: 10px 10px 0 10px !important
1169 }
1170
1171 .edit-post-layout__metaboxes .edit-post-meta-boxes-area .postbox {
1172 margin-bottom: 10px;
1173 border: 1px solid #e1e1e1
1174 }
1175
1176 .edit-post-layout__metaboxes .edit-post-meta-boxes-area .postbox>.postbox-header {
1177 border-top: 0;
1178 border-bottom: 1px solid #ddd
1179 }
1180
1181 .edit-post-layout__metaboxes .edit-post-meta-boxes-area .postbox>.inside {
1182 border-bottom: 0
1183 }
1184
1185 .edit-post-layout__metaboxes .edit-post-meta-boxes-area .postbox.closed>.postbox-header {
1186 border-bottom: 0
1187 }