summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-11-05 09:00:48 -0500
committerJoramWilander <jwawilander@gmail.com>2015-11-05 09:00:48 -0500
commitc5cf1179e5bda6b99fd399a0aefcdfdd1daaadd9 (patch)
tree657332de65bb6ba1655b2f502e775d96299fba58 /api
parent23d6cfe4d8e35f5b9d3794af8d7327e1acccd5fa (diff)
downloadchat-c5cf1179e5bda6b99fd399a0aefcdfdd1daaadd9.tar.gz
chat-c5cf1179e5bda6b99fd399a0aefcdfdd1daaadd9.tar.bz2
chat-c5cf1179e5bda6b99fd399a0aefcdfdd1daaadd9.zip
Update email css
Diffstat (limited to 'api')
-rw-r--r--api/templates/invite_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/templates/invite_body.html b/api/templates/invite_body.html
index a96384013..d98f91357 100644
--- a/api/templates/invite_body.html
+++ b/api/templates/invite_body.html
@@ -19,7 +19,7 @@
<td style="border-bottom: 1px solid #ddd; padding: 0 0 20px;">
<h2 style="font-weight: normal; margin-top: 10px;">You've been invited</h2>
<p>The team {{.Props.SenderStatus}} <strong>{{.Props.SenderName}}</strong>, has invited you to join <strong>{{.Props.TeamDisplayName}}</strong>.</p>
- <p style="margin: 30px 0 15px 10px">
+ <p style="margin: 30px 0 15px">
<a href="{{.Props.Link}}" style="background: #2389D7; border-radius: 3px; color: #fff; border: none; outline: none; min-width: 200px; padding: 15px 25px; font-size: 14px; font-family: inherit; cursor: pointer; -webkit-appearance: none;text-decoration: none;">Join Team</a>
</p>
<br/>