diff --git a/core/core.php b/core/core.php index f8880fff..06ba6d46 100644 --- a/core/core.php +++ b/core/core.php @@ -2070,17 +2070,16 @@ class common { ( isset($_COOKIE['ZWII_I18N_SCRIPT']) AND $_COOKIE['ZWII_I18N_SCRIPT'] === $key ) ) { - $select = ' id="i18nFlagSelected" '; + $select = ' class="i18nFlagSelected" '; } else { - $select = ' id="i18nFlag" '; + $select = ' class="i18nFlag" '; } echo '
  • '; - echo ''; + echo ' .  $key . '; echo '
  • '; } } - echo ''; } } diff --git a/core/layout/common.css b/core/layout/common.css index bd6e8b5d..95ca7543 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -697,11 +697,11 @@ li .menuSideChild { /* Drapeaux */ -#i18nFlag { +.i18nFlag { width: 70%; } -#i18nFlagSelected { +.i18nFlagSelected { width: 100%; } @@ -714,12 +714,12 @@ li .menuSideChild { @media screen and (max-width:1024px){ - #i18nFlag { + .i18nFlag { width: 100%; padding: 5px; } - #i18nFlagSelected { + .i18nFlagSelected { width: 130%; padding: 5px; }