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 5d44955 commit fa52796
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions static/css/grellyd.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,7 @@ ul .formList {
li .formItem {
padding-top: 10px;
}

.linkButton {
margin: 10px;
}
4 changes: 2 additions & 2 deletions templates/qrcode.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@
<a/>
<br>
<a href="{{ .image }}" download="{{ .fileName }}">
<button type="button">Download</button>
<button type="button" class="linkButton">Download</button>
<a/>
<br>
<button onclick="location.href='/qrgen'" type="button">Back</button>
<button onclick="location.href='/qrgen'" type="button" class="linkButton">Back</button>
</div>
</body>
</html>

0 comments on commit fa52796

Please sign in to comment.