mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
dropdown menu base
This commit is contained in:
@@ -19,7 +19,13 @@
|
|||||||
<button class="custom-btn" id="manualUploadBtn">Search video</button>
|
<button class="custom-btn" id="manualUploadBtn">Search video</button>
|
||||||
<input type="file" id="videoUpload" accept="video/*">
|
<input type="file" id="videoUpload" accept="video/*">
|
||||||
|
|
||||||
|
<div class="dropdown-container">
|
||||||
|
<label for="docFormat">Choose prefered document style:</label>
|
||||||
|
<select name="docFormat" id="docFormat">
|
||||||
|
<option value"bericht-inhalt-zeitmarken">Meeting report and summary with timestamps</option>
|
||||||
|
<option value"custom">custom</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
|
||||||
<script src="script.js"></script>
|
<script src="script.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -62,3 +62,11 @@ body {
|
|||||||
input[type="file"] {
|
input[type="file"] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-container{
|
||||||
|
margin-top: 15px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user