Encore des retouches sur le style default2020

This commit is contained in:
2020-01-06 09:29:28 +01:00
parent ef1f0ff70e
commit 50f66a7cb2
4 changed files with 4 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@@ -11148,6 +11148,7 @@ header nav.navbar #navbar-primary > ul > li.top-tab > a:hover {
@media screen and (min-width: 480px) and (max-width: 992px) { @media screen and (min-width: 480px) and (max-width: 992px) {
div.secondary-custom > nav.nav-secondary { div.secondary-custom > nav.nav-secondary {
display: block; display: block;
top: 0px;
} }
} }
.navbar li > a.login:before, .navbar li > a.login:before,
@@ -11167,9 +11168,6 @@ header nav.navbar #navbar-primary > ul > li.top-tab > a:hover {
background-color: #303C6E !important; background-color: #303C6E !important;
} }
@media screen and (max-width: 992px) { @media screen and (max-width: 992px) {
#barre-superieure button.navbar-toggle {
top: 88px;
}
.navbar-nav { .navbar-nav {
margin: 0px; margin: 0px;
} }

View File

@@ -147,6 +147,7 @@ header {
div.secondary-custom > nav.nav-secondary { div.secondary-custom > nav.nav-secondary {
@media screen and (min-width: @screen-xs-min) and (max-width: @screen-md-min) { // Petit écran @media screen and (min-width: @screen-xs-min) and (max-width: @screen-md-min) { // Petit écran
display: block; display: block;
top: 0px;
} }
} }
@@ -173,10 +174,6 @@ div.secondary-custom > nav.nav-secondary {
@media screen and (max-width: @screen-md-min) { @media screen and (max-width: @screen-md-min) {
// Petit écran // Petit écran
#barre-superieure button.navbar-toggle {
top: 88px;
}
.navbar-nav { .navbar-nav {
margin:0px; margin:0px;
} }

View File

@@ -130,6 +130,7 @@ GNU General Public License : http://www.gnu.org/licenses/
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand visible-xs" href="{navigate to="index"}">{$store_name}</a>
</div> </div>
</div> </div>