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 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; +}