From e4ae9cf436cd30b0f515e6009d61f17da13b9a6c Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 2 Dec 2013 14:12:15 +0100 Subject: [PATCH] [responsive/portal] Fix incorrect margins in center column --- .../template/portal/modules/announcements_center.html | 2 +- .../prosilver/template/portal/modules/attachments_center.html | 2 +- styles/prosilver/template/portal/modules/recent_center.html | 2 +- styles/prosilver/template/portal/modules/welcome_center.html | 2 +- styles/prosilver/theme/portal.css | 4 ++++ 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/styles/prosilver/template/portal/modules/announcements_center.html b/styles/prosilver/template/portal/modules/announcements_center.html index f3cd3902..9fa8fee8 100644 --- a/styles/prosilver/template/portal/modules/announcements_center.html +++ b/styles/prosilver/template/portal/modules/announcements_center.html @@ -8,7 +8,7 @@
{L_NO_ANNOUNCEMENTS} -
+

id="a" name="a{announcements_center_row.A_ID}">{NEWEST_POST_IMG}{READ_POST_IMG} {announcements_center_row.ATTACH_ICON_IMG} {L_VIEW_TOPIC_POLL}: {announcements_center_row.TITLE}

{announcements_center_row.PAGINATION} diff --git a/styles/prosilver/template/portal/modules/attachments_center.html b/styles/prosilver/template/portal/modules/attachments_center.html index bc1a7462..25ccda7b 100644 --- a/styles/prosilver/template/portal/modules/attachments_center.html +++ b/styles/prosilver/template/portal/modules/attachments_center.html @@ -1,5 +1,5 @@ {$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} -
+
{L_FILENAME}
diff --git a/styles/prosilver/template/portal/modules/recent_center.html b/styles/prosilver/template/portal/modules/recent_center.html index 703232f7..29264983 100644 --- a/styles/prosilver/template/portal/modules/recent_center.html +++ b/styles/prosilver/template/portal/modules/recent_center.html @@ -1,6 +1,6 @@ {$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} -
+
    diff --git a/styles/prosilver/template/portal/modules/welcome_center.html b/styles/prosilver/template/portal/modules/welcome_center.html index 4ca1d6b9..059f3fba 100644 --- a/styles/prosilver/template/portal/modules/welcome_center.html +++ b/styles/prosilver/template/portal/modules/welcome_center.html @@ -1,5 +1,5 @@ {$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} -
    +
    {PORTAL_WELCOME_MSG}
    diff --git a/styles/prosilver/theme/portal.css b/styles/prosilver/theme/portal.css index 5049beba..ff8f1f51 100644 --- a/styles/prosilver/theme/portal.css +++ b/styles/prosilver/theme/portal.css @@ -126,6 +126,10 @@ span.portal-corners-top-inner, span.portal-corners-bottom-inner{ margin-bottom: 4px; } +.portal-no-margin { + margin: 0; +} + /* RTL language fixes */ .rtl .portal-navigation ul li a{ background-image: url("./images/portal/arrowbullet_rtl.gif");