first commit
This commit is contained in:
13
modules/ps_emailsmanager/views/css/back.css
Normal file
13
modules/ps_emailsmanager/views/css/back.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.emailsmanager-help {
|
||||
padding-left: 100px;
|
||||
}
|
||||
|
||||
.emailsmanager-help img {
|
||||
position: absolute;
|
||||
left: 25px;
|
||||
top: 50px;
|
||||
}
|
||||
|
||||
.bootstrap .theme-container {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
26
modules/ps_emailsmanager/views/css/back15.css
Normal file
26
modules/ps_emailsmanager/views/css/back15.css
Normal file
@@ -0,0 +1,26 @@
|
||||
.select_theme {
|
||||
border-color: #EBEDF4;
|
||||
cursor: initial;
|
||||
}
|
||||
|
||||
.select_theme.select_theme_choice {
|
||||
border: 1px dotted #000000;
|
||||
}
|
||||
|
||||
.select_theme > img {
|
||||
width: 180px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#available_templates .button {
|
||||
display: inline-block;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.emailsmanager-help img {
|
||||
top: 42px !important;
|
||||
}
|
||||
25
modules/ps_emailsmanager/views/css/index.php
Normal file
25
modules/ps_emailsmanager/views/css/index.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/**
|
||||
* 2007-2014 PrestaShop
|
||||
*
|
||||
* 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
|
||||
* @license http://addons.prestashop.com/en/content/12-terms-and-conditions-of-use
|
||||
* 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;
|
||||
Reference in New Issue
Block a user