first commit
This commit is contained in:
178
modules/leobootstrapmenu/views/css/admin/admin.css
Normal file
178
modules/leobootstrapmenu/views/css/admin/admin.css
Normal file
@@ -0,0 +1,178 @@
|
||||
.tree-megamenu{
|
||||
width:350px;
|
||||
float:left;
|
||||
overflow:hidden;
|
||||
margin-right:40px;
|
||||
}
|
||||
td > i {
|
||||
display:block;
|
||||
font-size:11px;
|
||||
}
|
||||
.quickdel{
|
||||
background:url(../../img/edit-delete.png) no-repeat center center;
|
||||
|
||||
}
|
||||
.quickedit{
|
||||
background:url(../../img/edit-rename.png) no-repeat center center;
|
||||
}
|
||||
.quickedit, .quickdel{
|
||||
float:right;
|
||||
width:25px;
|
||||
height:16px;
|
||||
display:block;
|
||||
cursor:hand; cursor:pointer;
|
||||
overflow:hidden;
|
||||
text-indent:-999em;
|
||||
margin:0 5px;
|
||||
}
|
||||
.hide{
|
||||
display:none
|
||||
}
|
||||
.show{
|
||||
display:block
|
||||
}
|
||||
#ajaxloading{
|
||||
position:fixed;
|
||||
top:0;
|
||||
right:0;
|
||||
width:100%;
|
||||
z-index:1200
|
||||
}
|
||||
#ajaxloading > div{
|
||||
margin:12px;
|
||||
}
|
||||
.megamenu-form{
|
||||
float:left;
|
||||
width: 700px;
|
||||
}
|
||||
.megamenu-form label {
|
||||
width: 100px !important;
|
||||
}
|
||||
.megamenu-form .margin-form {
|
||||
padding: 0 0 1em 110px !important;
|
||||
}
|
||||
.placeholder {
|
||||
outline: 1px dashed #4183C4;
|
||||
}
|
||||
|
||||
.mjs-nestedSortable-error {
|
||||
background: #fbe3e4;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
ol {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
ol.sortable, ol.sortable ol {
|
||||
margin: 0 0 0 25px;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
ol.sortable {
|
||||
margin: 4em 0;
|
||||
}
|
||||
|
||||
.sortable li {
|
||||
margin: 5px 0 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.sortable li div {
|
||||
border: 1px solid #d4d4d4;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
border-color: #D4D4D4 #D4D4D4 #BCBCBC;
|
||||
padding: 6px;
|
||||
margin: 0;
|
||||
cursor: move;
|
||||
background: #f6f6f6;
|
||||
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
|
||||
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
|
||||
background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
|
||||
background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
|
||||
background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
|
||||
}
|
||||
|
||||
.sortable li.mjs-nestedSortable-branch div {
|
||||
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f0ece9 100%);
|
||||
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#f0ece9 100%);
|
||||
|
||||
}
|
||||
|
||||
.sortable li.mjs-nestedSortable-leaf div {
|
||||
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #bcccbc 100%);
|
||||
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#bcccbc 100%);
|
||||
|
||||
}
|
||||
|
||||
li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
|
||||
border-color: #999;
|
||||
background: #fafafa;
|
||||
}
|
||||
|
||||
.disclose {
|
||||
cursor: pointer;
|
||||
width: 10px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sortable li.mjs-nestedSortable-collapsed > ol {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sortable li.mjs-nestedSortable-branch > div > .disclose {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.sortable li.mjs-nestedSortable-collapsed > div > .disclose > span:before {
|
||||
content: '+ ';
|
||||
}
|
||||
|
||||
.sortable li.mjs-nestedSortable-expanded > div > .disclose > span:before {
|
||||
content: '- ';
|
||||
}
|
||||
.leo_load {
|
||||
background: url("../../img/loading.gif") no-repeat scroll 0 0 transparent;
|
||||
display: none;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
/************* CSS WIDGET BLOCK LINKS:: BEGIN*********************/
|
||||
.link_group.new
|
||||
{
|
||||
background-color:#4880D2 !important;
|
||||
}
|
||||
|
||||
.link_group
|
||||
{
|
||||
-moz-transition:background-color 1.5s;
|
||||
-webkit-transition:background-color 1.5s;
|
||||
-o-transition:background-color 1.5s;
|
||||
transition:background-color 1.5s;
|
||||
}
|
||||
|
||||
.copy_lang_value
|
||||
{
|
||||
margin: 5px 0 0 5px;
|
||||
}
|
||||
|
||||
.form-group .btn.btn-primary.duplicate_link
|
||||
{
|
||||
margin-right: 10px;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.btn.btn-info.copy_lang_value
|
||||
{
|
||||
clear: both;
|
||||
float: left;
|
||||
}
|
||||
/************* CSS WIDGET BLOCK LINKS:: END*********************/
|
||||
302
modules/leobootstrapmenu/views/css/admin/form.css
Normal file
302
modules/leobootstrapmenu/views/css/admin/form.css
Normal file
@@ -0,0 +1,302 @@
|
||||
#myTab{
|
||||
margin-left: 120px;
|
||||
}
|
||||
|
||||
.tree-megamenu{
|
||||
width:350px;
|
||||
float:left;
|
||||
overflow:hidden;
|
||||
margin-right:40px;
|
||||
}
|
||||
td > i {
|
||||
display:block;
|
||||
font-size:11px;
|
||||
}
|
||||
#content .ui-widget-header{
|
||||
background: none;
|
||||
border-bottom: solid 1px #ECECEC;
|
||||
font-weight: bold;
|
||||
}
|
||||
#content .ui-widget-header a{
|
||||
font-weight: bold;
|
||||
}
|
||||
#content .ui-widget-content{
|
||||
border: none;
|
||||
}
|
||||
|
||||
.megamenu-form input, .megamenu-form select{
|
||||
padding: 5px 6px;
|
||||
min-width: 100px
|
||||
}
|
||||
.quickdel{
|
||||
background:url(../../img/edit-delete.png) no-repeat center center;
|
||||
}
|
||||
.quickedit{
|
||||
background:url(../../img/edit-rename.png) no-repeat center center;
|
||||
}
|
||||
table.table{
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
table.table tr td{
|
||||
border-bottom: dotted 1px #CCC
|
||||
}
|
||||
.quickedit, .quickdel, .quickduplicate, .quickselect, .quickactive, .quickdeactive{
|
||||
float:right;
|
||||
width:25px;
|
||||
height:16px;
|
||||
display:block;
|
||||
cursor:hand; cursor:pointer;
|
||||
overflow:hidden;
|
||||
text-indent:-999em;
|
||||
margin:0 5px;
|
||||
}
|
||||
|
||||
.quickduplicate{
|
||||
background:url(../../img/duplicate.png) no-repeat center center;
|
||||
}
|
||||
.quickactive{
|
||||
background:url(../../img/disabled.gif) no-repeat center center;
|
||||
}
|
||||
.quickdeactive{
|
||||
background:url(../../img/enabled.gif) no-repeat center center;
|
||||
}
|
||||
.hide{
|
||||
display:none
|
||||
}
|
||||
.show{
|
||||
display:block
|
||||
}
|
||||
#ajaxloading{
|
||||
position:fixed;
|
||||
top:0;
|
||||
right:0;
|
||||
width:100%;
|
||||
z-index:1200
|
||||
}
|
||||
#ajaxloading > div{
|
||||
margin:12px;
|
||||
}
|
||||
.megamenu-form{
|
||||
float:left;
|
||||
width: 700px;
|
||||
}
|
||||
.megamenu-form label {
|
||||
width: 100px !important;
|
||||
}
|
||||
.megamenu-form .margin-form {
|
||||
padding: 0 0 1em 110px !important;
|
||||
}
|
||||
.placeholder {
|
||||
outline: 1px dashed #4183C4;
|
||||
}
|
||||
|
||||
.mjs-nestedSortable-error {
|
||||
background: #fbe3e4;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
ol {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
ol.sortable, ol.sortable ol {
|
||||
margin: 0 0 0 25px;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
ol.sortable {
|
||||
margin: 2em 0;
|
||||
}
|
||||
|
||||
.sortable li {
|
||||
margin: 5px 0 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.sortable li div {
|
||||
border: 1px solid #d4d4d4;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
border-color: #D4D4D4 #D4D4D4 #BCBCBC;
|
||||
padding: 6px;
|
||||
margin: 0;
|
||||
cursor: move;
|
||||
background: #f6f6f6;
|
||||
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
|
||||
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
|
||||
background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
|
||||
background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
|
||||
background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
|
||||
}
|
||||
|
||||
.sortable li.mjs-nestedSortable-branch div {
|
||||
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f0ece9 100%);
|
||||
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#f0ece9 100%);
|
||||
}
|
||||
|
||||
.sortable li.mjs-nestedSortable-leaf div {
|
||||
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #bcccbc 100%);
|
||||
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#bcccbc 100%);
|
||||
}
|
||||
|
||||
li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
|
||||
border-color: #999;
|
||||
background: #fafafa;
|
||||
}
|
||||
li.selected > div {
|
||||
border: solid 1px #D9534F
|
||||
}
|
||||
.disclose {
|
||||
cursor: pointer;
|
||||
width: 10px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sortable li.mjs-nestedSortable-collapsed > ol {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sortable li.mjs-nestedSortable-branch > div > .disclose {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.sortable li.mjs-nestedSortable-collapsed > div > .disclose > span:before {
|
||||
content: '+ ';
|
||||
}
|
||||
|
||||
.sortable li.mjs-nestedSortable-expanded > div > .disclose > span:before {
|
||||
content: '- ';
|
||||
}
|
||||
.leo_load {
|
||||
background: url("../../img/loading.gif") no-repeat scroll 0 0 transparent;
|
||||
display: none;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
.table.table-green tr th{
|
||||
background: #f3f3f3;
|
||||
padding: 12px 6px
|
||||
}
|
||||
.table.table-green tr td{
|
||||
padding: 9px 6px;
|
||||
}
|
||||
.pull-right{
|
||||
float: right;
|
||||
}
|
||||
|
||||
#image-images-thumbnails img{
|
||||
max-width: 100%
|
||||
}
|
||||
/*************** update group BEGIN************************/
|
||||
.clearfix::after {
|
||||
clear: both;
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
line-height: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
ul.leo-col-class li {
|
||||
display: inline-block;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
ul.leo-col-class
|
||||
{
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.group-wrapper
|
||||
{
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.group-header
|
||||
{
|
||||
padding-bottom: 5px;
|
||||
border-bottom: 1px solid #40C9ED;
|
||||
}
|
||||
|
||||
#groupLayer .group-footer
|
||||
{
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#groupLayer .group-footer.import-group
|
||||
{
|
||||
padding-right: 20px;
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
#groupLayer .group-footer.import-widgets{
|
||||
padding-left: 20px;
|
||||
}
|
||||
#groupLayer .group-footer.import-group{
|
||||
border-right: 1px solid #40C9ED;
|
||||
}
|
||||
}
|
||||
.export-widgets
|
||||
{
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.group-wrapper ol>li
|
||||
{
|
||||
height: 40px;
|
||||
border-radius: 5px;
|
||||
margin-top: 5px;
|
||||
-moz-border-bottom-colors: none;
|
||||
-moz-border-left-colors: none;
|
||||
-moz-border-right-colors: none;
|
||||
-moz-border-top-colors: none;
|
||||
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%) repeat scroll 0 0;
|
||||
border-color: #d4d4d4 #d4d4d4 #bcbcbc;
|
||||
border-image: none;
|
||||
border-radius: 3px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
cursor: move;
|
||||
|
||||
}
|
||||
.group-wrapper .placeholder
|
||||
{
|
||||
border: none;
|
||||
background: none;
|
||||
}
|
||||
.group-wrapper ol>li>div
|
||||
{
|
||||
line-height: 40px;
|
||||
}
|
||||
.group-wrapper ol, .group-header ol
|
||||
{
|
||||
padding-left: 0px;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.group-wrapper .btn-group.pull-right
|
||||
{
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
.tree-group li.mjs-nestedSortable-branch div {
|
||||
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f0ece9 100%);
|
||||
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#f0ece9 100%);
|
||||
}
|
||||
|
||||
.tree-group li.mjs-nestedSortable-leaf div {
|
||||
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #bcccbc 100%);
|
||||
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#bcccbc 100%);
|
||||
}
|
||||
/*************** update group END************************/
|
||||
36
modules/leobootstrapmenu/views/css/admin/index.php
Normal file
36
modules/leobootstrapmenu/views/css/admin/index.php
Normal file
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
/*
|
||||
* 2007-2012 PrestaShop
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License (AFL 3.0)
|
||||
* that is bundled with this package in the file LICENSE.txt.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* http://opensource.org/licenses/afl-3.0.php
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please refer to http://www.prestashop.com for more information.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright 2007-2012 PrestaShop SA
|
||||
* @version Release: $Revision: 13573 $
|
||||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
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;
|
||||
@@ -0,0 +1,15 @@
|
||||
.jscom, .mix htcom { color: #4040c2; }
|
||||
.com { color: green; }
|
||||
.regexp { color: maroon; }
|
||||
.string { color: teal; }
|
||||
.keywords { color: blue; }
|
||||
.global { color: #008; }
|
||||
.numbers { color: #880; }
|
||||
.comm { color: green; }
|
||||
.tag { color: blue; }
|
||||
.entity { color: blue; }
|
||||
.string { color: teal; }
|
||||
.aname { color: maroon; }
|
||||
.avalue { color: maroon; }
|
||||
.jquery { color: #00a; }
|
||||
.plugin { color: red; }
|
||||
@@ -0,0 +1,47 @@
|
||||
/**********************************
|
||||
|
||||
Name: cmxform Styles
|
||||
|
||||
***********************************/
|
||||
form.cmxform {
|
||||
width: 370px;
|
||||
font-size: 1.0em;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
form.cmxform legend {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
form.cmxform legend, form.cmxform label {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
form.cmxform fieldset {
|
||||
border: none;
|
||||
border-top: 1px solid #C9DCA6;
|
||||
background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
|
||||
background-color: #F8FDEF;
|
||||
}
|
||||
|
||||
form.cmxform fieldset fieldset {
|
||||
background: none;
|
||||
}
|
||||
|
||||
form.cmxform fieldset p, form.cmxform fieldset fieldset {
|
||||
padding: 5px 10px 7px;
|
||||
background: url(../images/cmxform-divider.gif) left bottom repeat-x;
|
||||
}
|
||||
|
||||
form.cmxform label.error, label.error {
|
||||
/* remove the next line when you have trouble in IE6 with labels in list */
|
||||
color: red;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
}
|
||||
div.error { display: none; }
|
||||
input { border: 1px solid black; }
|
||||
input.checkbox { border: none }
|
||||
input:focus { border: 1px dotted black; }
|
||||
input.error { border: 1px dotted red; }
|
||||
form.cmxform .gray * { color: gray; }
|
||||
@@ -0,0 +1,55 @@
|
||||
/**********************************
|
||||
|
||||
Use: cmxform template
|
||||
|
||||
***********************************/
|
||||
form.cmxform fieldset {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
form.cmxform legend {
|
||||
padding: 0 2px;
|
||||
font-weight: bold;
|
||||
_margin: 0 -7px; /* IE Win */
|
||||
}
|
||||
|
||||
form.cmxform label {
|
||||
display: inline-block;
|
||||
line-height: 1.8;
|
||||
vertical-align: top;
|
||||
cursor: hand;
|
||||
}
|
||||
|
||||
form.cmxform fieldset p {
|
||||
list-style: none;
|
||||
padding: 5px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
form.cmxform fieldset fieldset {
|
||||
border: none;
|
||||
margin: 3px 0 0;
|
||||
}
|
||||
|
||||
form.cmxform fieldset fieldset legend {
|
||||
padding: 0 0 5px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
form.cmxform fieldset fieldset label {
|
||||
display: block;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
form.cmxform label { width: 100px; } /* Width of labels */
|
||||
form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
|
||||
form.cmxform label.error {
|
||||
margin-left: 103px;
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
form.cmxform input.submit {
|
||||
margin-left: 103px;
|
||||
}
|
||||
|
||||
/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */
|
||||
@@ -0,0 +1,21 @@
|
||||
body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }
|
||||
body { margin: 0; padding: 0; font-size: small; color: #333 }
|
||||
h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }
|
||||
h1 { font-size: large }
|
||||
#main { padding: 1em; }
|
||||
#banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
|
||||
background: url(../images/bg.gif) repeat-x; text-align: center }
|
||||
#banner a { color: white; }
|
||||
|
||||
p { margin: 10px 0; }
|
||||
|
||||
li { margin-left: 10px; }
|
||||
|
||||
h3 { margin: 1em 0 0; }
|
||||
|
||||
h1 { font-size: 2em; }
|
||||
h2 { font-size: 1.8em; }
|
||||
h3 { font-size: 1.6em; }
|
||||
h4 { font-size: 1.4em; }
|
||||
h5 { font-size: 1.2em; }
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
/*
|
||||
* 2007-2014 PrestaShop
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Open Software License (OSL 3.0)
|
||||
* that is bundled with this package in the file LICENSE.txt.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* http://opensource.org/licenses/osl-3.0.php
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please refer to http://www.prestashop.com for more information.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright 2007-2014 PrestaShop SA
|
||||
* @version Release: $Revision$
|
||||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
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;
|
||||
@@ -0,0 +1,61 @@
|
||||
/**********************************
|
||||
|
||||
Use: Reset Styles for all browsers
|
||||
|
||||
***********************************/
|
||||
|
||||
body, p, blockquote {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
a img, iframe { border: none; }
|
||||
|
||||
/* Headers
|
||||
------------------------------*/
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
/* Lists
|
||||
------------------------------*/
|
||||
|
||||
ul, ol, dl, li, dt, dd {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Links
|
||||
------------------------------*/
|
||||
|
||||
a, a:link {}
|
||||
a:visited {}
|
||||
a:hover {}
|
||||
a:active {}
|
||||
|
||||
/* Forms
|
||||
------------------------------*/
|
||||
|
||||
form, fieldset {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
fieldset { border: 1px solid #000; }
|
||||
|
||||
legend {
|
||||
padding: 0;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
input, textarea, select {
|
||||
margin: 0;
|
||||
padding: 1px;
|
||||
font-size: 100%;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
select { padding: 0; }
|
||||
@@ -0,0 +1,11 @@
|
||||
/**********************************
|
||||
|
||||
Use: Main Screen Import
|
||||
|
||||
***********************************/
|
||||
|
||||
@import "reset.css";
|
||||
/*@import "core.css";*/
|
||||
|
||||
@import "cmxformTemplate.css";
|
||||
@import "cmxform.css";
|
||||
354
modules/leobootstrapmenu/views/css/admin/liveeditor.css
Normal file
354
modules/leobootstrapmenu/views/css/admin/liveeditor.css
Normal file
@@ -0,0 +1,354 @@
|
||||
.bootstrap .popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; background-color: white; background-clip: padding-box; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); white-space: normal; }
|
||||
.bootstrap .popover.top { margin-top: -10px; }
|
||||
.bootstrap .popover.right { margin-left: 10px; }
|
||||
.bootstrap .popover.bottom { margin-top: 10px; }
|
||||
.bootstrap .popover.left { margin-left: -10px; }
|
||||
.bootstrap .popover-title { margin: 0; padding: 8px 14px; font-size: 12px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; }
|
||||
.bootstrap .popover-content { padding: 9px 14px; }
|
||||
.bootstrap .popover .arrow, .bootstrap .popover .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; }
|
||||
.bootstrap .popover .arrow { border-width: 11px; }
|
||||
.bootstrap .popover .arrow:after { border-width: 10px; content: ""; }
|
||||
.bootstrap .popover.top .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; }
|
||||
.bootstrap .popover.top .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: white; }
|
||||
.bootstrap .popover.right .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); }
|
||||
.bootstrap .popover.right .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: white; }
|
||||
.bootstrap .popover.bottom .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; }
|
||||
.bootstrap .popover.bottom .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: white; }
|
||||
.bootstrap .popover.left .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); }
|
||||
.bootstrap .popover.left .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: white; bottom: -10px; }
|
||||
|
||||
|
||||
#header, #footer,#nav-sidebar, .page-head, #content > .panel {
|
||||
display: none;
|
||||
}
|
||||
body #main{
|
||||
background: #FFF;
|
||||
margin:0;
|
||||
padding: 0
|
||||
}
|
||||
.page-sidebar #content{
|
||||
margin-left: auto;
|
||||
padding: 0!important
|
||||
}
|
||||
.page-content > .panel{
|
||||
display: none;
|
||||
}
|
||||
|
||||
html{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow-y:visible!important;
|
||||
}
|
||||
body {
|
||||
background: #fff;
|
||||
color: #555;
|
||||
line-height: 20px;
|
||||
overflow: auto!important;
|
||||
height: 100%;
|
||||
width:100%;
|
||||
|
||||
}
|
||||
iframe{
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
body a{
|
||||
text-decoration: none;
|
||||
}
|
||||
#menu-toolbars a.btn-action,#menu-toolbars a.btn-action {
|
||||
color: #FFF
|
||||
}
|
||||
table td{
|
||||
font-size: 12px;
|
||||
}
|
||||
.form-setting{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.form-setting input[type="text"]{
|
||||
width: 98%
|
||||
}
|
||||
.form-setting > .arrow{
|
||||
left: 60px!important;
|
||||
}
|
||||
.form-setting h3{
|
||||
cursor:hand;
|
||||
cursor:grab;
|
||||
cursor:-moz-grab;
|
||||
cursor:-webkit-grab;
|
||||
}
|
||||
.form-setting h3 span{
|
||||
cursor: hand;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.leo-widget{
|
||||
position: relative;
|
||||
padding: 16px 12px;
|
||||
margin: 1px 0;
|
||||
border: solid 1px #FCF2F2;
|
||||
}
|
||||
.leo-widget:hover{
|
||||
border-color:#DFB5B4;
|
||||
}
|
||||
.leo-widget .w-setting{
|
||||
background: url(../../img/delete.png) no-repeat center center #DFB5B4;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
z-index: 10000;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left:0px;
|
||||
display: none;
|
||||
cursor: hand;
|
||||
cursor:pointer;
|
||||
}
|
||||
.leo-widget:hover .w-setting{
|
||||
display: block;
|
||||
}
|
||||
.leo-widget .w-name{
|
||||
z-index: 10000;
|
||||
position: absolute;
|
||||
top:0px;
|
||||
right:0px;
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
width: 120px;
|
||||
}
|
||||
.leo-widget .w-name .inject_widget_name{
|
||||
width: 149px;
|
||||
}
|
||||
.leo-widget:hover .w-name{
|
||||
display: block;
|
||||
}
|
||||
.disable-menu .dropdown-menu, .disable-menu .caret{
|
||||
display: none!important;
|
||||
}
|
||||
|
||||
#pav-megamenu-liveedit{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.megamenu-wrap {
|
||||
margin-top: 80px;
|
||||
}
|
||||
.megamenu .menu-desc{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.megamenu li.mega-group > a .caret{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.megamenu ul{
|
||||
margin:0;
|
||||
padding:0
|
||||
}
|
||||
.megamenu ul li{
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
.megamenu .menu-icon{
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.dropdown-submenu > .dropdown-menu {
|
||||
border-radius: 0 6px 6px 6px;
|
||||
left: 100%;
|
||||
margin-left: -1px;
|
||||
margin-top: -6px;
|
||||
top: 0;
|
||||
}
|
||||
li.dropdown-submenu {
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.nav.megamenu > li:last-child {
|
||||
}
|
||||
|
||||
li.parent > div { }
|
||||
.dropdown-menu > li > a:hover,
|
||||
.dropdown-menu > li > a:focus,
|
||||
.dropdown-submenu:hover > a,
|
||||
.dropdown-submenu:focus > a {
|
||||
}
|
||||
.dropdown-submenu > a:after {
|
||||
margin-right: -10px;
|
||||
margin-top: -22px;
|
||||
}
|
||||
|
||||
.megamenu .dropdown-menu{
|
||||
min-width: 250px;
|
||||
}
|
||||
.dropdown-menu-inner .row{
|
||||
margin: 2px 3px;
|
||||
min-height: 40px;
|
||||
|
||||
padding: 5px 0px;
|
||||
border: solid 1px #FFF
|
||||
}
|
||||
.dropdown-menu-inner .row.active, .dropdown-menu-inner .row:hover{
|
||||
border: #F1E7BC solid 1px;
|
||||
background: #FEFBED;
|
||||
}
|
||||
.megamenu .mega-col > div{
|
||||
background: #F8F8F8;
|
||||
border: #F7F7F9 solid 1px;
|
||||
padding: 6px;
|
||||
}
|
||||
.megamenu .mega-col.active > div, .megamenu .mega-col:hover > div {
|
||||
border: solid 1px #D6E9C6; background: #DFF0D8
|
||||
}
|
||||
.megamenu .mega-col.active > div .leo-widget{
|
||||
border-color: #D6E9C6;
|
||||
}
|
||||
|
||||
.megamenu .cols1{
|
||||
min-width:200px;
|
||||
}
|
||||
.megamenu .cols2{
|
||||
min-width:500px;
|
||||
}
|
||||
.megamenu .cols3{
|
||||
min-width:740px;
|
||||
}
|
||||
|
||||
.megamenu .mega-group > a .menu-title {
|
||||
font-size: 110%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.aligned-center .dropdown-menu{
|
||||
left: 50%;
|
||||
transform: translate(-50%);
|
||||
-webkit-transform: translate(-50%);
|
||||
-moz-transform: translate(-50%);
|
||||
-ms-transform: translate(-50%);
|
||||
-o-transform: translate(-50%);
|
||||
}
|
||||
|
||||
.aligned-right .dropdown-menu{
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
.aligned-left .dropdown-menu{
|
||||
|
||||
}
|
||||
|
||||
.megamenu .aligned-fullwidth {
|
||||
position: inherit!important;
|
||||
}
|
||||
|
||||
.aligned-fullwidth .dropdown-menu{
|
||||
width: 100%!important;
|
||||
left: 0;
|
||||
}
|
||||
#leo-progress .progress-bar{
|
||||
background-color:#00AFF0;
|
||||
}
|
||||
|
||||
/****************BEGIN*************************/
|
||||
.megamenu li.disablewidget
|
||||
{
|
||||
background: #BCBCBC;
|
||||
}
|
||||
|
||||
#megamenu-content.vertical
|
||||
{
|
||||
margin: 0 auto;
|
||||
width: 26%;
|
||||
}
|
||||
|
||||
#megamenu-content.vertical .megamenu>li
|
||||
{
|
||||
width: 100%;
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
|
||||
#megamenu-content.vertical.right .megamenu .dropdown-menu, #megamenu-content.vertical.auto .megamenu .dropdown-menu
|
||||
{
|
||||
top:0;
|
||||
right:-88%;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
#megamenu-content.vertical.right .megamenu .dropdown-submenu>.dropdown-menu, #megamenu-content.vertical.auto .megamenu .dropdown-submenu>.dropdown-menu
|
||||
{
|
||||
right:-125%;
|
||||
}
|
||||
|
||||
#megamenu-content.vertical.left .megamenu .dropdown-menu
|
||||
{
|
||||
top:0;
|
||||
left:-88%;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
#megamenu-content.vertical.left .megamenu .dropdown-submenu>.dropdown-menu
|
||||
{
|
||||
left:-125%;
|
||||
}
|
||||
/****************END*************************/
|
||||
.widget-video iframe
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*******************css for loading when preview in liveeditor BEGIN *********/
|
||||
|
||||
.cssload-container {
|
||||
width: 100%;
|
||||
height: 49px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.cssload-speeding-wheel {
|
||||
width: 49px;
|
||||
height: 49px;
|
||||
margin: 0 auto;
|
||||
border: 3px solid rgb(0,0,0);
|
||||
border-radius: 50%;
|
||||
border-left-color: transparent;
|
||||
border-right-color: transparent;
|
||||
animation: cssload-spin 575ms infinite linear;
|
||||
-o-animation: cssload-spin 575ms infinite linear;
|
||||
-ms-animation: cssload-spin 575ms infinite linear;
|
||||
-webkit-animation: cssload-spin 575ms infinite linear;
|
||||
-moz-animation: cssload-spin 575ms infinite linear;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@keyframes cssload-spin {
|
||||
100%{ transform: rotate(360deg); transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
@-o-keyframes cssload-spin {
|
||||
100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
@-ms-keyframes cssload-spin {
|
||||
100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
@-webkit-keyframes cssload-spin {
|
||||
100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
@-moz-keyframes cssload-spin {
|
||||
100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
#page-content{
|
||||
min-height: 1200px;
|
||||
width: 100%;
|
||||
padding-bottom: 100px
|
||||
}
|
||||
|
||||
.leo-widget img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/*******************css for loading when preview in liveeditor END *********/
|
||||
|
||||
Reference in New Issue
Block a user