Merge pull request #612 from marc1706/ticket/611
[ticket/611] Move paypal image to styles/all folder
This commit is contained in:
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
@@ -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;
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<td>
|
||||
<strong>{SITENAME}</strong> {L_DONATION_TEXT}
|
||||
<br />
|
||||
<div style="float: left; padding-right: 5px;"><img src="{T_THEME_PATH}/images/portal/paypal.gif" alt="" /></div>
|
||||
<div class="portal-paypal-icon"> </div>
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="padding-top:15px">
|
||||
<input type="hidden" name="cmd" value="_xclick" />
|
||||
<input type="hidden" name="business" value="{PAY_ACC_CENTER}" />
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.9 KiB |
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user