[ticket/232] Improve sizing of portal columns and modules

This commit is contained in:
Marc Alexander
2014-07-30 13:49:02 +02:00
parent 7925d69a12
commit 4e3ff66f2d
3 changed files with 15 additions and 14 deletions

View File

@@ -16,21 +16,17 @@ dd.responsive-portal-announcements { display: none !important; }
dt#a { width: 125% !important; }
.responsive-portal-announcements dt { width: 125% !important; }
dd.responsive-portal-news { 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; }
.topiclist .topics, .topiclist .posts { display: none !important; }
#portal-forumlist dl.icon dt { width: 125% !important; }
.responsive-portal-news dd.posts, .responsive-portal-news dd.views {
display: none !important;
}
.responsive-portal-news dt { width: 130% !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, .responsive-portal-announcements dd.lastpost { display: none !important; }