diff --git a/styles/prosilver/template/portal/modules/announcements_center.html b/styles/prosilver/template/portal/modules/announcements_center.html index 21351229..10674a98 100644 --- a/styles/prosilver/template/portal/modules/announcements_center.html +++ b/styles/prosilver/template/portal/modules/announcements_center.html @@ -1,12 +1,10 @@ - - {$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} -
+
- {L_NO_ANNOUNCEMENTS} + {L_NO_ANNOUNCEMENTS}
@@ -44,8 +42,6 @@
+
- -{$C_BLOCK_F_L}{$C_BLOCK_F_R} - - \ No newline at end of file + {$C_BLOCK_F_L}{$C_BLOCK_F_R} diff --git a/styles/prosilver/template/portal/modules/news_center.html b/styles/prosilver/template/portal/modules/news_center.html index 469c6dae..ded9e502 100644 --- a/styles/prosilver/template/portal/modules/news_center.html +++ b/styles/prosilver/template/portal/modules/news_center.html @@ -1,14 +1,14 @@ {$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} -
+
-
+
- {L_NO_NEWS} + {L_NO_NEWS}
-
+

{NEWEST_POST_IMG}{READ_POST_IMG} {news_row.ATTACH_ICON_IMG} {L_VIEW_TOPIC_POLL} {news_row.TITLE}

{news_row.PAGINATION} @@ -16,7 +16,7 @@
  • {POSTED_BY_TEXT} {L_POST_BY_AUTHOR}{L_COLON} {news_row.POSTER_FULL} » {news_row.TIME}
  • {L_FORUM}{L_COLON} {news_row.FORUM_NAME}
  • -
    +

    {news_row.TEXT}
    @@ -28,11 +28,11 @@ -
    - {L_TOPIC_VIEWS}{L_COLON} {news_row.TOPIC_VIEWS}  •  {L_COMMENTS}{L_COLON} {news_row.REPLIES}  •  {L_PORTAL_POST_REPLY} - {news_row.OPEN}{news_row.L_READ_FULL}{news_row.CLOSE} +
    + {L_TOPIC_VIEWS}{L_COLON} {news_row.TOPIC_VIEWS}  •  {L_COMMENTS}{L_COLON} {news_row.REPLIES}  •  {L_PORTAL_POST_REPLY} + {news_row.OPEN}{news_row.L_READ_FULL}{news_row.CLOSE} -
    +
    diff --git a/styles/prosilver/template/portal/modules/news_compact_center.html b/styles/prosilver/template/portal/modules/news_compact_center.html index 4c128dd7..b89d37af 100644 --- a/styles/prosilver/template/portal/modules/news_compact_center.html +++ b/styles/prosilver/template/portal/modules/news_compact_center.html @@ -1,9 +1,9 @@ {$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} -
    +
    - {L_NO_NEWS} + {L_NO_NEWS}
    {$C_BLOCK_F_L}{$C_BLOCK_F_R} @@ -43,7 +43,7 @@
    {L_POSTED} {L_POST_BY_AUTHOR} {news_row.POSTER_FULL} » {news_row.TIME} -
    {L_FORUM}{L_COLON} {news_row.FORUM_NAME} +
    {L_FORUM}{L_COLON} {news_row.FORUM_NAME} {L_REPLIES}{L_COLON} {news_row.REPLIES} • {L_VIEWS}{L_COLON} {news_row.TOPIC_VIEWS}
    diff --git a/styles/prosilver/theme/portal.css b/styles/prosilver/theme/portal.css index c8aa532e..b8ff16bd 100644 --- a/styles/prosilver/theme/portal.css +++ b/styles/prosilver/theme/portal.css @@ -155,7 +155,7 @@ margin: 0 0 5px 0; } -div.inner > .portal-module-postbody:not(:last-child) .post { +.portal-module-postbody .post:not(:last-child) { margin-bottom: 1px; }