diff --git a/Package_html_media.mk b/Package_html_media.mk
index 71c891b0ce..d278dd19c7 100644
--- a/Package_html_media.mk
+++ b/Package_html_media.mk
@@ -51,6 +51,7 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE
helpimg/dircurscent.png \
helpimg/dircursleft.png \
helpimg/dircursright.png \
+ helpimg/donate.png \
helpimg/ein.png \
helpimg/feldalle.png \
helpimg/feldbrei.png \
diff --git a/help3xsl/default.css b/help3xsl/default.css
index d0c167e8f5..24cf0edffb 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -706,10 +706,11 @@ li.disabled a {
.donation {
border: 1px solid #f1c62a;
border-radius: 2px;
- padding: 10px;
+ padding: 5px 10px;
margin: 5px 10px;
max-width: 200px;
color: white;
+ align-items:center;
}
.donation:hover {
background: linear-gradient(90deg, #1c71d8 0%, #30c877 100%);
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index 162b9d50eb..22ced0e2e2 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -92,6 +92,7 @@