Fix
This commit is contained in:
parent
78d8e76879
commit
0d35ef8c54
@ -24,8 +24,8 @@ function respond(){
|
||||
</form></tr>
|
||||
<form action="upload.php" method="post" enctype="multipart/form-data" onsubmit="respond()">
|
||||
<tr>
|
||||
<td>Target:</td>
|
||||
<td>
|
||||
<td class="left">Target:</td>
|
||||
<td class="right">
|
||||
<select name="target" id="target" required>
|
||||
<option value="" disabled selected hidden>Streaming Destination</option>
|
||||
<option value="Restream">Restream</option>
|
||||
@ -37,8 +37,8 @@ function respond(){
|
||||
<td class="left">Streamkey:</td>
|
||||
<td class="right"><input type="text" name="streamkey" required title="string of 0-9, a-z, A-Z, underscore or dash characters" pattern="[a-zA-Z0-9_-]+"></td></tr>
|
||||
<tr>
|
||||
<td>Date & Time:</td>
|
||||
<td><input type="datetime-local" name="datetime" title="Click on the date to get a popup" required></td></tr>
|
||||
<td class="left">Date & Time:</td>
|
||||
<td class="right"><input type="datetime-local" name="datetime" title="Click on the date to get a popup" required></td></tr>
|
||||
<tr>
|
||||
<td class="left">Video File:</td>
|
||||
<td class="right"><input type="file" name="file" required accept=".mp4"></td></tr>
|
||||
|
||||
@ -33,8 +33,8 @@ body {
|
||||
height:100vh;
|
||||
}
|
||||
.incontainer {
|
||||
width:525px;
|
||||
max-width:450px;
|
||||
width:550px;
|
||||
max-width:550px;
|
||||
}
|
||||
p {
|
||||
flex-wrap:nowrap;
|
||||
@ -53,7 +53,7 @@ table {
|
||||
width:325px;
|
||||
}
|
||||
.left {
|
||||
width:200px;
|
||||
width:225px;
|
||||
padding-right:10px;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user