Ajout d'un formulaire d'envoi de fichiers

This commit is contained in:
leosw
2025-08-02 15:00:19 +02:00
parent d9963bf64b
commit 42a3aa08f5
3 changed files with 38 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
#wiki_files table {
width: 100%;
margin: 30px auto;
margin: 10px auto 30px;
}
#wiki_files table, #wiki_files td {
@@ -60,4 +60,23 @@
}
#wiki_files .center {
text-align: center;
}
#send_file {
display: flex;
}
#send_file div {
padding: 10px;
margin: 10px;
}
#send_file div {
flex: 2
}
#send_file input[type="submit"] {
text-align: center;
width: 150px;
flex: 1;
margin: 10px;
padding: 10px;
border-bottom: 2px solid blue;
}