From 51e6bc742f543e5900b7b1511e331b4aac3c2e41 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 28 Nov 2013 11:41:37 +0100 Subject: [PATCH] [responsive/portal] Make forumlist responsive --- styles/prosilver/theme/responsive.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/styles/prosilver/theme/responsive.css b/styles/prosilver/theme/responsive.css index 4a87ea12..4a2abd8a 100644 --- a/styles/prosilver/theme/responsive.css +++ b/styles/prosilver/theme/responsive.css @@ -3,12 +3,15 @@ #portal-body #portal-right { display: none !important; } } -@media only screen and (max-width: 950px), only screen and (max-device-width: 950px) +dd.responsive-portal-news { display: none !important; } +.responsive-portal-news dd.posts, .responsive-portal-news dd.views { display: none !important; } +.responsive-portal-news dt { width: 125% !important; } +dt#n { width: 125% !important; } + +@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) { - dd.responsive-portal-news { display: none !important; } - .responsive-portal-news dd.posts, .responsive-portal-news dd.views { display: none !important; } - .responsive-portal-news dt { width: 125% !important; } - dt#n { width: 125% !important; } + .topiclist .topics, .topiclist .posts { display: none !important; } + #portal-forumlist dl.icon dt { width: 125% !important; } } @media only screen and (max-width: 700px), only screen and (max-device-width: 700px) @@ -26,6 +29,7 @@ width: 45% !important; float: right !important; } + #portal-forumlist dl.icon dt { width: 100% !important; } } @media only screen and (max-width: 700px), only screen and (max-device-width: 700px)