first commit
This commit is contained in:
73
modules/leofeature/views/css/back.css
Normal file
73
modules/leofeature/views/css/back.css
Normal file
@@ -0,0 +1,73 @@
|
||||
/**
|
||||
* 2007-2017 Leotheme
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* Leo feature for prestashop 1.7: ajax cart, review, compare, wishlist at product list
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* @Module Name: Leo Feature
|
||||
* @author leotheme <leotheme@gmail.com>
|
||||
* @copyright 2007-2017 Leotheme
|
||||
* @license http://leotheme.com - prestashop template provider
|
||||
*/
|
||||
|
||||
.leofeature-tablist a:hover, .leofeature-tablist li.active a {
|
||||
border-bottom: medium none !important;
|
||||
border-top: 3px solid #25b9d7 !important;
|
||||
}
|
||||
|
||||
.leofeature-tablist a:focus {
|
||||
border-bottom: medium none !important;
|
||||
border-top: 3px solid #25b9d7 !important;
|
||||
}
|
||||
|
||||
#leofeature-setting .panel {
|
||||
display: none;
|
||||
}
|
||||
#leofeature-setting .panel.active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#leofeature-setting .panel {
|
||||
border-radius: 0 0 5px 5px !important;
|
||||
}
|
||||
|
||||
.nav-tabs.leofeature-tablist a:focus {
|
||||
outline: medium none;
|
||||
}
|
||||
|
||||
#subtab-AdminLeofeatureReviews
|
||||
{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#subtab-AdminLeofeatureReviews .notification-container
|
||||
{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
display: inline-block;
|
||||
line-height: .875rem;
|
||||
height: .875rem;
|
||||
vertical-align: middle;
|
||||
|
||||
color: #fff;
|
||||
background: #fb0;
|
||||
font-size: .5625rem;
|
||||
padding: 0 .25rem;
|
||||
border-radius: .625rem;
|
||||
}
|
||||
|
||||
#subtab-AdminLeofeatureManagement.has-review:after
|
||||
{
|
||||
content: "";
|
||||
position: absolute;
|
||||
top:0;
|
||||
right: 0;
|
||||
background: #fb0;
|
||||
border-radius: .625rem;
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
}
|
||||
2380
modules/leofeature/views/css/front.css
Normal file
2380
modules/leofeature/views/css/front.css
Normal file
File diff suppressed because it is too large
Load Diff
35
modules/leofeature/views/css/index.php
Normal file
35
modules/leofeature/views/css/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2015 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-2015 PrestaShop SA
|
||||
* @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;
|
||||
1276
modules/leofeature/views/css/jquery.mCustomScrollbar.css
Normal file
1276
modules/leofeature/views/css/jquery.mCustomScrollbar.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user