Minor modifications in the styling of the emails.
This commit is contained in:
parent
8ed17a38d0
commit
cb0c44e14a
3 changed files with 22 additions and 16 deletions
|
@ -3,9 +3,9 @@
|
||||||
<title>Appointment Details</title>
|
<title>Appointment Details</title>
|
||||||
</head>
|
</head>
|
||||||
<body style="font: 13px arial, helvetica, tahoma;">
|
<body style="font: 13px arial, helvetica, tahoma;">
|
||||||
<div class="email-container" style="width: 650px;border: 1px solid #eee;">
|
<div class="email-container" style="width: 650px; border: 1px solid #eee;">
|
||||||
<div id="header" style="background-color: #3DD481; border-bottom: 4px solid #1A865F;
|
<div id="header" style="background-color: #3DD481; border-bottom: 4px solid #1A865F;
|
||||||
height: 45px;padding: 10px 15px;">
|
height: 45px; padding: 10px 15px;">
|
||||||
<strong id="logo" style="color: white; font-size: 20px;
|
<strong id="logo" style="color: white; font-size: 20px;
|
||||||
text-shadow: 1px 1px 1px #8F8888; margin-top: 10px; display: inline-block">
|
text-shadow: 1px 1px 1px #8F8888; margin-top: 10px; display: inline-block">
|
||||||
$company_name</strong>
|
$company_name</strong>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<title>$email_title</title>
|
<title>$email_title</title>
|
||||||
</head>
|
</head>
|
||||||
<body style="font: 13px arial, helvetica, tahoma;">
|
<body style="font: 13px arial, helvetica, tahoma;">
|
||||||
<div class="email-container" style="width: 650px;border: 1px solid #eee;">
|
<div class="email-container" style="width: 650px; border: 1px solid #eee;">
|
||||||
<div id="header" style="background-color: #3DD481; border-bottom: 4px solid #1A865F;
|
<div id="header" style="background-color: #3DD481; border-bottom: 4px solid #1A865F;
|
||||||
height: 40px;padding: 10px 15px;">
|
height: 45px; padding: 10px 15px;">
|
||||||
<strong id="logo" style="color: white; font-size: 24px;
|
<strong id="logo" style="color: white; font-size: 20px;
|
||||||
text-shadow: 1px 1px 1px #8F8888; margin-top: 5px; display: inline-block">
|
text-shadow: 1px 1px 1px #8F8888; margin-top: 10px; display: inline-block">
|
||||||
$company_name</strong>
|
$company_name</strong>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -59,9 +59,12 @@
|
||||||
<p>$reason</p>
|
<p>$reason</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" style="padding: 10px; text-align: center;
|
<div id="footer" style="padding: 10px; text-align: center; margin-top: 10px;
|
||||||
border-top: 1px solid #EEE;background: #FAFAFA;">
|
border-top: 1px solid #EEE; background: #FAFAFA;">
|
||||||
<a href="$company_link">$company_name</a> | Powered by Easy!Appointments
|
Powered by
|
||||||
|
<a href="http://easyappointments.org" style="text-decoration: none;">Easy!Appointments</a>
|
||||||
|
|
|
||||||
|
<a href="$company_link" style="text-decoration: none;">$company_name</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<title>New Account Password</title>
|
<title>New Account Password</title>
|
||||||
</head>
|
</head>
|
||||||
<body style="font: 13px arial, helvetica, tahoma;">
|
<body style="font: 13px arial, helvetica, tahoma;">
|
||||||
<div class="email-container" style="width: 650px;border: 1px solid #eee;">
|
<div class="email-container" style="width: 650px; border: 1px solid #eee;">
|
||||||
<div id="header" style="background-color: #3DD481; border-bottom: 4px solid #1A865F;
|
<div id="header" style="background-color: #3DD481; border-bottom: 4px solid #1A865F;
|
||||||
height: 40px;padding: 10px 15px;">
|
height: 45px; padding: 10px 15px;">
|
||||||
<strong id="logo" style="color: white; font-size: 24px;
|
<strong id="logo" style="color: white; font-size: 20px;
|
||||||
text-shadow: 1px 1px 1px #8F8888; margin-top: 5px; display: inline-block">
|
text-shadow: 1px 1px 1px #8F8888; margin-top: 10px; display: inline-block">
|
||||||
$company_name</strong>
|
$company_name</strong>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -16,9 +16,12 @@
|
||||||
<p>$email_message</p>
|
<p>$email_message</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" style="padding: 10px; text-align: center;
|
<div id="footer" style="padding: 10px; text-align: center; margin-top: 10px;
|
||||||
border-top: 1px solid #EEE;background: #FAFAFA;">
|
border-top: 1px solid #EEE; background: #FAFAFA;">
|
||||||
<a href="$company_link">$company_name</a> | Powered by Easy!Appointments
|
Powered by
|
||||||
|
<a href="http://easyappointments.org" style="text-decoration: none;">Easy!Appointments</a>
|
||||||
|
|
|
||||||
|
<a href="$company_link" style="text-decoration: none;">$company_name</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue