diff --git a/styles/prosilver/theme/images/portal/paypal.gif b/styles/all/theme/images/portal/paypal.gif similarity index 100% rename from styles/prosilver/theme/images/portal/paypal.gif rename to styles/all/theme/images/portal/paypal.gif diff --git a/styles/prosilver/theme/portal.css b/styles/prosilver/theme/portal.css index b256222b..b61ce392 100644 --- a/styles/prosilver/theme/portal.css +++ b/styles/prosilver/theme/portal.css @@ -197,7 +197,7 @@ a.portal-forumtitle { } .portal-paypal-icon { - background-image: url("./images/portal/paypal.gif"); + background-image: url("../../all/theme/images/portal/paypal.gif"); background-repeat: no-repeat; padding-left: 73px; padding-top: 44px; diff --git a/styles/subsilver2/template/portal/modules/donation_center.html b/styles/subsilver2/template/portal/modules/donation_center.html index 17342e7d..d0ed7e7e 100644 --- a/styles/subsilver2/template/portal/modules/donation_center.html +++ b/styles/subsilver2/template/portal/modules/donation_center.html @@ -7,7 +7,7 @@ {SITENAME} {L_DONATION_TEXT}
-
+
 
diff --git a/styles/subsilver2/theme/images/portal/paypal.gif b/styles/subsilver2/theme/images/portal/paypal.gif deleted file mode 100644 index 0044501d..00000000 Binary files a/styles/subsilver2/theme/images/portal/paypal.gif and /dev/null differ diff --git a/styles/subsilver2/theme/portal.css b/styles/subsilver2/theme/portal.css index f70877d0..c3260ac9 100644 --- a/styles/subsilver2/theme/portal.css +++ b/styles/subsilver2/theme/portal.css @@ -220,3 +220,12 @@ float: right; margin-bottom: 2px; } + +.portal-paypal-icon { + background-image: url("../../all/theme/images/portal/paypal.gif"); + background-repeat: no-repeat; + padding-left: 73px; + padding-top: 44px; + float: left; + margin: 5px; +}