mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
redesign email template
This commit is contained in:
@@ -10,25 +10,25 @@
|
||||
</head>
|
||||
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" class="main" style="background: #2e2e2e; height: 100% !important; margin: 0 auto; padding: 0; width: 100% !important" bgcolor="#2e2e2e"><style type="text/css">
|
||||
body {
|
||||
height: 100% !important; width: 100% !important;
|
||||
height: 100% !important; width: 100% !important;
|
||||
}
|
||||
body .copy {
|
||||
-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
|
||||
}
|
||||
.ExternalClass {
|
||||
width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.ExternalClass {
|
||||
line-height: 100%;
|
||||
line-height: 100%;
|
||||
}
|
||||
img {
|
||||
-ms-interpolation-mode: bicubic;
|
||||
-ms-interpolation-mode: bicubic;
|
||||
}
|
||||
img {
|
||||
border: 0 !important; outline: none !important; text-decoration: none !important;
|
||||
border: 0 !important; outline: none !important; text-decoration: none !important;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration: underline;
|
||||
}
|
||||
td[class="stack-column-center"] {
|
||||
text-align: center !important;
|
||||
@@ -46,12 +46,6 @@ td[class="stack-column-center"] {
|
||||
img[class="fluid-centered"] {
|
||||
margin: auto !important;
|
||||
}
|
||||
table[class="articles"] {
|
||||
width: 90% !important;
|
||||
}
|
||||
table[class="article-links"] {
|
||||
width: 100% !important;
|
||||
}
|
||||
td[class="comms-content"] {
|
||||
padding: 20px !important;
|
||||
}
|
||||
@@ -91,41 +85,8 @@ td[class="stack-column-center"] {
|
||||
td[class="spacer mb-shorten"] {
|
||||
height: 25px !important;
|
||||
}
|
||||
a[class="footer-legal-links"] {
|
||||
display: block !important; margin-bottom: 6px !important; font-size: 12px !important; line-height: 18px !important;
|
||||
}
|
||||
td[class="footer-links-list"] {
|
||||
margin: 12px 0;
|
||||
}
|
||||
a[class="post-title"] {
|
||||
font-size: 22px !important; line-height: 32px !important;
|
||||
}
|
||||
a[class="post-title spotlight"] {
|
||||
font-size: 22px !important; line-height: 32px !important;
|
||||
}
|
||||
td[class="legal-text"] {
|
||||
font-size: 12px !important; line-height: 18px !important;
|
||||
}
|
||||
td[class="avatar"] {
|
||||
width: 30% !important;
|
||||
}
|
||||
td[class="links"] {
|
||||
width: 30% !important;
|
||||
}
|
||||
td[class="links"] {
|
||||
width: 70% !important;
|
||||
}
|
||||
a[class="main-cta"] {
|
||||
width: 90% !important; font-size: 18px !important;
|
||||
}
|
||||
table[class="button"] {
|
||||
width: 90% !important; font-size: 18px !important;
|
||||
}
|
||||
a[class="cta-big-link"] {
|
||||
font-size: 18px !important; line-height: 26px !important;
|
||||
}
|
||||
a[class="btn-white"] {
|
||||
font-size: 13px !important; width: 90px !important;
|
||||
.two-up td {
|
||||
width:270px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@@ -174,14 +135,14 @@ td[class="stack-column-center"] {
|
||||
</tr>
|
||||
</table>
|
||||
<!-- footer -->
|
||||
<table class="row footer">
|
||||
<table class="footer center">
|
||||
<tr>
|
||||
<td class="wrapper last">
|
||||
<table class="twelve columns">
|
||||
<table class="twelve columns center">
|
||||
<tr>
|
||||
<td align="center">
|
||||
<td class="twelve" align="center">
|
||||
<center>
|
||||
<p style="text-align:center; font-size: 12px; color: #999999;">
|
||||
<p style="text-align: center; font-size: 12px; color: #999999;">
|
||||
Sent by <a href="[[.AppUrl]]">Grafana v[[.BuildVersion]]</a>
|
||||
<br />© 2016 Grafana and raintank
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user