on rend un peu plus responsive
This commit is contained in:
parent
a7fe6a811f
commit
8882667666
2 changed files with 34 additions and 6 deletions
|
@ -242,3 +242,31 @@
|
|||
.formulaire_gamumail .btn {
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
.gestion_documents {
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
gap: 20px;
|
||||
}
|
||||
.gestion_documents .colonne_droite {
|
||||
border-bottom: 1px solid #CECECE;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.colonne_droite .dropfile{
|
||||
display: flex;
|
||||
gap: 5px;
|
||||
align-items: center;
|
||||
}
|
||||
@media (min-width: 780px) {
|
||||
.gestion_documents {
|
||||
flex-direction: row;
|
||||
}
|
||||
.colonne_gauche {
|
||||
width: 50%;
|
||||
}
|
||||
.colonne_droite {
|
||||
width: 50%;
|
||||
order: 2;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -110,8 +110,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex gap-6">
|
||||
<div class="w800p">
|
||||
<div class="gestion_documents">
|
||||
<div class="colonne_droite">
|
||||
<h2><:gamumail:fichiers_televerser:></h2>
|
||||
<INCLURE{fond=inclure/bigform,env,accept=#LISTE{image/*, application/pdf},suffix_liste_fichiers=gamumail}>
|
||||
</div>
|
||||
<div class="colonne_gauche">
|
||||
#SET{fichier,#SLUG|concat{_soustexte}}
|
||||
[(#CHEMIN{gamumail/#GET{fichier}.html}|oui)
|
||||
<INCLURE{fond=gamumail/#GET{fichier},env,lang=#GET{lang_dest}}>
|
||||
|
@ -156,10 +160,6 @@
|
|||
<INCLURE{fond=gamumail/#GET{fichier},env,options=#ENV{options}}>
|
||||
]
|
||||
</div>
|
||||
<div class="minw-500p">
|
||||
<h2><:gamumail:fichiers_televerser:></h2>
|
||||
<INCLURE{fond=inclure/bigform,env,accept=#LISTE{image/*, application/pdf},suffix_liste_fichiers=gamumail}>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue