aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2013-11-06 16:21:31 +0000
committermistic100 <mistic@piwigo.org>2013-11-06 16:21:31 +0000
commit68636067e98ab30914237ed28d5015cbf8dd6fe4 (patch)
tree16a040ec0dc2ccb4f0d4fb6adf14a12a359470c4 /themes/default
parent7a5e31e40127c401520d62499830a14537cd9c03 (diff)
feature feature 2995: New email template
improve mail cache system fix font-size in Thunderbird git-svn-id: http://piwigo.org/svn/trunk@25358 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/template/mail/text/html/global-mail-css.tpl2
-rw-r--r--themes/default/template/mail/text/html/notification_admin.tpl2
2 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/template/mail/text/html/global-mail-css.tpl b/themes/default/template/mail/text/html/global-mail-css.tpl
index 6bfcc1cd1..59a1bde2f 100644
--- a/themes/default/template/mail/text/html/global-mail-css.tpl
+++ b/themes/default/template/mail/text/html/global-mail-css.tpl
@@ -25,6 +25,8 @@ html, body, #bodyTable {
}
#content {
padding:0 20px 20px 20px;
+ font-family:"Verdana", "Helvetica", "Optima", sans-serif;
+ font-size:13px;
}
#footer {
font-size:10px;
diff --git a/themes/default/template/mail/text/html/notification_admin.tpl b/themes/default/template/mail/text/html/notification_admin.tpl
index 2cd3483b0..f30c0df07 100644
--- a/themes/default/template/mail/text/html/notification_admin.tpl
+++ b/themes/default/template/mail/text/html/notification_admin.tpl
@@ -1,7 +1,7 @@
{$CONTENT}
{if isset($TECHNICAL)}
-<p style="margin-top:10px;font-size:10px;">
+<p style="padding-top:10px;font-size:11px;">
{$TECHNICAL|nl2br}
</p>
{/if} \ No newline at end of file