forked from ZwiiCMS-Team/ZwiiCMS
[9.2.03] masquage des menus hors du site dans le theme
This commit is contained in:
parent
32fa56a580
commit
47bdbdaead
@ -413,11 +413,13 @@ header .container {
|
|||||||
body > nav {
|
body > nav {
|
||||||
margin: 0 -10px;
|
margin: 0 -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Items du menu */
|
/* Items du menu */
|
||||||
nav a > img {
|
nav a > img {
|
||||||
margin: -4px 0;
|
margin: -4px 0;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav #toggle {
|
nav #toggle {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
@ -19,6 +19,9 @@ footer {
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
nav li ul {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
#themeShowAll,
|
#themeShowAll,
|
||||||
#themeBack,
|
#themeBack,
|
||||||
#themeManage,
|
#themeManage,
|
||||||
|
Loading…
Reference in New Issue
Block a user