Skip to content
Permalink
Browse files
UI Bug fix
  • Loading branch information
hortonr6 committed Nov 28, 2019
1 parent 009c882 commit d027f33e9879f4d8ae79ff442ca507c5a236bd2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
@@ -58,6 +58,10 @@ body {
text-align: center;
}

#linkHolder {
text-align: center;
}

#uploadButton {
padding: 1em;
}
@@ -23,9 +23,9 @@
<p class="linkDetails">{{link}}</p>
<!-- Displays the link to the user -->

<form action="mailto:?subject=I wanted you to see this site&amp;body=Here's a file I wanted to share with you {{link}}" title="Share by Email" name="emailBtn">
<input type="submit" value="Share By Email" />
</form>
<div id="linkHolder">
<a align="center" href="mailto:?subject=The file you asked for&amp;body=Here's a file I wanted to share with you {{link}}">Share by Email</a>
</div>
{{/if}}

<form action="/" class="backButton" name="backBtn">

0 comments on commit d027f33

Please sign in to comment.