[ticket/365] Use portal.css instead of inline css in donations module

B3P-365
This commit is contained in:
Marc Alexander
2014-09-10 18:03:31 +02:00
parent 8418e01c56
commit 46a7f142cd
3 changed files with 16 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} {$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R}
<ul class="topiclist bg1"> <ul class="topiclist bg1">
<li><dl><dt></dt> <li><dl><dt></dt>
<dd class="portal-responsive-show" style="border-left: 0px"> <dd class="portal-donation-center-content portal-responsive-show">
<div style="text-align: left; margin: 5px 5px 5px 5px"> <div>
<strong>{SITENAME}</strong> {L_DONATION_TEXT} <strong>{SITENAME}</strong> {L_DONATION_TEXT}
<br /> <br />
<div class="portal-paypal-icon">&nbsp;</div> <div class="portal-paypal-icon">&nbsp;</div>

View File

@@ -1,5 +1,5 @@
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" />&nbsp;<!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R} {$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" />&nbsp;<!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
<div style="text-align: center;"> <div class="portal-donation-side-content">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<div> <div>
<input type="hidden" name="cmd" value="_xclick" /> <input type="hidden" name="cmd" value="_xclick" />

View File

@@ -137,6 +137,19 @@
margin: 0 5px 0 5px; margin: 0 5px 0 5px;
} }
.portal-donation-center-content {
border-left: 0;
}
.portal-donation-center-content > div {
text-align: left;
margin: 5px 5px 5px 5px;
}
.portal-donation-side-content {
text-align: center;
}
.portal-paypal-icon { .portal-paypal-icon {
background-image: url("./images/portal/paypal.gif"); background-image: url("./images/portal/paypal.gif");
background-repeat: no-repeat; background-repeat: no-repeat;