[responsive/portal] Make forumlist responsive

This commit is contained in:
Marc Alexander
2013-11-28 11:41:37 +01:00
parent a9d3d84b36
commit 51e6bc742f

View File

@@ -3,12 +3,15 @@
#portal-body #portal-right { display: none !important; } #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; } .topiclist .topics, .topiclist .posts { display: none !important; }
.responsive-portal-news dd.posts, .responsive-portal-news dd.views { display: none !important; } #portal-forumlist dl.icon dt { width: 125% !important; }
.responsive-portal-news dt { width: 125% !important; }
dt#n { width: 125% !important; }
} }
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) @media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
@@ -26,6 +29,7 @@
width: 45% !important; width: 45% !important;
float: right !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) @media only screen and (max-width: 700px), only screen and (max-device-width: 700px)