From d2012e17122e46e31752150079a63912e44ea9dc Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 21 Jun 2015 12:06:35 +0200 Subject: [PATCH 1/2] [ticket/622] Return css settings to initial prosilver values in portal_all B3P-622 --- styles/prosilver/theme/portal_all.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/styles/prosilver/theme/portal_all.css b/styles/prosilver/theme/portal_all.css index 5772abea..ff00c5f3 100644 --- a/styles/prosilver/theme/portal_all.css +++ b/styles/prosilver/theme/portal_all.css @@ -13,3 +13,19 @@ float: left; width: 100%; } + +ul.topiclist dt .list-inner { + margin-right: 440px; +} + +ul.topiclist dt { + margin-right: -440px; +} + +.rtl ul.topiclist dt .list-inner { + margin-left: 440px; +} + +.rtl ul.topiclist dt { + margin-left: -440px; +} From f26b019a44ea10bc9c091263b40a51f7dca2562c Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 21 Jun 2015 12:14:06 +0200 Subject: [PATCH 2/2] [ticket/622] Further improve responsiveness of forumlist B3P-622 --- styles/prosilver/theme/portal.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/styles/prosilver/theme/portal.css b/styles/prosilver/theme/portal.css index 01224501..646787c5 100644 --- a/styles/prosilver/theme/portal.css +++ b/styles/prosilver/theme/portal.css @@ -420,7 +420,8 @@ ul.topiclist dt { margin-right: -60%; } -ul.responsive-portal-news dd:last-of-type, ul.responsive-portal-announcements dd:last-of-type { +ul.responsive-portal-news dd:last-of-type, ul.responsive-portal-announcements dd:last-of-type, +#portal-forumlist ul dd:last-of-type { width: 25%; } @@ -436,12 +437,13 @@ dd.responsive-portal-news:last-of-type, dd.responsive-portal-announcements:last- margin-left: -60%; } -.rtl ul.responsive-portal-news dd:last-of-type, ul.responsive-portal-announcements dd:last-of-type { - width: 30%; +.rtl ul.responsive-portal-news dd:last-of-type, ul.responsive-portal-announcements dd:last-of-type, +.rtl #portal-forumlist ul dd:last-of-type { + width: 25%; } .rtl dd.responsive-portal-news:last-of-type, dd.responsive-portal-announcements:last-of-type { - width: 30%; + width: 25%; } /* Portal clock