diff --git a/src/css/media.css b/src/css/media.css index 56985617..5c6fbf62 100644 --- a/src/css/media.css +++ b/src/css/media.css @@ -147,11 +147,12 @@ http://pieroxy.net/blog/pages/css-media-queries/test-features.html min-width: 510px; } /* template example boxes */ + div.preview, div.code_block { margin-left: 10px !important; margin-right: 10px !important; width: auto; - min-width: 470px; + min-width: 400px; } } @@ -287,11 +288,11 @@ http://pieroxy.net/blog/pages/css-media-queries/test-features.html } div.code_block, pre.code_block, + div.preview, pre.code_block.bad_example { margin-left: 10px !important; margin-right: 10px !important; width: auto; - min-width: 500px; } .screenshot.query { margin-left: 10px; @@ -325,11 +326,12 @@ http://pieroxy.net/blog/pages/css-media-queries/test-features.html padding: 0; } /* template example boxes */ + div.preview, div.code_block { margin-left: 10px !important; margin-right: 10px !important; width: auto; - min-width: 380px !important; + min-width: 350px !important; } } /* range width of 360px to 500px (outside of portrait mode and inside examples tab size */ diff --git a/src/templates.html b/src/templates.html index e975d1a9..29fb915d 100644 --- a/src/templates.html +++ b/src/templates.html @@ -115,13 +115,12 @@
quote header
Preview
From: John Doe <johndoe@example.com>
- Sent: %X:=sent% %A%, %B% %d%, %Y% %l%:%M%%p(3)%
- To: %to(name)%
- Cc: %cc(name)%
- Subject: %subject%
+ Sent: Tuesday, October 01, 2024 2:37PM
+ To: Axel Grude
+ Cc: Jane Doe
+ Subject: SmartTemplate - test email
- @@ -154,11 +153,11 @@
template
template
copy!
-<p>Dear %cursor%,</p>
+<p>Dear %recipient(name)%,</p>
<p></p>
<p>Yours sincerely, <br>
&nbsp;&nbsp;%identity(name)%</p>
-%sig(html)% or %sig(text)% +%sig%
@@ -174,7 +173,7 @@
template
template
copy!
-<div id="my_message" style="color:red; font-style:italic;">
+<div id="my_message" style="color:red; font-style:italic; font-family: ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif; ">
  <p>Hello,</p>
  <p>%cursor%</p>
  <p>Thank you, <br>
@@ -188,17 +187,17 @@
template

- A quote header with style labels + A quote header with styled labels