Add space before (optional), make it italic.
This commit is contained in:
parent
aefbb4a26d
commit
c80487b8c9
|
@ -20,6 +20,10 @@
|
||||||
{
|
{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
span.optional
|
||||||
|
{
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -42,7 +46,8 @@
|
||||||
<input type="button" id="add_receipt" value="➕" disabled><br>
|
<input type="button" id="add_receipt" value="➕" disabled><br>
|
||||||
|
|
||||||
<label for="screenshot">Screenshot:</label>
|
<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>
|
<label for="description">Description:</label><br>
|
||||||
<textarea id="description" name="description" cols="80" rows="20" required></textarea><br>
|
<textarea id="description" name="description" cols="80" rows="20" required></textarea><br>
|
||||||
|
|
Reference in New Issue
Block a user