Skip to content
Snippets Groups Projects
Commit 2096533b authored by divinatus's avatar divinatus
Browse files

Correctif taille max second logo

parent 9ce4e1c3
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
<BOUCLE_second_logo(CONDITION){si #CONFIG_VALUE{_masquer_logo_secondaire}|=={non}|oui}>
<BOUCLE_type_image(CONDITION){si #CONFIG_VALUE{type_insertion_second_logo}|=={fichier}|oui}>
<a class="fr-header__operator" href="#URL_SITE_SPIP" title="Retour à la page d'accueil">
<img src="#CONFIG_VALUE{second_logo_upload}" alt="logo secondaire" style="max-width:9.0625rem;"/>
<img src="#CONFIG_VALUE{second_logo_upload}" alt="logo secondaire" style="max-height:7.25rem;"/>
</a>
</BOUCLE_type_image>
<a class="fr-header__operator" href="#URL_SITE_SPIP" title="Retour à la page d'accueil">#CONFIG_VALUE{second_logo_upload}</a>
......@@ -98,18 +98,23 @@
</BOUCLE_masquer_liste_acces_rapide>
</div>
<BOUCLE_masquer_recherche(CONDITION){si #CONFIG_VALUE{_masquer_recherche}|=={non}|oui}>
<div class="fr-header__search fr-modal" id="modal-400" data-fr-js-modal="true" data-fr-js-header-modal="true">
<div class="fr-header__search fr-modal" id="modal-2397" aria-labelledby="button-2398">
<div class="fr-container fr-container-lg--fluid">
<button class="fr-link--close fr-link" aria-controls="modal-400" data-fr-js-modal-button="true">Fermer</button>
<button class="fr-btn--close fr-btn" aria-controls="modal-2397" id="button-2405" title="Fermer">
Fermer
</button>
<form action="#SELF" method="get">
<div class="fr-search-bar" id="search-399" role="search">
<label class="fr-label" for="search-399-input">
<div class="fr-search-bar" id="search-2396" role="search">
<label class="fr-label" for="search-2396-input">
Rechercher
</label>
<input class="fr-input" aria-describedby="search-2396-input-messages" placeholder="Rechercher" id="search-2396-input" type="search" name="recherche">
<input type="hidden" name="page" value="recherche">
<input type="hidden" name="lang" value="fr">
<input class="fr-input" title="Rechercher" placeholder="Rechercher" type="search" id="search-399-input" name="recherche">
<button class="fr-btn" title="Rechercher">
<div class="fr-messages-group" id="search-2396-input-messages" aria-live="polite">
</div>
<button class="fr-btn" id="search-btn-2407" title="Rechercher">
Rechercher
</button>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment