Merge branch 'ticket-BandeauMobile'
This commit is contained in:
commit
04518c98bc
@ -5239,3 +5239,33 @@ h3.gift_title {
|
||||
#cookiesinfo .close{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Bandeau promotionnel */
|
||||
.promo_bandeau{
|
||||
background: url(../img/bandeau_promo.jpg) no-repeat left center;
|
||||
width: 100%;
|
||||
min-height: 142px;
|
||||
margin-bottom: 20px;
|
||||
-webkit-background-size: auto 100%;
|
||||
background-size: auto 100%;
|
||||
}
|
||||
|
||||
@media (min-width:480px) {
|
||||
.promo_bandeau{
|
||||
background: url(../img/bandeau_promo_2.jpg) no-repeat left center;
|
||||
width: 100%;
|
||||
min-height: 182px;
|
||||
-webkit-background-size: 100%;
|
||||
background-size: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width:430px) {
|
||||
.promo_bandeau{
|
||||
background: url(../img/bandeau_promo_2.jpg) no-repeat left center;
|
||||
width: 100%;
|
||||
min-height: 162px;
|
||||
-webkit-background-size: 100%;
|
||||
background-size: 100%;
|
||||
}
|
||||
}
|
||||
|
BIN
themes/site_mobile/img/bandeau_promo.jpg
Normal file
BIN
themes/site_mobile/img/bandeau_promo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
themes/site_mobile/img/bandeau_promo_2.jpg
Normal file
BIN
themes/site_mobile/img/bandeau_promo_2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
@ -72,6 +72,7 @@
|
||||
<div id="privatesales_block">
|
||||
<div id="block_sales_home">
|
||||
<div class="content clearfix">
|
||||
<div class="promo_bandeau"></div>
|
||||
{if count($sales) > 0}
|
||||
{assign var=extrafields value=$HOOK_PRIVATESALES_LISTING|unserialize}
|
||||
<ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user