[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 { 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;

View File

@ -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,