acf
This commit is contained in:
3
media/plg_system_acf/css/acf-backend.css
Normal file
3
media/plg_system_acf/css/acf-backend.css
Normal file
File diff suppressed because one or more lines are too long
3
media/plg_system_acf/css/joomla3.css
Normal file
3
media/plg_system_acf/css/joomla3.css
Normal file
@ -0,0 +1,3 @@
|
||||
.acfupload,.cfup-file{font-size:14px}#attrib-conditions{padding:0}.acf-address-field-location-details input[type="text"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:13px 8px;width:100%}#acfUploadItemEditModal input[type="text"]{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;height:auto}.acf-countdown-item-edit-wrapper .controls{margin:0 !important}.tf-phone-control{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);border-radius:3px;padding:4px 6px}
|
||||
|
||||
|
||||
3
media/plg_system_acf/css/joomla4.css
Normal file
3
media/plg_system_acf/css/joomla4.css
Normal file
@ -0,0 +1,3 @@
|
||||
.nrtoggle{margin:6px 0}
|
||||
|
||||
|
||||
3
media/plg_system_acf/css/responsive_embed.css
Normal file
3
media/plg_system_acf/css/responsive_embed.css
Normal file
@ -0,0 +1,3 @@
|
||||
.acf-responsive-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.acf-responsive-embed iframe,.acf-responsive-embed object,.acf-responsive-embed embed{position:absolute;top:0;left:0;width:100%;height:100%}
|
||||
|
||||
|
||||
6
media/plg_system_acf/data/previewer/.htaccess
Normal file
6
media/plg_system_acf/data/previewer/.htaccess
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
# Block direct PHP access
|
||||
<Files *.php>
|
||||
deny from all
|
||||
</Files>
|
||||
|
||||
1
media/plg_system_acf/data/previewer/index.html
Normal file
1
media/plg_system_acf/data/previewer/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><title></title>
|
||||
2
media/plg_system_acf/js/field_previewer.js
Normal file
2
media/plg_system_acf/js/field_previewer.js
Normal file
File diff suppressed because one or more lines are too long
2
media/plg_system_acf/js/helper.js
Normal file
2
media/plg_system_acf/js/helper.js
Normal file
@ -0,0 +1,2 @@
|
||||
!function(window,document){"use strict";var helper={asyncScript:function(js_script){document.addEventListener("DOMContentLoaded",function(){window.addEventListener("load",function(){eval(js_script)})})},lazyloadIframes:function(){document.querySelectorAll("iframe.lazyload[data-src]").forEach(function(t){t.setAttribute("src",t.getAttribute("data-src")),t.removeAttribute("data-src")})}};window.ACFHelper=helper}(window,document);
|
||||
|
||||
Reference in New Issue
Block a user