[responsive/portal] Make forumlist responsive
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user