integration for white bg
This commit is contained in:
parent
965eab38e3
commit
13843bc270
@ -2274,7 +2274,8 @@ h6 {
|
||||
}
|
||||
h1 {
|
||||
color: #1e1633;
|
||||
background: url("../img/bg_title.jpg") no-repeat top left;
|
||||
/*background: url("../img/bg_title.jpg") no-repeat top left;*/
|
||||
background: #fff;
|
||||
font-size: 26px;
|
||||
text-transform: none;
|
||||
line-height: 1.5em;
|
||||
@ -2317,6 +2318,7 @@ h4 {
|
||||
}
|
||||
#left_column {
|
||||
padding-top: 0px;
|
||||
padding-left: 2px;
|
||||
}
|
||||
body#category #center_column h1 {
|
||||
margin: 0px 5px 20px 20px;
|
||||
@ -7298,6 +7300,7 @@ table#carrierTable tbody td {
|
||||
}
|
||||
#order #center_column #gift_div textarea {
|
||||
margin-bottom: 5px;
|
||||
width: 100%;
|
||||
}
|
||||
#my_gift{
|
||||
text-align: center;
|
||||
@ -7351,3 +7354,98 @@ table#carrierTable tbody td {
|
||||
float:right;
|
||||
background: #e26ea2;
|
||||
}
|
||||
|
||||
/* for new white bg */
|
||||
#order-detail-content,
|
||||
#after_cart_summary,
|
||||
div.addresses ul.address,
|
||||
#block_order_choices,
|
||||
#order #center_column #HOOK_PAYMENT p.payment_module,
|
||||
#order #center_column #HOOK_PAYMENT div.payment_module,
|
||||
#left_column .text_block2,
|
||||
#left_column #blockordersummary,
|
||||
#left_column .informations_block_left,
|
||||
#left_column .facebook_block,
|
||||
#left_column .advertising_block,
|
||||
#center_column .block_invite_tab,
|
||||
#my-account #center_column ul,
|
||||
#history #block-history,
|
||||
#order-slip #block-history,
|
||||
#order-follow #block-history,
|
||||
#identity #center_column form,
|
||||
#discount #block_discount,
|
||||
.block-paybox,
|
||||
.block-paypal,
|
||||
.ant_support .section-help,
|
||||
#cms #center_column .rte,
|
||||
#contact-form form{
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
background: #fff;
|
||||
-moz-box-shadow: 2px 2px 5px #cccccc;
|
||||
-webkit-box-shadow: 2px 2px 5px #CCC;
|
||||
-ms-box-shadow: 2px 2px 5px #cccccc;
|
||||
-o-box-shadow: 2px 2px 5px #cccccc;
|
||||
box-shadow: 2px 2px 5px #CCC;
|
||||
}
|
||||
#order-detail-content,
|
||||
#after_cart_summary,
|
||||
#block_order_choices,
|
||||
#order #center_column #HOOK_PAYMENT p.payment_module,
|
||||
#order #center_column #HOOK_PAYMENT div.payment_module,
|
||||
#my-account #center_column ul,
|
||||
#center_column .block_invite_tab,
|
||||
#order-follow #block-history,
|
||||
#order-slip #block-history,
|
||||
#identity #center_column form,
|
||||
#discount #block_discount,
|
||||
.ant_support .section-help,
|
||||
#cms #center_column .rte,
|
||||
#contact-form form{
|
||||
padding: 20px;
|
||||
}
|
||||
#order-detail-content,
|
||||
#after_cart_summary,
|
||||
#block_order_choices,
|
||||
#order #center_column #HOOK_PAYMENT p.payment_module,
|
||||
#order #center_column #HOOK_PAYMENT div.payment_module,
|
||||
#my-account #center_column ul,
|
||||
#center_column .block_invite_tab,
|
||||
#history #block-history,
|
||||
#order-slip #block-history,
|
||||
#order-follow #block-history,
|
||||
#identity #center_column form,
|
||||
#discount #block_discount,
|
||||
.block-paybox,
|
||||
.block-paypal,
|
||||
.ant_support .section-help,
|
||||
#cms #center_column .rte,
|
||||
#contact-form form{
|
||||
width: 755px;
|
||||
}
|
||||
#after_cart_summary{
|
||||
margin-top: 20px;
|
||||
}
|
||||
div.addresses ul.address.item {
|
||||
margin-left: 2px;
|
||||
}
|
||||
#order #center_column #HOOK_PAYMENT p.payment_module,
|
||||
#order #center_column #HOOK_PAYMENT div.payment_module{
|
||||
border: 0px;
|
||||
}
|
||||
#my-account #center_column > h4,
|
||||
#identity #center_column > h3{
|
||||
text-align: center;
|
||||
}
|
||||
#order-follow #block-history .alternate_item,
|
||||
#order-slip #block-history .alternate_item,
|
||||
#discount .discount .alternate_item{
|
||||
background: #F3F3F3;
|
||||
}
|
||||
.ant_support{
|
||||
padding:0px!important;
|
||||
}
|
||||
#left_column .informations_block_left{
|
||||
background: #f6f6f6;
|
||||
}
|
||||
|
@ -29,8 +29,9 @@
|
||||
|
||||
<h1>{l s='My Vouchers'}</h1>
|
||||
|
||||
<div id="block_discount">
|
||||
{if isset($discount) && count($discount) && $nbDiscounts}
|
||||
<table class="discount std">
|
||||
<table class="discount std">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="discount_code first_item">{l s='Code'}</th>
|
||||
@ -75,14 +76,14 @@
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
<p>
|
||||
</table>
|
||||
<p>
|
||||
* {l s='Tax included'}
|
||||
</p>
|
||||
</p>
|
||||
{else}
|
||||
<p class="warning">{l s='You do not possess any vouchers.'}</p>
|
||||
{/if}
|
||||
|
||||
</div>
|
||||
{*<p class="footer_links">
|
||||
<a href="{$base_dir}" class="button">{l s='Home'}</a></li>
|
||||
</p>*}
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
{if $page_name != 'order'}
|
||||
<div class="facebook_block">
|
||||
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fbebeboutik&width=200&height=350&colorscheme=light&show_faces=true&border_color&stream=false&header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:350px;" allowTransparency="true"></iframe>
|
||||
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fbebeboutik&width=200&height=350&colorscheme=light&show_faces=true&border_color&stream=false&header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:225px;" allowTransparency="true"></iframe>
|
||||
</div>
|
||||
{/if}
|
||||
<!-- /MODULE Block text -->
|
||||
|
@ -48,12 +48,13 @@
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<ul class="idTabs">
|
||||
<div class="block_invite_tab">
|
||||
<ul class="idTabs">
|
||||
<li><a href="#idTab1" {if $activeTab=='sponsor'}class="selected"{/if}>{l s='Sponsor my friends' mod='invite'}</a></li>
|
||||
<li><a href="#idTab2" {if $activeTab=='pending'}class="selected"{/if}>{l s='Pending friends' mod='invite'}</a></li>
|
||||
<li><a href="#idTab3" {if $activeTab=='subscribed'}class="selected"{/if}>{l s='Friends I sponsored' mod='invite'}</a></li>
|
||||
</ul>
|
||||
<div class="sheets">
|
||||
</ul>
|
||||
<div class="sheets">
|
||||
<div id="idTab1">
|
||||
{include file="tab1.tpl"}
|
||||
</div>
|
||||
@ -63,6 +64,7 @@
|
||||
<div id="idTab3">
|
||||
{include file="tab3.tpl"}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{*<p class="footer_links">
|
||||
|
@ -100,6 +100,8 @@
|
||||
<div id="opc_delivery_methods-overlay" class="opc-overlay" style="display: none;"></div>
|
||||
{/if}
|
||||
|
||||
<div id="block_order_choices">
|
||||
|
||||
{if $conditions AND $cms_id}
|
||||
<h3 class="condition_title">{l s='Terms of service'}</h3>
|
||||
<p class="checkbox">
|
||||
@ -272,6 +274,7 @@
|
||||
{/if} *}
|
||||
{/if}
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
{if !$opc}
|
||||
{if $cookie->id_lang == 3}
|
||||
|
@ -324,6 +324,7 @@
|
||||
</p>
|
||||
{/if}
|
||||
|
||||
<div id="after_cart_summary">
|
||||
{if $site_version == 'es'}
|
||||
<p class="safety-payment">{l s='Pago seguro, datos encriptados'}</p>
|
||||
{/if}
|
||||
@ -369,7 +370,7 @@
|
||||
</p>
|
||||
<p id="gift_div" class="textarea">
|
||||
<label for="gift_message">{l s='If you wish, you can add a note to the gift:'}</label>
|
||||
<textarea rows="5" cols="35" id="gift_message" name="gift_message">{$cart->gift_message|escape:'htmlall':'UTF-8'}</textarea>
|
||||
<textarea rows="5" id="gift_message" name="gift_message">{$cart->gift_message|escape:'htmlall':'UTF-8'}</textarea>
|
||||
{* <a id="cart_add_gift_message" class="exclusive">{l s='Enregistré'}</a> <a id="cart_remove_gift_message" class="exclusive">{l s='Supprimer'}</a> *}
|
||||
<div class="clear"></div>
|
||||
</p>
|
||||
@ -386,6 +387,7 @@
|
||||
</script>
|
||||
{/if}
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
{* Define the style if it doesn't exist in the PrestaShop version*}
|
||||
{* Will be deleted for 1.5 version and more *}
|
||||
|
Loading…
Reference in New Issue
Block a user