[ticket/365] Remove inline css from recent center module
B3P-365
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
<div class="portal-navigation">
|
||||
<ul class="topiclist bg1">
|
||||
<li><dl><dt></dt>
|
||||
<dd class="portal-responsive-show" style="border-left:0px; width:100%">
|
||||
<table style="width: 100%;">
|
||||
<dd class="portal-responsive-show portal-module-postbody portal-whois-online-content">
|
||||
<table class="portal-module-postbody">
|
||||
<tr class="menutitle">
|
||||
<!-- 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 -->
|
||||
@@ -14,7 +14,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<!-- 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">
|
||||
<!-- BEGIN latest_announcements -->
|
||||
<a href="{latest_announcements.U_VIEW_TOPIC}" title="{latest_announcements.FULL_TITLE}">{latest_announcements.TITLE}</a>
|
||||
@@ -23,7 +23,7 @@
|
||||
</td>
|
||||
<!-- ENDIF -->
|
||||
<!-- 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">
|
||||
<!-- BEGIN latest_hot_topics -->
|
||||
<a href="{latest_hot_topics.U_VIEW_TOPIC}" title="{latest_hot_topics.FULL_TITLE}">{latest_hot_topics.TITLE}</a>
|
||||
@@ -32,7 +32,7 @@
|
||||
</td>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF .latest_topics -->
|
||||
<td class="row1" style="width: 33%; vertical-align: top;">
|
||||
<td class="row1 portal-recent-column">
|
||||
<span class="gensmall">
|
||||
<!-- BEGIN latest_topics -->
|
||||
<a href="{latest_topics.U_VIEW_TOPIC}" title="{latest_topics.FULL_TITLE}">{latest_topics.TITLE}</a>
|
||||
|
||||
@@ -169,6 +169,11 @@ a.portal-forumtitle {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.portal-recent-column {
|
||||
width: 33%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.portal-paypal-icon {
|
||||
background-image: url("./images/portal/paypal.gif");
|
||||
background-repeat: no-repeat;
|
||||
|
||||
Reference in New Issue
Block a user