parent
4924e71361
commit
25d7fdfcaf
@ -41,11 +41,7 @@
|
|||||||
Le symbole ‼︎ dans la colonne aide signifie que nous avons besoin d'aide pour obtenir une photo et que <a href="informations.html">vous pouvez contribuer</a>.<br>
|
Le symbole ‼︎ dans la colonne aide signifie que nous avons besoin d'aide pour obtenir une photo et que <a href="informations.html">vous pouvez contribuer</a>.<br>
|
||||||
Une fois cette liste générée, la configuration sera repliée, il suffit alors de cliquer sur la ▶︎ flèche pour la faire réapparaître.</p>
|
Une fois cette liste générée, la configuration sera repliée, il suffit alors de cliquer sur la ▶︎ flèche pour la faire réapparaître.</p>
|
||||||
|
|
||||||
<div class="style-container">
|
<h2 class="active">Configuration </h2>
|
||||||
<h2 class="active">Configuration </h2>
|
|
||||||
<img class="style-select frame" src="styles/icons/frame.svg">
|
|
||||||
<img class="style-select list" src="styles/icons/list.svg">
|
|
||||||
</div>
|
|
||||||
<form name="explorer" action="" onsubmit="onSubmit();">
|
<form name="explorer" action="" onsubmit="onSubmit();">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="box photos active">
|
<div class="box photos active">
|
||||||
@ -189,6 +185,10 @@
|
|||||||
<input type="submit" value="Générer">
|
<input type="submit" value="Générer">
|
||||||
</form>
|
</form>
|
||||||
<p class="no-result"><strong>Aucun résultat.</strong> Veuillez réessayer avec d'autres paramètres.</p>
|
<p class="no-result"><strong>Aucun résultat.</strong> Veuillez réessayer avec d'autres paramètres.</p>
|
||||||
|
<div id="style-container">
|
||||||
|
<img class="style-select frame" src="styles/icons/frame.svg">
|
||||||
|
<img class="style-select list" src="styles/icons/list.svg">
|
||||||
|
</div>
|
||||||
<div id="gallery"></div>
|
<div id="gallery"></div>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
@ -390,9 +390,14 @@ article.explorer h2.active::after {
|
|||||||
transform:rotate(0);
|
transform:rotate(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
article.explorer img.style-select {
|
article.explorer #style-container {
|
||||||
display:block;
|
display:block;
|
||||||
text-align:right;
|
text-align:right;
|
||||||
|
margin-bottom:0;
|
||||||
|
}
|
||||||
|
|
||||||
|
article.explorer img.style-select {
|
||||||
|
display:inline;
|
||||||
max-height:2rem;
|
max-height:2rem;
|
||||||
margin:0;
|
margin:0;
|
||||||
margin-bottom:0.25rem;
|
margin-bottom:0.25rem;
|
||||||
@ -491,7 +496,6 @@ article.explorer table {
|
|||||||
border-collapse:separate;
|
border-collapse:separate;
|
||||||
border-spacing:0;
|
border-spacing:0;
|
||||||
width:100%;
|
width:100%;
|
||||||
margin-top:1rem;
|
|
||||||
margin-bottom:1rem;
|
margin-bottom:1rem;
|
||||||
overflow-x:auto;
|
overflow-x:auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user