Skip to content

Commit

Permalink
Merge pull request PrestaShop#8024 from nihco2/fix-legacy-submenu-laptop
Browse files Browse the repository at this point in the history
Fix legacy submenu laptop
  • Loading branch information
Quetzacoalt91 authored and nihco2 committed Jun 22, 2017
2 parents 85e8917 + c761fb3 commit 67cbccd
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion admin-dev/themes/default/css/admin-theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin-dev/themes/default/css/admin-theme_rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin-dev/themes/default/css/schemes/admin-theme-blue.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin-dev/themes/default/css/schemes/admin-theme-flex.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin-dev/themes/default/css/schemes/admin-theme-fruit.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin-dev/themes/default/css/schemes/admin-theme-prune.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions admin-dev/themes/default/sass/partials/_nav.sass
Expand Up @@ -209,6 +209,13 @@ $min-height: 950px
text-align: center
> span
display: none
@media (max-height: 768px)
> ul > li.maintab#subtab-ShopParameters
ul.submenu
top: -175px!important
> ul > li.maintab#subtab-AdminAdvancedParameters
ul.submenu
top: -250px!important
> ul > li.maintab:hover
width: 250px!important
position: relative
Expand Down

0 comments on commit 67cbccd

Please sign in to comment.