[responsive/portal] Hide parts of portal on small screens

This commit is contained in:
Marc Alexander
2013-11-28 00:21:45 +01:00
parent 8e97adac09
commit 0ec477c849
4 changed files with 26 additions and 11 deletions

View File

@@ -0,0 +1,12 @@
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{
#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; }
}