Enable auto-upload in FTP configuration and update CSS styles for better layout management

This commit is contained in:
2024-12-23 12:28:20 +01:00
parent cb029c8e79
commit b789889ba8
18 changed files with 9417 additions and 9483 deletions

View File

@@ -1 +1 @@
{"version":3,"sources":["blocklayered.scss","blocklayered.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;EAAA;AAmBE;EACC,cAAA;EACA,WAAA;EACA,cAAA;EACA,kBAAA;EACA,uBAAA;EAEA,yEAAA;EAKA,kBAAA;EACC,eAAA;ACAJ;ADGE;EACC,gBAAA;EACA,wBAAA;EACA,mBAAA;EACA,yBAAA;EACA,yBAAA;EACA,kBAAA;EAEA,+CAAA;ACDH;ADGI;EACC,kBAAA;ACDL;ADMI;EACE,aAAA;ACJN;;ADQA;EACC,aAAA;ACLD;;ADQC;EACC,gBAAA;ACLF","file":"blocklayered.css"}
{"version":3,"sources":["blocklayered.scss","blocklayered.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;EAAA;AAmBE;EACC,cAAA;EACA,WAAA;EACA,cAAA;EACA,kBAAA;EACA,uBAAA;EAEA,yEAAA;EAKA,kBAAA;EACC,eAAA;ACAJ;ADGE;EACC,gBAAA;EACA,wBAAA;EACA,mBAAA;EACA,yBAAA;EACA,yBAAA;EACA,kBAAA;EAEA,+CAAA;ACDH;ADGI;EACC,kBAAA;ACDL;ADMI;EACE,aAAA;ACJN;;ADQA;EACC,aAAA;ACLD;;ADQC;EACC,gBAAA;ACLF","file":"blocklayered.css","sourcesContent":["/**\r\n * Copyright since 2007 PrestaShop SA and Contributors\r\n * PrestaShop is an International Registered Trademark & Property of PrestaShop SA\r\n *\r\n * NOTICE OF LICENSE\r\n *\r\n * This source file is subject to the Academic Free License 3.0 (AFL-3.0)\r\n * that is bundled with this package in the file LICENSE.md.\r\n * It is also available through the world-wide-web at this URL:\r\n * https://opensource.org/licenses/AFL-3.0\r\n * If you did not receive a copy of the license and are unable to\r\n * obtain it through the world-wide-web, please send an email\r\n * to license@prestashop.com so we can send you a copy immediately.\r\n *\r\n * @author PrestaShop SA <contact@prestashop.com>\r\n * @copyright Since 2007 PrestaShop SA and Contributors\r\n * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)\r\n */\r\n.bootstrap {\r\n .filter_list .filter_list_item {\r\n\t display: table;\r\n\t width: 100%;\r\n\t padding: 5px 0;\r\n\t margin-bottom: 4px;\r\n\t background-color: white;\r\n\t -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px, rgba(0, 0, 0, 0.1) 0 -2px 0 inset;\r\n\t box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px, rgba(0, 0, 0, 0.1) 0 -2px 0 inset;\r\n\t -webkit-border-radius: 3px;\r\n\t -moz-border-radius: 3px;\r\n\t -ms-border-radius: 3px;\r\n\t -o-border-radius: 3px;\r\n\t border-radius: 3px;\r\n cursor: pointer;\r\n }\r\n\r\n .filter_panel {\r\n\t min-height: 20px;\r\n\t padding: 7px 7px 0px 7px;\r\n\t margin-bottom: 20px;\r\n\t background-color: #ebebeb;\r\n\t border: 1px solid #d9d9d9;\r\n\t border-radius: 3px;\r\n\t -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\r\n\t box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\r\n\r\n header {\r\n\t margin-bottom: 7px;\r\n }\r\n }\r\n\r\n .prestashop-switch {\r\n span {\r\n display: none;\r\n }\r\n }\r\n}\r\n.sortable-ghost {\r\n\tcolor: orange;\r\n}\r\n#content.bootstrap {\r\n\t.form-group-categories .panel {\r\n\t\tmargin-bottom: 0;\r\n\t}\r\n}\r\n","/**\n * Copyright since 2007 PrestaShop SA and Contributors\n * PrestaShop is an International Registered Trademark & Property of PrestaShop SA\n *\n * NOTICE OF LICENSE\n *\n * This source file is subject to the Academic Free License 3.0 (AFL-3.0)\n * that is bundled with this package in the file LICENSE.md.\n * It is also available through the world-wide-web at this URL:\n * https://opensource.org/licenses/AFL-3.0\n * If you did not receive a copy of the license and are unable to\n * obtain it through the world-wide-web, please send an email\n * to license@prestashop.com so we can send you a copy immediately.\n *\n * @author PrestaShop SA <contact@prestashop.com>\n * @copyright Since 2007 PrestaShop SA and Contributors\n * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)\n */\n.bootstrap .filter_list .filter_list_item {\n display: table;\n width: 100%;\n padding: 5px 0;\n margin-bottom: 4px;\n background-color: white;\n -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px, rgba(0, 0, 0, 0.1) 0 -2px 0 inset;\n box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px, rgba(0, 0, 0, 0.1) 0 -2px 0 inset;\n -webkit-border-radius: 3px;\n -moz-border-radius: 3px;\n -ms-border-radius: 3px;\n -o-border-radius: 3px;\n border-radius: 3px;\n cursor: pointer;\n}\n.bootstrap .filter_panel {\n min-height: 20px;\n padding: 7px 7px 0px 7px;\n margin-bottom: 20px;\n background-color: #ebebeb;\n border: 1px solid #d9d9d9;\n border-radius: 3px;\n -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\n}\n.bootstrap .filter_panel header {\n margin-bottom: 7px;\n}\n.bootstrap .prestashop-switch span {\n display: none;\n}\n\n.sortable-ghost {\n color: orange;\n}\n\n#content.bootstrap .form-group-categories .panel {\n margin-bottom: 0;\n}"]}

View File

@@ -1 +1 @@
{"version":3,"sources":["facet.scss","facet.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;EAAA;AA2BI;EACE,aAAA;ACRN;ADSM;EACE,iBAAA;ACPR;ADWI;EAfF,wBAAA;EACA,gBAAA;EACA,uBAAA;EACA,mBAAA;ACOF;ADSI;EACE,WAAA;EACA,gBAAA;ACPN;ADQM;;EAEE,SAAA;EACA,eAAA;ACNR;ADQM;EACE,cAAA;ACNR;ADSM;EA/BJ,wBAAA;EACA,gBAAA;EACA,uBAAA;EACA,mBAAA;ACyBF","file":"facet.css"}
{"version":3,"sources":["facet.scss","facet.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;EAAA;AA2BI;EACE,aAAA;ACRN;ADSM;EACE,iBAAA;ACPR;ADWI;EAfF,wBAAA;EACA,gBAAA;EACA,uBAAA;EACA,mBAAA;ACOF;ADSI;EACE,WAAA;EACA,gBAAA;ACPN;ADQM;;EAEE,SAAA;EACA,eAAA;ACNR;ADQM;EACE,cAAA;ACNR;ADSM;EA/BJ,wBAAA;EACA,gBAAA;EACA,uBAAA;EACA,mBAAA;ACyBF","file":"facet.css","sourcesContent":["/**\r\n * Copyright since 2007 PrestaShop SA and Contributors\r\n * PrestaShop is an International Registered Trademark & Property of PrestaShop SA\r\n *\r\n * NOTICE OF LICENSE\r\n *\r\n * This source file is subject to the Academic Free License 3.0 (AFL-3.0)\r\n * that is bundled with this package in the file LICENSE.md.\r\n * It is also available through the world-wide-web at this URL:\r\n * https://opensource.org/licenses/AFL-3.0\r\n * If you did not receive a copy of the license and are unable to\r\n * obtain it through the world-wide-web, please send an email\r\n * to license@prestashop.com so we can send you a copy immediately.\r\n *\r\n * @author PrestaShop SA <contact@prestashop.com>\r\n * @copyright Since 2007 PrestaShop SA and Contributors\r\n * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)\r\n */\r\n@mixin text-ellipsis() {\r\n width: calc(100% - 30px);\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n white-space: nowrap;\r\n}\r\n\r\n#search_filters {\r\n .facet {\r\n .title {\r\n display: flex;\r\n .collapse-icons {\r\n margin-left: auto;\r\n }\r\n }\r\n\r\n .facet-title {\r\n @include text-ellipsis();\r\n }\r\n\r\n .facet-label {\r\n width: 100%;\r\n text-align: left;\r\n .custom-checkbox,\r\n .custom-radio {\r\n top: -7px;\r\n margin-right: 0;\r\n }\r\n .color {\r\n margin-left: 0;\r\n }\r\n\r\n a {\r\n @include text-ellipsis();\r\n }\r\n }\r\n }\r\n}\r\n","/**\n * Copyright since 2007 PrestaShop SA and Contributors\n * PrestaShop is an International Registered Trademark & Property of PrestaShop SA\n *\n * NOTICE OF LICENSE\n *\n * This source file is subject to the Academic Free License 3.0 (AFL-3.0)\n * that is bundled with this package in the file LICENSE.md.\n * It is also available through the world-wide-web at this URL:\n * https://opensource.org/licenses/AFL-3.0\n * If you did not receive a copy of the license and are unable to\n * obtain it through the world-wide-web, please send an email\n * to license@prestashop.com so we can send you a copy immediately.\n *\n * @author PrestaShop SA <contact@prestashop.com>\n * @copyright Since 2007 PrestaShop SA and Contributors\n * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)\n */\n#search_filters .facet .title {\n display: flex;\n}\n#search_filters .facet .title .collapse-icons {\n margin-left: auto;\n}\n#search_filters .facet .facet-title {\n width: calc(100% - 30px);\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n#search_filters .facet .facet-label {\n width: 100%;\n text-align: left;\n}\n#search_filters .facet .facet-label .custom-checkbox,\n#search_filters .facet .facet-label .custom-radio {\n top: -7px;\n margin-right: 0;\n}\n#search_filters .facet .facet-label .color {\n margin-left: 0;\n}\n#search_filters .facet .facet-label a {\n width: calc(100% - 30px);\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}"]}

View File

@@ -1 +1 @@
{"version":3,"sources":["overlay.scss","overlay.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;EAAA;AAkBA;EACE,OAAA;EACA,MAAA;EACA,WAAA;EACA,YAAA;EACA,eAAA;EACA,uCAAA;EACA,YAAA;ACCF;ADCE;EACE,OAAA;EACA,MAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;ACCJ;ADEE;EACE,SAAA;EACA,kBAAA;EACA,QAAA;EACA,gCAAA;ACAJ;ADGE;EACE,WAAA;EACA,YAAA;EACA,qBAAA;EACA,iBAAA;EACA,uCAAA;EACA,sBAAA;EACA,kCAAA;EACA,mBAAA;EACA,mBAAA;ACDJ;;ADKA;EACE;IACE,yBAAA;ECFF;AACF","file":"overlay.css"}
{"version":3,"sources":["overlay.scss","overlay.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;EAAA;AAkBA;EACE,OAAA;EACA,MAAA;EACA,WAAA;EACA,YAAA;EACA,eAAA;EACA,uCAAA;EACA,YAAA;ACCF;ADCE;EACE,OAAA;EACA,MAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;ACCJ;ADEE;EACE,SAAA;EACA,kBAAA;EACA,QAAA;EACA,gCAAA;ACAJ;ADGE;EACE,WAAA;EACA,YAAA;EACA,qBAAA;EACA,iBAAA;EACA,uCAAA;EACA,sBAAA;EACA,kCAAA;EACA,mBAAA;EACA,mBAAA;ACDJ;;ADKA;EACE;IACE,yBAAA;ECFF;AACF","file":"overlay.css","sourcesContent":["/**\r\n * Copyright since 2007 PrestaShop SA and Contributors\r\n * PrestaShop is an International Registered Trademark & Property of PrestaShop SA\r\n *\r\n * NOTICE OF LICENSE\r\n *\r\n * This source file is subject to the Academic Free License 3.0 (AFL-3.0)\r\n * that is bundled with this package in the file LICENSE.md.\r\n * It is also available through the world-wide-web at this URL:\r\n * https://opensource.org/licenses/AFL-3.0\r\n * If you did not receive a copy of the license and are unable to\r\n * obtain it through the world-wide-web, please send an email\r\n * to license@prestashop.com so we can send you a copy immediately.\r\n *\r\n * @author PrestaShop SA <contact@prestashop.com>\r\n * @copyright Since 2007 PrestaShop SA and Contributors\r\n * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)\r\n */\r\n.faceted-overlay {\r\n left: 0;\r\n top: 0;\r\n width: 100%;\r\n height: 100%;\r\n position: fixed;\r\n background-color: rgba(25, 25, 25, 0.5);\r\n z-index: 100;\r\n\r\n .overlay__inner {\r\n left: 0;\r\n top: 0;\r\n width: 100%;\r\n height: 100%;\r\n position: absolute;\r\n }\r\n\r\n .overlay__content {\r\n left: 50%;\r\n position: absolute;\r\n top: 50%;\r\n transform: translate(-50%, -50%);\r\n }\r\n\r\n .spinner {\r\n width: 75px;\r\n height: 75px;\r\n display: inline-block;\r\n border-width: 2px;\r\n border-color: rgba(255, 255, 255, 0.05);\r\n border-top-color: #fff;\r\n animation: spin 1s infinite linear;\r\n border-radius: 100%;\r\n border-style: solid;\r\n }\r\n}\r\n\r\n@keyframes spin {\r\n 100% {\r\n transform: rotate(360deg);\r\n }\r\n}\r\n","/**\n * Copyright since 2007 PrestaShop SA and Contributors\n * PrestaShop is an International Registered Trademark & Property of PrestaShop SA\n *\n * NOTICE OF LICENSE\n *\n * This source file is subject to the Academic Free License 3.0 (AFL-3.0)\n * that is bundled with this package in the file LICENSE.md.\n * It is also available through the world-wide-web at this URL:\n * https://opensource.org/licenses/AFL-3.0\n * If you did not receive a copy of the license and are unable to\n * obtain it through the world-wide-web, please send an email\n * to license@prestashop.com so we can send you a copy immediately.\n *\n * @author PrestaShop SA <contact@prestashop.com>\n * @copyright Since 2007 PrestaShop SA and Contributors\n * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)\n */\n.faceted-overlay {\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n position: fixed;\n background-color: rgba(25, 25, 25, 0.5);\n z-index: 100;\n}\n.faceted-overlay .overlay__inner {\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n position: absolute;\n}\n.faceted-overlay .overlay__content {\n left: 50%;\n position: absolute;\n top: 50%;\n transform: translate(-50%, -50%);\n}\n.faceted-overlay .spinner {\n width: 75px;\n height: 75px;\n display: inline-block;\n border-width: 2px;\n border-color: rgba(255, 255, 255, 0.05);\n border-top-color: #fff;\n animation: spin 1s infinite linear;\n border-radius: 100%;\n border-style: solid;\n}\n\n@keyframes spin {\n 100% {\n transform: rotate(360deg);\n }\n}"]}

View File

@@ -1 +1 @@
{"version":3,"sources":["slider.scss","slider.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;EAAA;AAoBI;EACE,iBAAA;EACA,eAAA;ACDN;ADIE;EACE,gBAAA;ACFJ;ADKI;EACE,YAAA;EACA,YAAA;EACA,gBAAA;EACA,sBAAA;ACHN;ADME;EACE,aAAA;ACJJ","file":"slider.css"}
{"version":3,"sources":["slider.scss","slider.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;EAAA;AAoBI;EACE,iBAAA;EACA,eAAA;ACDN;ADIE;EACE,gBAAA;ACFJ;ADKI;EACE,YAAA;EACA,YAAA;EACA,gBAAA;EACA,sBAAA;ACHN;ADME;EACE,aAAA;ACJJ","file":"slider.css","sourcesContent":["/**\r\n * Copyright since 2007 PrestaShop SA and Contributors\r\n * PrestaShop is an International Registered Trademark & Property of PrestaShop SA\r\n *\r\n * NOTICE OF LICENSE\r\n *\r\n * This source file is subject to the Academic Free License 3.0 (AFL-3.0)\r\n * that is bundled with this package in the file LICENSE.md.\r\n * It is also available through the world-wide-web at this URL:\r\n * https://opensource.org/licenses/AFL-3.0\r\n * If you did not receive a copy of the license and are unable to\r\n * obtain it through the world-wide-web, please send an email\r\n * to license@prestashop.com so we can send you a copy immediately.\r\n *\r\n * @author PrestaShop SA <contact@prestashop.com>\r\n * @copyright Since 2007 PrestaShop SA and Contributors\r\n * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)\r\n */\r\n#search_filters {\r\n .ui-slider-horizontal {\r\n .ui-slider-handle {\r\n margin-left: -1px;\r\n cursor: pointer;\r\n }\r\n }\r\n .ui-widget-header {\r\n background: #555;\r\n }\r\n .ui-slider {\r\n .ui-slider-handle {\r\n top: -.45em;\r\n width: 0.4em;\r\n background: #fff;\r\n border: 1px solid #555;\r\n }\r\n }\r\n .ui-slider-horizontal {\r\n height: .4em;\r\n }\r\n}\r\n","/**\n * Copyright since 2007 PrestaShop SA and Contributors\n * PrestaShop is an International Registered Trademark & Property of PrestaShop SA\n *\n * NOTICE OF LICENSE\n *\n * This source file is subject to the Academic Free License 3.0 (AFL-3.0)\n * that is bundled with this package in the file LICENSE.md.\n * It is also available through the world-wide-web at this URL:\n * https://opensource.org/licenses/AFL-3.0\n * If you did not receive a copy of the license and are unable to\n * obtain it through the world-wide-web, please send an email\n * to license@prestashop.com so we can send you a copy immediately.\n *\n * @author PrestaShop SA <contact@prestashop.com>\n * @copyright Since 2007 PrestaShop SA and Contributors\n * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)\n */\n#search_filters .ui-slider-horizontal .ui-slider-handle {\n margin-left: -1px;\n cursor: pointer;\n}\n#search_filters .ui-widget-header {\n background: #555;\n}\n#search_filters .ui-slider .ui-slider-handle {\n top: -0.45em;\n width: 0.4em;\n background: #fff;\n border: 1px solid #555;\n}\n#search_filters .ui-slider-horizontal {\n height: 0.4em;\n}"]}