continuing of inte

This commit is contained in:
Marion Muszynski 2017-10-19 16:35:09 +02:00
parent 13843bc270
commit 151c9a59c2
5 changed files with 8 additions and 10 deletions

View File

@ -4851,7 +4851,7 @@ body.vp-maman, #index.logged.vp-maman {
padding-bottom: 5px;
}
#footer #paiement_logo_block_left a.payment {
width: 386px;
width: 430px;
}
#footer #paiement_logo_block_left a {
float: left;
@ -7378,7 +7378,8 @@ div.addresses ul.address,
.block-paypal,
.ant_support .section-help,
#cms #center_column .rte,
#contact-form form{
#contact-form form,
.ajax_block_product{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
@ -7446,6 +7447,3 @@ div.addresses ul.address.item {
.ant_support{
padding:0px!important;
}
#left_column .informations_block_left{
background: #f6f6f6;
}

BIN
themes/site/img/bg_footer_bloc.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -222,5 +222,5 @@ function resizeAddressesBox(nameBox)
if (maxHeight < currentHeight)
maxHeight = currentHeight;
});
$(nameBox).height(maxHeight);
$(nameBox).height(maxHeight+10);
}