Ajouter CSS pour header et pages principales #75

Merged
vlbeaudoin merged 10 commits from css-general into main 2023-07-25 14:18:16 -04:00
Showing only changes of commit c6e8eedccf - Show all commits

View file

@ -9,7 +9,7 @@
<body>
{{ template "header-html" }}
<h1 class="heading1">Upload</h1>
<form class="form uploadForm" action="/admin/documents/upload" method="post" enctype="multipart/form-data">
<form class="form adminUploadForm" action="/admin/documents/upload" method="post" enctype="multipart/form-data">
<label class="formLabel" for="bucket">Type de document:</label>
<select class="formSelect" name="bucket" id="bucket">