Add hint after instance field.

This commit is contained in:
tastytea 2020-11-25 23:23:28 +01:00
parent 23c13ae7e9
commit 0519173304
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -35,7 +35,7 @@
{ {
margin-left: 10ch; margin-left: 10ch;
} }
span.optional span.hint
{ {
font-style: italic; font-style: italic;
} }
@ -132,6 +132,7 @@
<form method="post" action="/add" enctype="multipart/form-data"> <form method="post" action="/add" enctype="multipart/form-data">
<label for="instance">Instance:</label> <label for="instance">Instance:</label>
<input type="text" id="instance" name="instance" placeholder="example.com" required> <input type="text" id="instance" name="instance" placeholder="example.com" required>
<span class="hint">(Without the “https://”)</span>
<br> <br>
<label for="tags">Tags:</label> <label for="tags">Tags:</label>
@ -145,7 +146,7 @@
<!-- <input type="button" id="add_receipt" value="" disabled> --> <!-- <input type="button" id="add_receipt" value="" disabled> -->
<br> <br>
<label for="screenshot1">Screenshots:</label><span class="optional">(optional)</span> <label for="screenshot1">Screenshots:</label><span class="hint">(optional)</span>
<br> <br>
<input type="file" id="screenshot1" name="screenshots[]" accept="image/*"> <input type="file" id="screenshot1" name="screenshots[]" accept="image/*">
<br> <br>