From 0190e4bb6f56046036124b1a6adedb3aabf9aff5 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 12 Nov 2019 19:01:53 +0100 Subject: [PATCH] [9.2.10] Ajustements de marges --- core/core.php | 2 +- core/module/theme/view/footer/footer.js.php | 2 +- core/module/theme/view/footer/footer.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core.php b/core/core.php index 744e682d..dda621bd 100644 --- a/core/core.php +++ b/core/core.php @@ -1153,7 +1153,7 @@ class core extends common { // Pied de page $colors = helper::colorVariants($this->getData(['theme', 'footer', 'backgroundColor'])); if($this->getData(['theme', 'footer', 'margin'])) { - $css .= 'footer{padding:0 10px;}'; + $css .= 'footer{padding:0 20px;}'; } else { $css .= 'footer{padding:0}'; } diff --git a/core/module/theme/view/footer/footer.js.php b/core/module/theme/view/footer/footer.js.php index a3857c28..c06ca00f 100755 --- a/core/module/theme/view/footer/footer.js.php +++ b/core/module/theme/view/footer/footer.js.php @@ -36,7 +36,7 @@ $("input, select").on("change", function() { css += "footer span{color:" + $("#themeFooterTextColor").val() + ";font-family:'" + footerFont.replace(/\+/g, " ") + "',sans-serif;font-weight:" + $("#themeFooterFontWeight").val() + ";font-size:" + $("#themeFooterFontSize").val() + ";text-transform:" + $("#themeFooterTextTransform").val() + "}"; // Marge if($("#themeFooterMargin").is(":checked")) { - css += 'footer{padding: 0 10px;}'; + css += 'footer{padding: 0 20px;}'; } else { css += 'footer{padding:0}'; diff --git a/core/module/theme/view/footer/footer.php b/core/module/theme/view/footer/footer.php index b38be1eb..81e3ffae 100755 --- a/core/module/theme/view/footer/footer.php +++ b/core/module/theme/view/footer/footer.php @@ -190,7 +190,7 @@
- $this->getData(['theme', 'footer', 'margin']) ]); ?>