Backed our new styles out of ink.css and moved them into style.css. Small margin tweaks, looking good to go.

This commit is contained in:
Matt Toback
2015-08-14 15:21:51 -04:00
parent 60eec49e95
commit 0651f134e4
8 changed files with 132 additions and 85 deletions

View File

@ -32,17 +32,9 @@
</tr>
<tr>
<td class="center">
<!-- <table class="button radius">
<tr>
<td>
<a href="[[.GrafanaUrl]]">Log in now</a>
</td>
</tr>
</table> -->
<table align="center" border="0" cellspacing="0" cellpadding="0">
<table class="better-button" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" class="better-button" style="padding-bottom: 0px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;" bgcolor="#ff8f2b"><a href="[[.GrafanaURL]]" target="_blank">Log in now</a></td>
<td align="center" class="better-button" bgcolor="#ff8f2b"><a href="[[.AppURL]]" target="_blank">Log in now</a></td>
</tr>
</table>

View File

@ -25,22 +25,14 @@
<table class="twelve columns">
<tr>
<td class="center">
<p>You've been invited to join the <span class="emphasis">[[.OrgName]]</span> organization by <span class="emphasis">[[.InvitedBy]]</span></p>
<p>To accept your invitation and join the team, please click the link below:</p>
<p>You've been invited to join the <span class="emphasis">[[.OrgName]]</span> organization by <span class="emphasis">[[.InvitedBy]]</span>. To accept your invitation and join the team, please click the link below:</p>
</td>
</tr>
<tr>
<td class="center">
<!-- <table class="small-button radius">
<tr>
<td>
<a href="[[.LinkUrl]]">Complete Sign Up</a>
</td>
</tr>
</table> -->
<table align="center" border="0" cellspacing="0" cellpadding="0">
<table class="better-button" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" class="better-button" style="padding-bottom: 0px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;" bgcolor="#ff8f2b"><a href="[[.LinkUrl]]" target="_blank">Complete Sign Up</a></td>
<td align="center" class="better-button" bgcolor="#ff8f2b"><a href="[[.LinkUrl]]" target="_blank">Accept Invitation</a></td>
</tr>
</table>
</td>
@ -54,6 +46,4 @@
</table>
</td>
</tr>
</table>
</table>