From 1e417a7316700d4c028cc91c9350b3e6562fa6e9 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 3 Nov 2019 18:17:31 +0100 Subject: [PATCH] [10.0.67.dev] correction de syntaxe css --- core/core.php | 4 ++-- core/layout/common.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/core.php b/core/core.php index 89911856..95ea307b 100644 --- a/core/core.php +++ b/core/core.php @@ -31,7 +31,7 @@ class common { const TEMP_DIR = 'site/tmp/'; // Numéro de version - const ZWII_VERSION = '10.0.66.dev'; + const ZWII_VERSION = '10.0.67.dev'; public static $actions = []; public static $coreModuleIds = [ @@ -2686,7 +2686,7 @@ class layout extends common { if($this->getUser('group') >= self::GROUP_ADMIN) { $rightItems .= '
  • ' . template::ico('users') . '
  • '; $rightItems .= '
  • ' . template::ico('brush') . '
  • '; - $rightItems .= '
  • ' . template::ico('flag') . '
  • '; + $rightItems .= '
  • ' . template::ico('flag') . '
  • '; $rightItems .= '
  • ' . template::ico('cog-alt') . '
  • '; // Mise à jour automatique if(helper::checkNewVersion() ) { diff --git a/core/layout/common.css b/core/layout/common.css index 8ce3bcb1..34ef4c86 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -602,13 +602,13 @@ ul .menuSideChild, li .menuSideChild { /*float: right; Dans le thème*/ } /* fin barre de menu */ -nav:after { +nav::after { content: " "; - clear: right; + clear: both; display: flex; } -nav:before { +nav::before { content: " "; clear: left; display: flex;