[9.2.03] masquage des menus hors du site dans le theme

This commit is contained in:
fredtempez 2019-07-31 19:45:59 +02:00
parent 32fa56a580
commit 47bdbdaead
2 changed files with 6 additions and 1 deletions

View File

@ -413,11 +413,13 @@ header .container {
body > nav {
margin: 0 -10px;
}
/* Items du menu */
nav a > img {
margin: -4px 0;
vertical-align: middle;
}
}
nav #toggle {
cursor: pointer;
text-align: right;

View File

@ -19,6 +19,9 @@ footer {
position: relative;
z-index: 10;
}
nav li ul {
display: none;
}
#themeShowAll,
#themeBack,
#themeManage,