diff --git a/styles/prosilver/template/portal/modules/donation_center.html b/styles/prosilver/template/portal/modules/donation_center.html index 7f9f304a..e6c7c65e 100644 --- a/styles/prosilver/template/portal/modules/donation_center.html +++ b/styles/prosilver/template/portal/modules/donation_center.html @@ -6,7 +6,7 @@ {SITENAME} {L_DONATION_TEXT}
 
-
+
diff --git a/styles/prosilver/theme/portal.css b/styles/prosilver/theme/portal.css index f7f3db5a..11ec68be 100644 --- a/styles/prosilver/theme/portal.css +++ b/styles/prosilver/theme/portal.css @@ -146,6 +146,10 @@ margin: 5px 5px 5px 5px; } +.portal-donation-form { + padding-top: 15px; +} + .portal-centered-content { text-align: center; }