mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:20:23 +08:00
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:
@ -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>
|
||||
|
||||
|
@ -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>
|
Reference in New Issue
Block a user