[responsive/portal] Make donations module responsive
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
{$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>
|
<li><dl>
|
||||||
<dd style="border-left: 0px">
|
<dd class="portal-responsive-show" style="border-left: 0px">
|
||||||
<div style="text-align: left; margin: 5px 5px 5px 5px">
|
<div style="text-align: left; margin: 5px 5px 5px 5px">
|
||||||
<strong>{SITENAME}</strong> {L_DONATION_TEXT}
|
<strong>{SITENAME}</strong> {L_DONATION_TEXT}
|
||||||
<br />
|
<br />
|
||||||
<div style="float: left; padding: 5px 5px 5px 5px"><img src="{T_THEME_PATH}/images/portal/paypal.gif" alt="" /></div>
|
<div style="float: left; padding: 5px 5px 5px 5px"><img src="{T_EXT_THEME_PATH}/images/portal/paypal.gif" alt="" /></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">
|
||||||
<div>
|
<div>
|
||||||
<input type="hidden" name="cmd" value="_xclick" />
|
<input type="hidden" name="cmd" value="_xclick" />
|
||||||
|
|||||||
@@ -30,10 +30,6 @@ dt#n { width: 125% !important; }
|
|||||||
float: right !important;
|
float: right !important;
|
||||||
}
|
}
|
||||||
#portal-forumlist dl.icon dt { width: 100% !important; }
|
#portal-forumlist dl.icon dt { width: 100% !important; }
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
|
||||||
{
|
|
||||||
#portal-left ul.topiclist dd { display: block !important; }
|
#portal-left ul.topiclist dd { display: block !important; }
|
||||||
.portal-responsive-show { display: block !important; }
|
.portal-responsive-show { display: block !important; }
|
||||||
.portal-responsive-hide { display: none !important; }
|
.portal-responsive-hide { display: none !important; }
|
||||||
|
|||||||
Reference in New Issue
Block a user