Skip to content
Snippets Groups Projects
Commit eeaf6491 authored by pfleu's avatar pfleu
Browse files

Fix : on remet la possibilité d'utiliser Wikstraktor.

Fix navbar quand le sélecteur de langue de travail est affiché
Fix CSS message flash : zindex supérieur à celui de navbar
parent b85bda6c
No related branches found
No related tags found
No related merge requests found
......@@ -617,7 +617,7 @@ audio::-webkit-media-controls-mute-button {
margin-left: auto;
margin-right: auto;
text-align: center;
z-index: 150;
z-index: 1040;
}
#flashes .alert {
padding-left: 40px;
......
{% if app.user.studiedLanguages|length > 1 %}
<div class="dropdown dropstart me-2 text-white-50">
<div class="dropdown dropstart text-white-50">
<a title="{{ "Langue étudiée"|trans }}" href="#" data-bs-toggle="dropdown" aria-expanded="false" class="btn btn-xs btn-secondary">
<i class="fa fa-lg fa-flag"></i> {{ app.session.get('studied_language') }}
</a>
......
......@@ -147,6 +147,13 @@
<!-- ... Your other navigation elements ... -->
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<span class="nav-link">
{% include "_workingLanguageSwitcher.html.twig" %}
</span>
</li>
<li class="nav-item">
<span class="nav-link">
{{ success_manager.getUserPoints(app.user) }}
......@@ -185,8 +192,6 @@
</li>
</ul>
{% include "_workingLanguageSwitcher.html.twig" %}
{% endif %}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment