Update newsletter HTML templates for improved styling and consistency

- Adjusted padding in the Outlook HTML format for better layout and readability.
- Added a space in the footer message for enhanced clarity in the internal newsletter notice.
This commit is contained in:
smueller
2026-07-07 16:09:33 +02:00
parent f67bec218e
commit f7ce3b65fe

View File

@@ -825,12 +825,12 @@ def create_outlook_html(
{summary_row} {summary_row}
{editor_tip_row} {editor_tip_row}
<tr> <tr>
<td {_outlook_td_attrs(extra_style="padding:20px 0 0;")}> <td {_outlook_td_attrs(extra_style="padding:20px 0 24px;")}>
{_outlook_cta(WIKI_HOME_URL, "Zum Thomas-Krenn-Wiki →")} {_outlook_cta(WIKI_HOME_URL, "Zum Thomas-Krenn-Wiki →")}
</td> </td>
</tr> </tr>
<tr> <tr>
<td {_outlook_td_attrs(extra_style=f"padding:16px 0 0;border-top:1px solid {OUTLOOK_BORDER};")}> <td {_outlook_td_attrs(extra_style=f"padding:20px 0 0;border-top:1px solid {OUTLOOK_BORDER};")}>
{_outlook_font(f"Automatisch erstellter interner Newsletter · Nur für den Gebrauch bei {ORG_NAME}", color=OUTLOOK_MUTED, size="1")} {_outlook_font(f"Automatisch erstellter interner Newsletter · Nur für den Gebrauch bei {ORG_NAME}", color=OUTLOOK_MUTED, size="1")}
</td> </td>
</tr> </tr>