[ticket/365] Remove inline css from recent center module

B3P-365
This commit is contained in:
Marc Alexander
2014-09-15 23:08:40 +02:00
parent 1301541e03
commit 3d9ec1a134
2 changed files with 10 additions and 5 deletions

View File

@@ -5,8 +5,8 @@
<div class="portal-navigation"> <div class="portal-navigation">
<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; width:100%"> <dd class="portal-responsive-show portal-module-postbody portal-whois-online-content">
<table style="width: 100%;"> <table class="portal-module-postbody">
<tr class="menutitle"> <tr class="menutitle">
<!-- IF .latest_announcements --><td class="portal-responsive-hide"><strong>{L_PORTAL_RECENT_ANN}</strong></td><!-- ENDIF --> <!-- IF .latest_announcements --><td class="portal-responsive-hide"><strong>{L_PORTAL_RECENT_ANN}</strong></td><!-- ENDIF -->
<!-- IF .latest_hot_topics --><td class="portal-responsive-hide"><strong>{L_PORTAL_RECENT_HOT_TOPIC}</strong></td><!-- ENDIF --> <!-- IF .latest_hot_topics --><td class="portal-responsive-hide"><strong>{L_PORTAL_RECENT_HOT_TOPIC}</strong></td><!-- ENDIF -->
@@ -14,7 +14,7 @@
</tr> </tr>
<tr> <tr>
<!-- IF .latest_announcements --> <!-- IF .latest_announcements -->
<td class="row1 portal-responsive-hide" style="width: 33%; vertical-align: top;"> <td class="row1 portal-responsive-hide portal-recent-column">
<span class="gensmall"> <span class="gensmall">
<!-- BEGIN latest_announcements --> <!-- BEGIN latest_announcements -->
<a href="{latest_announcements.U_VIEW_TOPIC}" title="{latest_announcements.FULL_TITLE}">{latest_announcements.TITLE}</a> <a href="{latest_announcements.U_VIEW_TOPIC}" title="{latest_announcements.FULL_TITLE}">{latest_announcements.TITLE}</a>
@@ -23,7 +23,7 @@
</td> </td>
<!-- ENDIF --> <!-- ENDIF -->
<!-- IF .latest_hot_topics --> <!-- IF .latest_hot_topics -->
<td class="row1 portal-responsive-hide" style="width: 33%; vertical-align: top;"> <td class="row1 portal-responsive-hide portal-recent-column">
<span class="gensmall"> <span class="gensmall">
<!-- BEGIN latest_hot_topics --> <!-- BEGIN latest_hot_topics -->
<a href="{latest_hot_topics.U_VIEW_TOPIC}" title="{latest_hot_topics.FULL_TITLE}">{latest_hot_topics.TITLE}</a> <a href="{latest_hot_topics.U_VIEW_TOPIC}" title="{latest_hot_topics.FULL_TITLE}">{latest_hot_topics.TITLE}</a>
@@ -32,7 +32,7 @@
</td> </td>
<!-- ENDIF --> <!-- ENDIF -->
<!-- IF .latest_topics --> <!-- IF .latest_topics -->
<td class="row1" style="width: 33%; vertical-align: top;"> <td class="row1 portal-recent-column">
<span class="gensmall"> <span class="gensmall">
<!-- BEGIN latest_topics --> <!-- BEGIN latest_topics -->
<a href="{latest_topics.U_VIEW_TOPIC}" title="{latest_topics.FULL_TITLE}">{latest_topics.TITLE}</a> <a href="{latest_topics.U_VIEW_TOPIC}" title="{latest_topics.FULL_TITLE}">{latest_topics.TITLE}</a>

View File

@@ -169,6 +169,11 @@ a.portal-forumtitle {
margin-bottom: 5px; margin-bottom: 5px;
} }
.portal-recent-column {
width: 33%;
vertical-align: top;
}
.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;