Initial commit

This commit is contained in:
2019-11-20 07:44:43 +01:00
commit 5bf49c4a81
41188 changed files with 5459177 additions and 0 deletions

View File

@@ -0,0 +1,561 @@
/*
** Fix css bug in the module configuration with bootstrap
*/
body {
font-size:12px!important;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
#content, #content:before, #content:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#content {
padding: 0;
}
/*
** Fix css bug in the module configuration with bootstrap
*/
#content .center-block {
display: table;
margin-left: auto;
margin-right: auto;
}
/****************************************************************/
/****************************************************************/
.bootstrap *, .bootstrap *:before, .bootstrap *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#content {
-webkit-transition-property: margin;
transition-property: margin;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.bootstrap .list-action-enable.action-enabled {
border: solid #79bd3c 1px;
background-color: #93cd60;
}
.bootstrap .list-action-enable.action-disabled {
border: solid #d9534f 1px;
background-color: #e27c79;
}
.bootstrap .list-action-enable {
font-size: 1.3em;
display: inline-block;
width: 30px;
text-align: center;
color: rgba(255, 255, 255, 0.8);
-webkit-border-radius: 3px;
border-radius: 3px;
height: 25px;
}
.bootstrap .list-action-enable i{
padding: 4px;
}
.bootstrap .page-head ul.page-breadcrumb {
position: absolute;
list-style: none;
margin: 0;
padding: 0;
left: 70px;
top: 4px;
height: 20px;
line-height: 20px;
color: black;
background: transparent;
font-size: 12px;
color: rgba(0, 0, 0, 0.5);
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.bootstrap .page-head ul.page-breadcrumb li {
text-transform: capitalize;
}
.bootstrap .breadcrumb > li {
display: inline-block;
}
.bootstrap .page-head ul.page-breadcrumb li:first-child i {
width: 54px;
position: absolute;
left: -60px;
top: 2px;
font-size: 42px;
font-weight: 100;
padding-right: 5px;
color: rgba(0, 0, 0, 0.5);
border-right: solid 1px #73a232;
}
.bootstrap .page-head {
width: 100%;
height: 55px;
padding: 0 10px 0 0;
margin: 0 0 20px 0;
border-bottom: 4px solid #75a139;
position: relative;
left: 0px;
z-index: 499;
background-color: #8fc04d;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0;
box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0;
}
.bootstrap .page-head h2.page-title {
position: relative;
padding: 26px 0 0 70px;
margin: 0;
font-size: 20px;
line-height: 1em;
color: white;
}
.pull-left, .bootstrap .page-head h2.page-title {
float: left !important;
}
.bootstrap .page-head .btn-toolbar {
margin: 0;
padding: 3px 0 0 0;
}
.bootstrap .nav, .bootstrap #header_notifs_icon_wrapper, .bootstrap #header_employee_box, .bootstrap #header_quick {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.pull-right, .panel-heading-action, .bootstrap .panel-heading:not(.modal-title) .panel-heading-action, .bootstrap .panel-heading .panel-heading-action, .bootstrap #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .panel-heading-action, #header_notifs_icon_wrapper .notifs_panel .bootstrap .notifs_panel_header .panel-heading-action {
float: right !important;
}
.bootstrap .toolbarBox {
background: none;
border: none;
border-radius: none;
margin-bottom: 10px;
padding: 0;
}
.bootstrap h3:not(.modal-title), .bootstrap .panel-heading:not(.modal-title) {
border: none;
padding: 0 5px;
margin: -16px -16px 15px -16px;
font-size: 1.2em;
line-height: 30px;
font-weight: 300;
text-transform: uppercase;
background-color: white;
}
.bootstrap h3:not(.modal-title) {
border-bottom: solid 1px #cccccc;
}
.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #content.bootstrap .panel .panel-heading:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #content.bootstrap #dash_version .panel-heading:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn i {
text-align: center;
font-size: 1.4em;
line-height: 30px;
padding: 0 7px;
}
.bootstrap h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #content.bootstrap .panel .panel-heading:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #content.bootstrap #dash_version .panel-heading:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #content.bootstrap .panel-heading .panel-heading-action a.list-toolbar-btn {
float: left;
height: 30px;
color: #00aff0;
border-left: solid 1px #cccccc;
}
.bootstrap h3 a:not(.modal-title) {
padding: 0 5px 0;
/*margin: 0 15px 0;*/
}
.bootstrap .panel-group .panel+.panel {
margin-top: 2em;
}
.bootstrap .tab-pane .panel {
margin: 0;
}
.bootstrap .panel, .bootstrap #header_notifs_icon_wrapper .notifs_panel, #header_notifs_icon_wrapper .bootstrap .notifs_panel {
padding: 20px;
margin: 1.25em 1.25em 0.5em;
border: solid 1px #dfdfdf;
background-color: white;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 0 0 3px inset;
box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 0 0 3px inset;
}
.bootstrap .form-control, .bootstrap input[type="text"], .bootstrap input[type="search"], .bootstrap input[type="password"], .bootstrap textarea, .bootstrap select {
display: block;
width: 100%;
height: 27px;
padding: 4px 8px;
font-size: 12px;
line-height: 1.42857;
color: #555555;
vertical-align: middle;
background-color: white;
background-image: none;
border: 1px solid #cccccc;
border-radius: 3px;
-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);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bootstrap [class^="process-icon-"], .bootstrap [class*=" process-icon-"] {
height: 25px!important;
min-width: 32px;
background-position: center;
background-repeat: no-repeat;
display: block;
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 25px;
line-height: 25px;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
}
.bootstrap .nav-pills > li {
float: left;
}
.bootstrap .nav > li, .bootstrap #header_notifs_icon_wrapper > li, .bootstrap #header_employee_box > li, .bootstrap #header_quick > li {
position: relative;
display: block;
}
.bootstrap .nav-pills > li > a {
border-radius: 3px;
}
.bootstrap .nav > li > a, .bootstrap #header_notifs_icon_wrapper > li > a, .bootstrap #header_employee_box > li > a, .bootstrap #header_quick > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.bootstrap .page-head a {
color: white;
text-decoration: none;
}
.bootstrap .toolbarBox a.toolbar_btn {
text-shadow: none;
border: none;
}
.bootstrap .toolbarBox .process-icon-back {
background-image: none;
}
.bootstrap .toolbarBox .process-icon-help-new {
background-image: none;
}
.bootstrap .toolbar_btn {
position: relative;
padding: 2px 5px !important;
margin-right: 3px;
font-size: 12px;
/*font-weight: 600;*/
color: white;
text-align: center;
text-shadow: none;
}
.bootstrap .nav > li > a:hover, .bootstrap #header_notifs_icon_wrapper > li > a:hover, .bootstrap #header_employee_box > li > a:hover, .bootstrap #header_quick > li > a:hover, .bootstrap .nav > li > a:focus, .bootstrap #header_notifs_icon_wrapper > li > a:focus, .bootstrap #header_employee_box > li > a:focus, .bootstrap #header_quick > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.bootstrap .toolbar_btn:hover {
color: #8fc04d;
border-color: white;
background-color: white !important;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled)>a small {
color: inherit;
}
.bootstrap .multishop_toolbar {
font-size: inherit;
}
.bootstrap label.required:before {
content: "*";
color: red;
font-size: 14px;
position: relative;
line-height: 12px;
}
.module_confirmation, .module_error
{
padding: 15px;
margin-bottom: 17px;
border-radius: 3px;
position: relative;
border: none;
padding-left: 50px;
}
.module_error
{
border-left: solid 3px #e17875;
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.module_confirmation
{
border-left: solid 3px #90cb5c;
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.module_confirmation:before
{
position: absolute;
top: 6px;
display: block;
height: 25px;
width: 25px;
color: #90cb5c;
left: 7px;
}
.module_error:before
{
position: absolute;
top: 6px;
display: block;
height: 25px;
width: 25px;
color: #e17875;
left: 7px;
}
.nav-tabs>li>a {
background: #eeeeee;
}
.switch {
display: block;
height: 26px;
position: relative;
}
.switch input {
position: absolute;
opacity: 0;
}
.switch input:last-of-type:checked ~ a {
left: 50%;
border: solid 1px #d9534f;
background-color: #e27c79;
-webkit-box-shadow: #d9534f 0 -1px 0 inset;
box-shadow: #d9534f 0 -1px 0 inset;
}
.switch a {
display: block;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.switch a {
position: absolute;
top: 0;
left: 0;
padding: 0;
z-index: 1;
width: 50%;
height: 100%;
color: white;
border: solid 1px #5cb85c;
background-color: #80c780;
-webkit-box-shadow: #5cb85c 0 -1px 0 inset;
box-shadow: #5cb85c 0 -1px 0 inset;
}
.prestashop-switch * {
outline: 0 !important;
}
.switch label, .bootstrap .switch > span {
line-height: 26px;
vertical-align: middle;
}
.switch label {
position: relative;
z-index: 2;
float: left;
width: 50%;
height: 100%;
margin: 0;
text-align: center;
}
.prestashop-switch label {
text-transform: uppercase;
color: #bbbbbb;
font-weight: 400;
cursor: pointer;
-webkit-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
.bootstrap .prestashop-switch input:checked + label {
color: white;
}
#modulecontent .alert {
border: 1px solid #DF7B7B;
}
.prestashop-switch {
min-width: 150px;
background-color: #eeeeee;
border-radius: 3px;
color: #333333;
text-align: center;
font-weight: 400;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px 1px inset;
box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px 1px inset;
}
.input-group-addon {
padding: 4px 12px;
}
.bootstrap .btn-group-action .btn-group {
white-space: nowrap;
float: right;
}
.bootstrap .pull-right {
float: right !important;
}
.bootstrap .btn-group, .bootstrap .btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.bootstrap .dropdown-menu > li a {
padding: 5px 10px;
}
.bootstrap .dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857;
color: #333333;
}
.bootstrap .pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.bootstrap .dropdown-menu {
text-align: left;
padding: 5px;
}
.bootstrap .radio label, .bootstrap .checkbox label{
text-align: left;
}
.bootstrap .radio, .bootstrap .checkbox {
margin-top: 0px;
}
/* FONT AWESOME EXTRAS -------------------------- */
.icon-power-off:before, .icon-off:before, .bootstrap .process-icon-off:before { content: "\f011"; }
.icon-trash:before, .bootstrap .process-icon-delete:before, .bootstrap .process-icon-uninstall:before { content: "\f014"; }
.icon-rotate-left:before, .bootstrap .process-icon-reset:before, .icon-undo:before { content: "\f0e2"; }
.icon-anchor:before, .bootstrap .process-icon-anchor:before { content: "\f13d"; }
.icon-circle-arrow-left:before, .bootstrap .process-icon-back:before { content: "\f0a8"; }
.icon-question-circle:before, .bootstrap .process-icon-help-new:before { content: "\f059"; }
.icon-times:before, .icon-remove:before, #content .process-icon-cancel:before {content: "\f00d";}
/* FORCE FONT AWESOME -------------------------- */
.conf:before {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
font-size: 3em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f058";
}
.alert:before {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
font-size: 3em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f071";
}
.panel-footer a:first-child {
margin: 0 5px;
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
#center_column.cdo_error .page-heading, #center_column.cdo_error #opc_account, #center_column.cdo_error #carrier_area, #center_column.cdo_error #opc_payment_methods, #center_column.cdo_error .order_delivery{display:none!important}

View File

@@ -0,0 +1,3 @@
#module_form select, #module_form div.chosen-container{ width: 100% !important; }
#content table.table{ display:none }
#content .clean-module table{ display:table }

View File

@@ -0,0 +1,59 @@
.col-xs-1, .col-sm-1, .col-md-1,
.col-xs-2, .col-sm-2, .col-md-2,
.col-xs-3, .col-sm-3, .col-md-3,
.col-xs-4, .col-sm-4, .col-md-4,
.col-xs-5, .col-sm-5, .col-md-5,
.col-xs-6, .col-sm-6, .col-md-6,
.col-xs-7, .col-sm-7, .col-md-7,
.col-xs-8, .col-sm-8, .col-md-8,
.col-xs-9, .col-sm-9, .col-md-9,
.col-xs-10, .col-sm-10, .col-md-10,
.col-xs-11, .col-sm-11, .col-md-11{
float: left;
min-height: 1px;
padding-left: 8px;
padding-right: 8px;
position: relative;
box-sizing: border-box;
word-wrap: break-word;
list-style : none;
}
.col-xs-1{width: 8.33333%;}
.col-xs-2 {width: 16.66667%;}
.col-xs-3 {width: 25%;}
.col-xs-4 {width: 33.33333%;}
.col-xs-5 {width: 41.66667%;}
.col-xs-6 {width: 50%;}
.col-xs-7 {width: 58.33333%;}
.col-xs-8 {width: 66.66667%;}
.col-xs-9 {width: 75%;}
.col-xs-10 {width: 83.33333%;}
.col-xs-11 {width: 91.66667%;}
.col-xs-12 {width: 100%;}
.col-sm-1{width: 8.33333%;}
.col-sm-2 {width: 16.66667%;}
.col-sm-3 {width: 25%;}
.col-sm-4 {width: 33.33333%;}
.col-sm-5 {width: 41.66667%;}
.col-sm-6 {width: 50%;}
.col-sm-7 {width: 58.33333%;}
.col-sm-8 {width: 66.66667%;}
.col-sm-9 {width: 75%;}
.col-sm-10 {width: 83.33333%;}
.col-sm-11 {width: 91.66667%;}
.col-sm-12 {width: 100%;}
.col-md-1{width: 8.33333%;}
.col-md-2 {width: 16.66667%;}
.col-md-3 {width: 25%;}
.col-md-4 {width: 33.33333%;}
.col-md-5 {width: 41.66667%;}
.col-md-6 {width: 50%;}
.col-md-7 {width: 58.33333%;}
.col-md-8 {width: 66.66667%;}
.col-md-9 {width: 75%;}
.col-md-10 {width: 83.33333%;}
.col-md-11 {width: 91.66667%;}
.col-md-12 {width: 100%;}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,23 @@
<?php
/*
* 2013 - 2015 CleanDev
*
* NOTICE OF LICENSE
*
* This file is proprietary and can not be copied and/or distributed
* without the express permission of CleanDev
*
* @author CleanPresta : www.cleanpresta.com <contact@cleanpresta.com>
* @copyright 2013 - 2015 CleanDev.net
* @license You only can use module, nothing more!
*/
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
header('Cache-Control: no-store, no-cache, must-revalidate');
header('Cache-Control: post-check=0, pre-check=0', false);
header('Pragma: no-cache');
header('Location: ../../../');
exit;