From a15acd038297c0356430cd9b48630699dec7f86d Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 20 Jun 2015 19:42:11 +0200 Subject: [PATCH] [ticket/619] Fix wrong overflow in compact center blocks B3P-619 --- styles/prosilver/theme/portal.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/styles/prosilver/theme/portal.css b/styles/prosilver/theme/portal.css index b61ce392..01224501 100644 --- a/styles/prosilver/theme/portal.css +++ b/styles/prosilver/theme/portal.css @@ -413,11 +413,11 @@ a.portal-forumtitle { } ul.topiclist dt .list-inner { - margin-right: 50%; + margin-right: 60%; } ul.topiclist dt { - margin-right: -50%; + margin-right: -60%; } ul.responsive-portal-news dd:last-of-type, ul.responsive-portal-announcements dd:last-of-type { @@ -429,19 +429,19 @@ dd.responsive-portal-news:last-of-type, dd.responsive-portal-announcements:last- } .rtl ul.topiclist dt .list-inner { - margin-left: 50%; + margin-left: 60%; } .rtl ul.topiclist dt { - margin-left: -50%; + margin-left: -60%; } .rtl ul.responsive-portal-news dd:last-of-type, ul.responsive-portal-announcements dd:last-of-type { - width: 25%; + width: 30%; } .rtl dd.responsive-portal-news:last-of-type, dd.responsive-portal-announcements:last-of-type { - width: 25%; + width: 30%; } /* Portal clock