[ticket/611] Move paypal image to styles/all folder
B3P-611
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 {
|
.portal-paypal-icon {
|
||||||
background-image: url("./images/portal/paypal.gif");
|
background-image: url("../../all/theme/images/portal/paypal.gif");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
padding-left: 73px;
|
padding-left: 73px;
|
||||||
padding-top: 44px;
|
padding-top: 44px;
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<strong>{SITENAME}</strong> {L_DONATION_TEXT}
|
<strong>{SITENAME}</strong> {L_DONATION_TEXT}
|
||||||
<br />
|
<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">
|
<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="cmd" value="_xclick" />
|
||||||
<input type="hidden" name="business" value="{PAY_ACC_CENTER}" />
|
<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;
|
float: right;
|
||||||
margin-bottom: 2px;
|
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