[responsive/portal] Make compact announcements module block responsive
This commit is contained in:
@@ -7,28 +7,47 @@
|
||||
}
|
||||
}
|
||||
|
||||
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; }
|
||||
.responsive-portal-announcements dd.views { display: none !important; }
|
||||
dd.responsive-portal-announcements { display: none !important; }
|
||||
|
||||
.responsive-portal-announcements dd.posts, .responsive-portal-announcements dd.views {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
dt#a { width: 125% !important; }
|
||||
.responsive-portal-announcements dt { width: 125% !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; }
|
||||
.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)
|
||||
{
|
||||
.responsive-portal-news dd.lastpost { display: none !important; }
|
||||
.responsive-portal-news dt .list-inner { margin-right: 0px !important; }
|
||||
.responsive-portal-news dt { width: 100% !important; }
|
||||
dt#n { width: 100% !important; }
|
||||
.responsive-portal-news dd.lastpost, .responsive-portal-announcements dd.lastpost { display: none !important; }
|
||||
.responsive-portal-news dt .list-inner, .responsive-portal-announcements dt .list-inner { margin-right: 0px !important; }
|
||||
.responsive-portal-news dt, .responsive-portal-announcements dt { width: 100% !important; }
|
||||
dt#n, dt#a { width: 100% !important; }
|
||||
|
||||
.portal-responsive-poll .resultbar {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.portal-responsive-poll dt { width: 45% !important; }
|
||||
.portal-responsive-poll dd {
|
||||
width: 45% !important;
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
#portal-forumlist dl.icon dt { width: 100% !important; }
|
||||
#portal-left ul.topiclist dd, #portal-right ul.topiclist dd { display: block !important; }
|
||||
.portal-responsive-show { display: block !important; }
|
||||
|
||||
Reference in New Issue
Block a user