Indentation.

This commit is contained in:
tastytea 2020-07-04 07:25:18 +02:00
parent 07957ce5fa
commit 60ef089104
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 21 additions and 21 deletions

View File

@ -4,26 +4,26 @@
<title>FediBlock prototype</title> <title>FediBlock prototype</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<style> <style>
label label
{ {
display: block; display: block;
float: left; float: left;
width: 11ch; width: 11ch;
text-align: right; text-align: right;
margin-right: 1ch; margin-right: 1ch;
} }
input[type=text], input[type=url] input[type=text], input[type=url]
{ {
width: 60ch; width: 60ch;
} }
input[type=button] input[type=button]
{ {
padding: 0; padding: 0;
} }
span.optional span.optional
{ {
font-style: italic; font-style: italic;
} }
</style> </style>
</head> </head>
<body> <body>
@ -48,7 +48,7 @@
<label for="receipts">Receipts:</label> <label for="receipts">Receipts:</label>
<input type="url" id="receipts" name="receipts" <input type="url" id="receipts" name="receipts"
placeholder="https://example.com/@user/1234567890" required> placeholder="https://example.com/@user/1234567890" required>
<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>