Add space before (optional), make it italic.

This commit is contained in:
tastytea 2020-06-30 03:12:15 +02:00
parent aefbb4a26d
commit c80487b8c9
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 1 deletions

View File

@ -20,6 +20,10 @@
{
padding: 0;
}
span.optional
{
font-style: italic;
}
</style>
</head>
<body>
@ -42,7 +46,8 @@
<input type="button" id="add_receipt" value="" disabled><br>
<label for="screenshot">Screenshot:</label>
<input type="file" id="screenshot" name="screenshot"><span>(optional)</span><br>
<input type="file" id="screenshot" name="screenshot">
<span class="optional">(optional)</span><br>
<label for="description">Description:</label><br>
<textarea id="description" name="description" cols="80" rows="20" required></textarea><br>