From b27f9ef4c3ca879a15e8316a512ecb717fbd9862 Mon Sep 17 00:00:00 2001 From: Nolwenn Date: Thu, 27 Apr 2017 14:24:48 +0200 Subject: [PATCH 1/2] mobile suite --- themes/site_mobile/css/style.css | 7 +++++-- themes/site_mobile/footer.tpl | 19 ++++++------------- .../modules/blockuserinfo/blockuserinfo.tpl | 1 + .../site_mobile/modules/privatesales/home.tpl | 1 + .../modules/privatesales/trailer.tpl | 3 ++- 5 files changed, 15 insertions(+), 16 deletions(-) diff --git a/themes/site_mobile/css/style.css b/themes/site_mobile/css/style.css index 4214fb1f..68d371d7 100755 --- a/themes/site_mobile/css/style.css +++ b/themes/site_mobile/css/style.css @@ -951,9 +951,12 @@ div#editorial_block_center p a:first-child{ text-align: center; margin-bottom: 20px; } -.footer_img img{ width: 70%;} -.footer_social{ +.footer_img img{ width: 70%; } +.footer_social { + max-width: 300px; + margin: auto; margin-top: 20px; + margin-bottom: 50px; } div#page #header { z-index: 100; diff --git a/themes/site_mobile/footer.tpl b/themes/site_mobile/footer.tpl index 136a08e7..076c3854 100755 --- a/themes/site_mobile/footer.tpl +++ b/themes/site_mobile/footer.tpl @@ -33,28 +33,21 @@ diff --git a/themes/site_mobile/modules/blockuserinfo/blockuserinfo.tpl b/themes/site_mobile/modules/blockuserinfo/blockuserinfo.tpl index c4b4a31c..e69348b5 100755 --- a/themes/site_mobile/modules/blockuserinfo/blockuserinfo.tpl +++ b/themes/site_mobile/modules/blockuserinfo/blockuserinfo.tpl @@ -10,6 +10,7 @@
  • {l s='Information' mod='blockuserinfo'}
  • +
  • {l s='Loyalty program' mod='blockuserinfo'}
  • {l s='Vouchers' mod='blockuserinfo'}
  • diff --git a/themes/site_mobile/modules/privatesales/home.tpl b/themes/site_mobile/modules/privatesales/home.tpl index 9c685ea0..c97e3fde 100755 --- a/themes/site_mobile/modules/privatesales/home.tpl +++ b/themes/site_mobile/modules/privatesales/home.tpl @@ -113,6 +113,7 @@ {if count(array_intersect($customer_groups, $sale->groups))>0}
  • {$sale->title[$cookie->id_lang]} + {l s='Trailer' mod='privatesales'} *}
    {if $sale->video[$cookie->id_lang] != ''} From 0d7c20c9d2902aaaff231d6e70318166ed98dac7 Mon Sep 17 00:00:00 2001 From: Nolwenn Date: Thu, 27 Apr 2017 17:00:47 +0200 Subject: [PATCH 2/2] fixs --- themes/site_mobile/css/style.css | 5 +++-- themes/site_mobile/modules/privatesales/home.tpl | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/site_mobile/css/style.css b/themes/site_mobile/css/style.css index 68d371d7..7d7f8886 100755 --- a/themes/site_mobile/css/style.css +++ b/themes/site_mobile/css/style.css @@ -1585,6 +1585,7 @@ body#product div.psales{ position:relative; margin-bottom: 10px; } +body#category div.psales { height: 30px; } body#address div#order_step_parent .gradient, body#order div#order_step_parent .gradient, body#category .sale_title .gradient, @@ -1630,8 +1631,8 @@ body#category div#sale_end { color: #666666; /*font-family: Georgia;*/ font-size: 12px; - height: 51px; - line-height: 50px; + height: 28px; + line-height: 28px; position: relative; text-indent: 50px; width: 74%; diff --git a/themes/site_mobile/modules/privatesales/home.tpl b/themes/site_mobile/modules/privatesales/home.tpl index c97e3fde..9c685ea0 100755 --- a/themes/site_mobile/modules/privatesales/home.tpl +++ b/themes/site_mobile/modules/privatesales/home.tpl @@ -113,7 +113,6 @@ {if count(array_intersect($customer_groups, $sale->groups))>0}
  • {$sale->title[$cookie->id_lang]} - {l s='Trailer' mod='privatesales'}