[ticket/622] Further improve responsiveness of forumlist

B3P-622
This commit is contained in:
Marc Alexander
2015-06-21 12:14:06 +02:00
parent d2012e1712
commit f26b019a44

View File

@@ -420,7 +420,8 @@ ul.topiclist dt {
margin-right: -60%; 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%; width: 25%;
} }
@@ -436,12 +437,13 @@ dd.responsive-portal-news:last-of-type, dd.responsive-portal-announcements:last-
margin-left: -60%; margin-left: -60%;
} }
.rtl ul.responsive-portal-news dd:last-of-type, ul.responsive-portal-announcements dd:last-of-type { .rtl ul.responsive-portal-news dd:last-of-type, ul.responsive-portal-announcements dd:last-of-type,
width: 30%; .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 { .rtl dd.responsive-portal-news:last-of-type, dd.responsive-portal-announcements:last-of-type {
width: 30%; width: 25%;
} }
/* Portal clock /* Portal clock