[ticket/365] Remove inline css from donations center
B3P-365
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<strong>{SITENAME}</strong> {L_DONATION_TEXT}
|
<strong>{SITENAME}</strong> {L_DONATION_TEXT}
|
||||||
<br />
|
<br />
|
||||||
<div class="portal-paypal-icon"> </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" class="portal-donation-form">
|
||||||
<div>
|
<div>
|
||||||
<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}" />
|
||||||
|
|||||||
@@ -146,6 +146,10 @@
|
|||||||
margin: 5px 5px 5px 5px;
|
margin: 5px 5px 5px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.portal-donation-form {
|
||||||
|
padding-top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.portal-centered-content {
|
.portal-centered-content {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user