[10.0.61.dev] alignement des drapeaux et taille en mode responsive
This commit is contained in:
parent
c3bfe2107f
commit
d3219f6754
@ -31,7 +31,7 @@ class common {
|
|||||||
const TEMP_DIR = 'site/tmp/';
|
const TEMP_DIR = 'site/tmp/';
|
||||||
|
|
||||||
// Numéro de version
|
// Numéro de version
|
||||||
const ZWII_VERSION = '10.0.60.dev';
|
const ZWII_VERSION = '10.0.61.dev';
|
||||||
|
|
||||||
public static $actions = [];
|
public static $actions = [];
|
||||||
public static $coreModuleIds = [
|
public static $coreModuleIds = [
|
||||||
|
@ -492,6 +492,7 @@ nav #i18nUserSelect {
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
nav li ul li {
|
nav li ul li {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@ -519,7 +520,7 @@ nav a:hover {
|
|||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
body > nav {
|
body > nav {
|
||||||
margin:0;
|
margin:0;
|
||||||
}
|
}
|
||||||
nav #toggle {
|
nav #toggle {
|
||||||
display: block;
|
display: block;
|
||||||
@ -538,6 +539,7 @@ nav a:hover {
|
|||||||
min-width: inherit;
|
min-width: inherit;
|
||||||
width: auto;
|
width: auto;
|
||||||
margin: 15px;
|
margin: 15px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Taille du menu hamburger */
|
/* Taille du menu hamburger */
|
||||||
@ -546,18 +548,9 @@ nav a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
nav .flag {
|
nav .flag {
|
||||||
height: 18px;
|
margin: 20px 10px 20px 10px;
|
||||||
vertical-align: top;
|
font-size: calc(100% * 2.5);
|
||||||
max-width: 100%;
|
}
|
||||||
float: right;
|
|
||||||
margin: 5px;
|
|
||||||
padding-bottom: 5px;
|
|
||||||
}
|
|
||||||
nav .flagSelected {
|
|
||||||
height: 22px;
|
|
||||||
padding-bottom: 5px;
|
|
||||||
margin-top: 15px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -603,12 +596,17 @@ ul .menuSideChild, li .menuSideChild {
|
|||||||
#menuBar {
|
#menuBar {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
#i18nBar {
|
#i18nBar {
|
||||||
margin-top: -4px;
|
|
||||||
display: inline-flex ;
|
display: inline-flex ;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
/* fin barre de menu */
|
||||||
|
nav:after {
|
||||||
|
content: " ";
|
||||||
|
clear: both;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
/* Corps */
|
/* Corps */
|
||||||
@media (min-width:769px) {
|
@media (min-width:769px) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user