Skip to content

Commit

Permalink
Edits
Browse files Browse the repository at this point in the history
  • Loading branch information
grellyd committed Aug 29, 2023
1 parent 654d923 commit 60dc292
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pages/templates/qrgen.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -154,16 +154,16 @@
<p>Enter your link below. Press 'Generate', the page will refresh, and you will see your QR code in all it's glory. Right click, save as image.</p>

<form action="/qrcode" method="post">
<ul>
<li>
<ul class="formList">
<li class="formList">
<label for="Link">Link:</label>
<input type="text" id="link" name="link" />
</li>
<li>
<li class="formList">
<label for="image">Overlay Image:</label>
<input type="file" id="overlay" name="overlay" accept="image/png, image/jpeg"/>
</li>
<li>
<li class="formList">
<input type="submit" value="Generate">
</ul>
</form>
Expand Down
8 changes: 7 additions & 1 deletion static/css/grellyd.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,10 @@ video {
form {
padding: 10px;
list-style-type: none;
}
}

.formList {
padding: 10px;
list-style-type: none;
line-height: normal;
}

0 comments on commit 60dc292

Please sign in to comment.