[ticket/365] Remove inline css in announcements_center_compact

B3P-365
This commit is contained in:
Marc Alexander
2014-09-10 18:41:55 +02:00
parent 75ae957684
commit b0830f2eae
2 changed files with 7 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
<!-- BEGIN announcements_center_row -->
<!-- IF announcements_center_row.S_NO_TOPICS -->
{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R}
<div class="post bg2" style="margin-bottom: 0px">
<div class="post bg2 portal-no-margin">
<div class="inner">
<span style="text-align: center;"><strong>{L_NO_ANNOUNCEMENTS}</strong></span>
<span><strong>{L_NO_ANNOUNCEMENTS}</strong></span>
</div>
</div>
{$C_BLOCK_F_L}{$C_BLOCK_F_R}
@@ -33,7 +33,7 @@
<!-- IF announcements_center_row.PAGINATION --><strong class="pagination"><span>{announcements_center_row.PAGINATION}</span></strong><!-- ENDIF -->
<br />{L_POSTED} {L_POST_BY_AUTHOR} {announcements_center_row.POSTER_FULL} &raquo; {announcements_center_row.TIME}
<!-- IF announcements_center_row.FORUM_NAME -->
<br />{L_FORUM}{L_COLON} <a href="{announcements_center_row.U_VIEWFORUM}" style="font-weight: bold;">{announcements_center_row.FORUM_NAME}</a>
<br />{L_FORUM}{L_COLON} <a href="{announcements_center_row.U_VIEWFORUM}" class="portal-forumtitle">{announcements_center_row.FORUM_NAME}</a>
<!-- ELSE -->
<br />{L_GLOBAL_ANNOUNCEMENT}
<!-- ENDIF -->

View File

@@ -159,6 +159,10 @@ div.inner > .portal-module-postbody:not(:last-child) .post {
margin-bottom: 1px;
}
a.portal-forumtitle {
font-weight: bold;
}
.portal-paypal-icon {
background-image: url("./images/portal/paypal.gif");
background-repeat: no-repeat;