first commit
This commit is contained in:
1244
modules/appagebuilder/views/css/admin/form.css
Normal file
1244
modules/appagebuilder/views/css/admin/form.css
Normal file
File diff suppressed because it is too large
Load Diff
46
modules/appagebuilder/views/css/admin/images.css
Normal file
46
modules/appagebuilder/views/css/admin/images.css
Normal file
@@ -0,0 +1,46 @@
|
||||
/*.adminleosliderlayer #main .bootstrap, .adminleosliderlayer #header, .adminleosliderlayer #footer{display: none}
|
||||
.adminleosliderlayer #main{margin: 0;padding: 0}
|
||||
.adminleosliderlayer #content{margin: 0 !important;padding:0 !important}
|
||||
.adminleosliderlayer .page-head{display: none}*/
|
||||
.adminleosliderlayer #header, .adminleosliderlayer #footer, .adminleosliderlayer #nav-sidebar, .page-head{
|
||||
display: none;
|
||||
}
|
||||
.adminappagebuilderimages #header,.adminappagebuilderimages #footer,.adminappagebuilderimages #nav-sidebar,.adminappagebuilderimages .page-head{
|
||||
display: none;
|
||||
}
|
||||
.page-sidebar #content, .adminleosliderlayer #main{margin: 0;padding: 0}
|
||||
#list-imgs {
|
||||
padding-left: 0;
|
||||
padding-bottom: 1px;
|
||||
margin-bottom: 20px;
|
||||
list-style: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
#list-imgs li a{
|
||||
font-size: 11px
|
||||
}
|
||||
#list-imgs li {
|
||||
float: left;
|
||||
width: 20%;
|
||||
height: 115px;
|
||||
padding: 10px 5px;
|
||||
margin: 0 -1px -1px 0;
|
||||
font-size: 12px;
|
||||
line-height: 1.4;
|
||||
text-align: center;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
.img-row{
|
||||
overflow: hidden;
|
||||
height: 80px;
|
||||
}
|
||||
.typos{
|
||||
padding: 10px
|
||||
}
|
||||
.typos-wrap .typo {
|
||||
position: relative;
|
||||
min-height: 60px;
|
||||
}
|
||||
.typos-wrap .typo-big{
|
||||
min-height: 123px
|
||||
}
|
||||
36
modules/appagebuilder/views/css/admin/index.php
Normal file
36
modules/appagebuilder/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;
|
||||
394
modules/appagebuilder/views/css/admin/style.css
Normal file
394
modules/appagebuilder/views/css/admin/style.css
Normal file
@@ -0,0 +1,394 @@
|
||||
.fl {float: left!important;}
|
||||
.fr {float: right!important;}
|
||||
.list-all-hooks a {
|
||||
margin-left: 5px;
|
||||
display: inline-block;
|
||||
}
|
||||
.icon-AdminApPageBuilder:before {
|
||||
content: "\f044";
|
||||
}
|
||||
|
||||
#home_wrapper .position-cover {
|
||||
border: 1px solid #00aff0;
|
||||
box-shadow: 0 0 5px #eee;
|
||||
padding: 5px;
|
||||
margin-bottom: 30px;
|
||||
transition: all 0.3s ease 0s;
|
||||
}
|
||||
#home_wrapper .position-cover:hover {
|
||||
box-shadow: 0 0 5px #bdbdbd;
|
||||
transition: all 0.6s ease 0s;
|
||||
}
|
||||
.position-area {
|
||||
min-height: 100px;
|
||||
clear: both;
|
||||
}
|
||||
.bootstrap .tree-panel-heading-controls {
|
||||
margin: -2px 0 20px!important;
|
||||
}
|
||||
.modal-body {
|
||||
/*overflow: hidden!important;*/
|
||||
}
|
||||
.column-controll-right .btn-group .btn {
|
||||
background-color: #bbb;
|
||||
transition: all 0.2s ease 0s;
|
||||
}
|
||||
.column-controll-right .btn-group .btn:hover {
|
||||
transition: all 0.3s ease 0s;
|
||||
background-color: #333;
|
||||
}
|
||||
.position-cover .list-position span {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: 150px;
|
||||
line-height: 12px;
|
||||
}
|
||||
.box-edit-position {
|
||||
background-color: #fff;
|
||||
box-shadow: 0 0 5px;
|
||||
padding: 20px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
width: 300px;
|
||||
z-index: 1;
|
||||
}
|
||||
.position-cover .list-position i:hover {
|
||||
color: #000!important;
|
||||
}
|
||||
.position-name i {
|
||||
color: #fff;
|
||||
}
|
||||
.modal.ui-draggable {
|
||||
top:0!important;
|
||||
}
|
||||
.item a {
|
||||
display: table-cell;
|
||||
height: 65px !important;
|
||||
vertical-align: middle;
|
||||
padding: 0 10px 0 40px;
|
||||
}
|
||||
.cover-short-code {
|
||||
background-color: #f5f5f5;
|
||||
border: 1px solid transparent;
|
||||
margin: 5px 0;
|
||||
cursor: pointer;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
transition: all 0.2s ease 0s;
|
||||
box-shadow: 0 -2px 0 #e6e6e6 inset;
|
||||
height: 65px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.cover-short-code:hover {
|
||||
background-color: #ededed;
|
||||
transition: all 0.4s ease 0s;
|
||||
color: #333;
|
||||
box-shadow: 0 -2px 0 #bdbdbd inset;
|
||||
}
|
||||
.cover-short-code .icon {
|
||||
left: 20px;
|
||||
position: absolute;
|
||||
top: 35px;
|
||||
}
|
||||
.cover-short-code .label {
|
||||
position: relative;
|
||||
font-weight: bold;
|
||||
color: #0066CC;
|
||||
white-space:normal;
|
||||
padding: 0!important;
|
||||
margin: 0!important;
|
||||
}
|
||||
.cover-short-code:hover .label {
|
||||
color: #333;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.cover-short-code:hover .icon {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
#txt-search {
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
|
||||
border: 1px solid #ccc;
|
||||
background-color: #fff;
|
||||
}
|
||||
#txt-search:hover, #txt-search:focus {
|
||||
box-shadow: 0 -2px 0 #bdbdbd inset!important;
|
||||
background-color: #fff7d0;
|
||||
}
|
||||
.box-search-widget {
|
||||
opacity: 1;
|
||||
float: right;
|
||||
margin-right: 10px;
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
#tab-new-widget {
|
||||
border-bottom: 1px solid #ddd;
|
||||
min-height: 40px;
|
||||
}
|
||||
#modal_form .tab-content {
|
||||
margin-top: 10px;
|
||||
}
|
||||
#modal_form .btn.is-checked {
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
border: 1px dashed #ddd;
|
||||
}
|
||||
img.icon {
|
||||
max-width: 20px;
|
||||
}
|
||||
#list-slider li {
|
||||
cursor: move;
|
||||
}
|
||||
.list-link-block {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
}
|
||||
.list-link-block > li {
|
||||
background-color: #f5f5f5;
|
||||
display: inline-block;
|
||||
padding: 10px 0;
|
||||
width: 100%;
|
||||
}
|
||||
.list-link-block > li .btn-remove-block-link {
|
||||
display: block;
|
||||
}
|
||||
.list-link-block > li:hover .btn-remove-block-link {
|
||||
display: block;
|
||||
}
|
||||
.link_group{
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.link_group .form-group{
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.form-group.link_group{
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.link_group > .form-group:first-child{
|
||||
margin-top: 10px;
|
||||
}
|
||||
.link_group > .form-group .form-group{
|
||||
margin-bottom:0px;
|
||||
}
|
||||
.link_group > .form-group:last-child{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.latest-blog-category {
|
||||
background-color: #fefefe;
|
||||
border: 1px solid #ccc;
|
||||
padding: 10px 0;
|
||||
}
|
||||
.latest-blog-category ol, .latest-blog-category li {
|
||||
list-style-type: none;
|
||||
}
|
||||
.list-font-awesome {
|
||||
clear: both;
|
||||
margin: 10px 0 !important;
|
||||
padding: 0;
|
||||
}
|
||||
.list-font-awesome > li, .preview-widget {
|
||||
border: 1px solid #bdbdbd;
|
||||
cursor: pointer;
|
||||
float: left;
|
||||
list-style-type: none;
|
||||
margin: 5px;
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
width: 30px;
|
||||
}
|
||||
.list-font-awesome .selected, .list-font-awesome > li:hover {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
transition: all 0.3s ease 0s;
|
||||
}
|
||||
.preview-widget {
|
||||
|
||||
}
|
||||
.dropdown-menu-right .selected {
|
||||
background-color: #bdbdbd;
|
||||
}
|
||||
#s-image{margin: 10px 0;}
|
||||
.open-content i{
|
||||
margin-left:7px;
|
||||
}
|
||||
span.open-content {
|
||||
cursor : pointer;
|
||||
}
|
||||
.row-actived>a{
|
||||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.product-container .row-preactive, .element-list .btn-add-column{
|
||||
display: none;
|
||||
}
|
||||
.adminappagebuilderdetails #home_wrapper {
|
||||
margin: 20px auto;
|
||||
}
|
||||
.adminappagebuilderdetails .gridLeft-block-content{
|
||||
min-height: 300px;
|
||||
height: auto;
|
||||
overflow: auto;
|
||||
}
|
||||
.adminappagebuilderdetails .column-action a{
|
||||
color: #ededed
|
||||
}
|
||||
/*
|
||||
.adminappagebuilderdetails .column-row .cover-column{
|
||||
margin-right: -5px;
|
||||
margin-left: -5px;
|
||||
}
|
||||
*/
|
||||
.adminappagebuilderdetails .cover-column{
|
||||
|
||||
}
|
||||
.adminappagebuilderdetails .column-row .content{
|
||||
/*
|
||||
padding: 20px;
|
||||
*/
|
||||
padding: 30px 10px 10px 10px;
|
||||
}
|
||||
.adminappagebuilderdetails .plist-eremove{
|
||||
color: red
|
||||
}
|
||||
|
||||
|
||||
#product-demo-sample{
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
#product-demo-sample .item-demo{
|
||||
margin: 10px 0;
|
||||
}
|
||||
#product-demo-sample .item-demo .block-image{
|
||||
height: 290px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
border: 1px solid #c9ccd3;
|
||||
}
|
||||
#product-demo-sample .item-demo .block-image::before{
|
||||
content: '';
|
||||
position: absolute;
|
||||
z-index: 8;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
opacity: 0;
|
||||
background: #00000082;
|
||||
-moz-transition: all 0.3s ease;
|
||||
-o-transition: all 0.3s ease;
|
||||
-ms-transition: all 0.3s ease;
|
||||
-webkit-transition: all 0.3s ease;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
#product-demo-sample .item-demo .block-image img{
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
z-index: 7;
|
||||
}
|
||||
#product-demo-sample .item-demo .block-image a{
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
z-index: 9;
|
||||
font-size: 13px;
|
||||
padding: 5px 10px;
|
||||
opacity: 0;
|
||||
-moz-transform: translate(-50%,-50%);
|
||||
-o-transform: translate(-50%,-50%);
|
||||
-ms-transform: translate(-50%,-50%);
|
||||
-webkit-transform: translate(-50%,-50%);
|
||||
transform: translate(-50%,-50%);
|
||||
-moz-transition: all 0.3s ease;
|
||||
-o-transition: all 0.3s ease;
|
||||
-ms-transition: all 0.3s ease;
|
||||
-webkit-transition: all 0.3s ease;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
#product-demo-sample .item-demo .block-image:hover a,
|
||||
#product-demo-sample .item-demo .block-image:hover:before{
|
||||
opacity: 1;
|
||||
}
|
||||
#product-demo-sample .item-demo .block-name{
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
background-color: #4D576E;
|
||||
color: #fff;
|
||||
padding: 10px;
|
||||
border-bottom: solid 1px #fff;
|
||||
border-radius: 0 0 5px 5px;
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 575px) and (max-width: 991px){
|
||||
#product-demo-sample > [class*="col-"]:nth-child(2n + 1){
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) and (max-width: 1199px){
|
||||
#product-demo-sample > [class*="col-"]:nth-child(3n + 1){
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) and (max-width: 1399px){
|
||||
#product-demo-sample > [class*="col-"]:nth-child(4n + 1){
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1400px) and (max-width: 1699px){
|
||||
#product-demo-sample > [class*="col-"]{
|
||||
width: 20%;
|
||||
}
|
||||
#product-demo-sample > [class*="col-"]:nth-child(5n + 1){
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1700px){
|
||||
#product-demo-sample > [class*="col-"]{
|
||||
width: 16.66667%;
|
||||
}
|
||||
#product-demo-sample > [class*="col-"]:nth-child(6n + 1){
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
@media(max-width: 576px){
|
||||
#product-demo-sample > [class*="col-"]{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.aprow_rtl button{
|
||||
min-width: 200px !important;
|
||||
text-align: left !important;
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
#modal_form .modal-dialog {
|
||||
width: 1200px;
|
||||
}
|
||||
#modal_form .modal-lg {
|
||||
width: 1200px;
|
||||
}
|
||||
|
||||
/********** EXPORT + IMPORT BEGIN **********/
|
||||
#xml_import_form{
|
||||
display : none;
|
||||
}
|
||||
.btn_add_new{
|
||||
color : #00aff0;
|
||||
}
|
||||
.btn_xml_import{
|
||||
color : #00aff0;
|
||||
}
|
||||
.btn_xml_export{
|
||||
color : #00aff0;
|
||||
}
|
||||
.leo_delete_position{
|
||||
color : #00aff0;
|
||||
}
|
||||
/********** EXPORT + IMPORT END **********/
|
||||
@@ -0,0 +1,49 @@
|
||||
.t_span4 {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 20px !important;
|
||||
}
|
||||
.form-group.aprow_font_option{
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.t_span4 .title-item {
|
||||
font-size: 1.3em;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
.t_span4.col-lg-4 {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.t-help-block{
|
||||
color: #959595;
|
||||
}
|
||||
.t-group-attr{
|
||||
color: #333 !important;
|
||||
font-size: 1.4em !important;
|
||||
font-weight: 600 !important;
|
||||
line-height: 1.4em !important;
|
||||
margin-bottom: 10px !important;
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
margin-top: 10px !important;
|
||||
}
|
||||
.t-group-attr-h3{
|
||||
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
float: left;
|
||||
margin-right: 45px;
|
||||
padding: 10px 15px;
|
||||
font-size: 18px;
|
||||
line-height: 1.2;
|
||||
margin-bottom: 0;
|
||||
font-weight: 300;
|
||||
margin: 0;
|
||||
}
|
||||
#modal_form .modal-dialog{
|
||||
width: 900px;
|
||||
}
|
||||
#modal_form .modal-backdrop.fade.in
|
||||
{
|
||||
opacity: .5;
|
||||
}
|
||||
#modal_form .modal-dialog{
|
||||
z-index: 1050;
|
||||
}
|
||||
|
||||
216
modules/appagebuilder/views/css/admin/style_hook_cpanel.css
Normal file
216
modules/appagebuilder/views/css/admin/style_hook_cpanel.css
Normal file
@@ -0,0 +1,216 @@
|
||||
.clearfix:before,.clearfix:after{content:".";display:block;height:0;overflow:hidden}.clearfix:after{clear:both}.clearfix{zoom:1}
|
||||
.leotheme-layout{
|
||||
background:#f2f2f2;
|
||||
width:800px;
|
||||
margin:10 auto;padding:14px
|
||||
}
|
||||
.leotheme-layout > div, .leotheme-layout > div div{
|
||||
position:relative;
|
||||
}
|
||||
.leo-container{ background:#dcdcdc; margin:0px 0px; position:relative; }
|
||||
#leo-displaynav, #leo-header .topbar, #leo-menu, #leo-slideshow, #leo-displayTopColumn,#leo-bottom ,#leo-hfooter{
|
||||
min-height:40px;
|
||||
padding-top:26px;
|
||||
padding-bottom:9px;
|
||||
}
|
||||
|
||||
|
||||
#leo-content {
|
||||
clear:both;
|
||||
display:block;
|
||||
background:#dcdcdc
|
||||
}
|
||||
#leo-content #leo-left,#leo-content #leo-right{ width:25%;float:left; min-height:200px}
|
||||
#leo-content .leo-container,#leo-hheaderright {margin:0; padding-top:26px; padding-bottom:9px }
|
||||
#leo-center{
|
||||
background: #dcdcdc;
|
||||
|
||||
float: left;
|
||||
min-height: 200px;
|
||||
width: 50%;
|
||||
}
|
||||
#leo-center .leo-container{
|
||||
border-left: 1px solid #CCCCCC;
|
||||
border-right: 1px solid #CCCCCC;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
#leologo{ width:18%;float:left; min-height:60px}
|
||||
#leo-hheaderright{
|
||||
display:block;
|
||||
float:right;
|
||||
width:80%;
|
||||
min-height:60px;
|
||||
}
|
||||
.placeholder{
|
||||
background:#FFFFBB;
|
||||
}
|
||||
.module-pos{
|
||||
max-width:299px;
|
||||
margin:6px;
|
||||
margin-left: 12px;
|
||||
cursor:move;
|
||||
}
|
||||
.leo-editmodule{
|
||||
background:#FFF;
|
||||
|
||||
padding:5px 8px;
|
||||
border:solid 1px #CCC;
|
||||
font-size:10px;
|
||||
}
|
||||
.leo-editmodule img{width:14px}
|
||||
.leo-container > div{
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.module-pos .editmod{
|
||||
background: url(../../img/admin/edit.png) no-repeat center center #DFF0D8;
|
||||
padding: 10px;
|
||||
position: absolute;
|
||||
right: 4px;
|
||||
top: 3px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
#leo-page .pos{
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
left: 0;
|
||||
padding: 4px 12px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
background:#FFF;
|
||||
z-index:10
|
||||
}
|
||||
.leotheme-layout{
|
||||
width:72%;
|
||||
float:left
|
||||
}
|
||||
.holdposition{
|
||||
width:28%;
|
||||
float:left;
|
||||
min-height:600px;
|
||||
background:#e1e1e1;
|
||||
padding-top:24px;
|
||||
margin-top:14px
|
||||
}
|
||||
#overidehook{
|
||||
background:#EEE;
|
||||
padding:12px;
|
||||
position:absolute;
|
||||
z-index:99;
|
||||
-webkit-box-shadow: 0 1px 2px #000;
|
||||
-moz-box-shadow: 0 1px 2px #000;
|
||||
box-shadow:0 1px 2px #000;
|
||||
border:solid 1px #666
|
||||
}
|
||||
#overidehook #oh-close{
|
||||
font-size:10px; font-weight:bold;
|
||||
cursor:hand; cursor:pointer
|
||||
}
|
||||
#leo-copyright{
|
||||
float:left;
|
||||
width:50%;
|
||||
margin-top:40px
|
||||
}
|
||||
#leo-footnav{
|
||||
min-height:50px;
|
||||
padding-top:24px;
|
||||
float:right;
|
||||
width:48%
|
||||
}
|
||||
#leo-footer-buider{
|
||||
|
||||
background:#DCDCDC;
|
||||
padding: 12px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
text-align: center
|
||||
|
||||
}
|
||||
.form-fonts .group-fields{
|
||||
border: solid 1px #EBEDF4;
|
||||
margin-bottom: 12px;
|
||||
padding: 12px;
|
||||
}
|
||||
.help-context-adminmodules{
|
||||
display: none!important;
|
||||
}
|
||||
.process-icon-liveedit{
|
||||
background-image: url("../../img/admin/live-edit.png");
|
||||
}
|
||||
.process-icon-livethemeeditor {
|
||||
background-image: url("../../img/admin/theme-editor.png");
|
||||
}
|
||||
.process-icon-controlpanel {
|
||||
background-image: url("../../img/admin/control-panel.png");
|
||||
}
|
||||
.note, #leo-page .note ul li{
|
||||
font-size:10px; font-weight:normal;
|
||||
}
|
||||
|
||||
.vtab-mode > ul{
|
||||
display: block;
|
||||
width: 220px;
|
||||
float: left;
|
||||
|
||||
}
|
||||
.vtab-mode > ul li {
|
||||
background: #bdc3c7;
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding:10px 0;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
.vtab-mode > ul li a{ padding: 12px; color: #FFF }
|
||||
.vtab-mode > ul li.active{ background:#7f8c8d; }
|
||||
.vtab-mode > div{
|
||||
overflow: hidden;
|
||||
border: #f3f3f3 solid 1px;
|
||||
padding: 12px;
|
||||
margin:12px 0;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
h2{ color: #F0776C; font-size: 18px }
|
||||
h3 b{ color:#20AAE5; text-transform: uppercase;}
|
||||
.custom-form .toolbarBox .pageTitle h3{
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.custom-form .ui-widget-header{
|
||||
background: none;
|
||||
border: none;
|
||||
margin-top: -39px;
|
||||
}
|
||||
.custom-form fieldset{ border: none; }
|
||||
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
|
||||
background-image:none;
|
||||
}
|
||||
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
|
||||
border-color: #E6E6E6
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav li a{
|
||||
padding:7px 28px;
|
||||
font-size: 13px;
|
||||
}
|
||||
.ui-widget-content, .custom-form .toolbarBox {
|
||||
border-color: #E6E6E6
|
||||
}
|
||||
.inner li {
|
||||
line-height:18px;
|
||||
}
|
||||
#leo-form-setting { margin-top: 60px; font-size: 13px }
|
||||
#leo-form-setting label { font-size: 12px }
|
||||
#leo-form-setting .separation { border-collapse: #E6E6E6 }
|
||||
#leo-form-setting .inner {padding: 12px }
|
||||
#themecontrol-form, #themecontrol-form label, #themecontrol-form input, #themecontrol-form textarea {
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
.leo_top_25{
|
||||
margin-top: 25px;
|
||||
}
|
||||
209
modules/appagebuilder/views/css/admin/themeeditor.css
Normal file
209
modules/appagebuilder/views/css/admin/themeeditor.css
Normal file
@@ -0,0 +1,209 @@
|
||||
.adminappagebuilderthemeeditor #header,.adminappagebuilderthemeeditor #footer,.adminappagebuilderthemeeditor #nav-sidebar,.adminappagebuilderthemeeditor .page-head{
|
||||
display: none;
|
||||
}
|
||||
|
||||
html,body,#content,#livethemeeditor{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.off-customize #main-preview{
|
||||
margin-left: 0
|
||||
}
|
||||
.off-customize #leo-customize span{margin-left: 22px}
|
||||
.off-customize #leo-customize .btn-show{
|
||||
right: -56px;
|
||||
transition:all 0.2s;
|
||||
}
|
||||
.page-wrapper{
|
||||
margin-left:300px;
|
||||
}
|
||||
.off-customize #leo-customize{
|
||||
left: -330px;
|
||||
}
|
||||
|
||||
#customize-form{
|
||||
position: relative;
|
||||
}
|
||||
#main-preview {
|
||||
bottom: 0;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
margin-left: 300px;
|
||||
transition-duration: 0.2s;
|
||||
transition-property: left, right, top, bottom, width, margin;
|
||||
}
|
||||
#main-preview iframe, #top_container, #container, #main,#content, body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
}
|
||||
.colorpicker{
|
||||
z-index: 9999
|
||||
}
|
||||
#leo-customize{
|
||||
width: 320px;
|
||||
|
||||
position:absolute;
|
||||
top: 0;
|
||||
left:0px;
|
||||
|
||||
z-index: 3;
|
||||
box-shadow: 0 1px 3px #999;
|
||||
transition-duration: 0.2s;
|
||||
transition-property: left, right, top, bottom, width, margin;
|
||||
background: none repeat scroll 0 0 #fff;
|
||||
border-right: 1px solid rgba(0, 0, 0, 0.2);
|
||||
|
||||
}
|
||||
|
||||
#leo-customize .wrapper{
|
||||
|
||||
padding: 12px;
|
||||
}
|
||||
#customize-body input[type="text"]{
|
||||
line-height: 18px;
|
||||
margin: 0;
|
||||
width: 50px;
|
||||
color: #FFF;
|
||||
font-size: 11px;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #DFDFDF;
|
||||
padding: 3px 5px;
|
||||
margin-right: 6px;
|
||||
display: inline-block;
|
||||
}
|
||||
.form-group {
|
||||
margin-right: 6px;
|
||||
}
|
||||
.form-group select{
|
||||
width: 100px
|
||||
}
|
||||
.accordion-inner .form-group .clear-bg{
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.accordion-group label, .form-group label{
|
||||
display: block;
|
||||
font-size: 11px;
|
||||
text-align: left;
|
||||
}
|
||||
.accordion-group label{
|
||||
float: left;
|
||||
margin-right:7px;
|
||||
|
||||
font-weight: normal;
|
||||
}
|
||||
#leo-customize .btn{
|
||||
padding: 4px 12px;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
}
|
||||
#leo-customize .btn-show{
|
||||
position: absolute;
|
||||
top: 39px;
|
||||
padding:6px 18px;
|
||||
background:#CCC;
|
||||
right:11px;
|
||||
z-index: 99;
|
||||
transition:all 1.2s;
|
||||
cursor: hand;
|
||||
cursor: pointer;
|
||||
|
||||
}
|
||||
#customize-body .nav-tabs, #customize-body .nav-tabs a{
|
||||
border:none;
|
||||
}
|
||||
#customize-body .nav-tabs a{
|
||||
background: transparent;
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
}
|
||||
#customize-body .nav-tabs .active a{
|
||||
background: #FFF
|
||||
}
|
||||
.accordion-heading .accordion-toggle{
|
||||
font-weight: bold;
|
||||
font-family: arial;
|
||||
}
|
||||
.tab-content > .tab-pane, .pill-content > .pill-pane {
|
||||
background: none repeat scroll 0 0 #FFFFFF;
|
||||
}
|
||||
.bi-wrapper > div{
|
||||
float: left;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin: 3px 4px;
|
||||
border: solid 1px #999;
|
||||
cursor:hand; cursor:pointer;
|
||||
}
|
||||
.bi-wrapper > div.active{
|
||||
border-color:red;
|
||||
}
|
||||
|
||||
#content.bootstrap .panel, #content.bootstrap #dash_version, #content.bootstrap .message-item-initial .message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel {
|
||||
padding: 0;
|
||||
}
|
||||
#content.bootstrap h3:not(.modal-title), #content.bootstrap .panel-heading {
|
||||
margin: 0;
|
||||
text-transform: inherit;
|
||||
}
|
||||
#customize-body .tab-content {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#leo-customize .bootstrap .label-success {
|
||||
display: inline-block;
|
||||
width: 92px;
|
||||
}
|
||||
#customize-body .bootstrap .label {
|
||||
border-radius: 0;
|
||||
color: #FFFFFF;
|
||||
font-size: 100%;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
vertical-align: baseline;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.page-sidebar #content {
|
||||
margin-left: 0;
|
||||
}
|
||||
.page-sidebar .bootstrap .row{float: left; width: 100%; height: 100%;}
|
||||
.page-sidebar .bootstrap .col-lg-12{width: 100%; height: 100%;}
|
||||
|
||||
.page-sidebar #content.bootstrap {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#main-preview .paneltool {
|
||||
display: none;
|
||||
}
|
||||
.page-sidebar #main-preview {
|
||||
margin-left: 320px;
|
||||
}
|
||||
.off-customize.page-sidebar #main-preview {
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
#content.bootstrap .panel,
|
||||
#content.bootstrap #dash_version,
|
||||
#content.bootstrap .message-item-initial .message-item-initial-body,
|
||||
#content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
select.input-setting{margin-right: 0!important}
|
||||
.bg-config{padding: 8px 15px;margin-bottom: 20px; list-style: none;}
|
||||
.bg-config>li {
|
||||
display: inline-block;
|
||||
}
|
||||
Reference in New Issue
Block a user