Add space before (optional), make it italic.
This commit is contained in:
parent
aefbb4a26d
commit
c80487b8c9
|
@ -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>
|
||||
|
|
Reference in New Issue
Block a user