[ticket/418] Correctly assign pagination in compact news and announcements

The repsonsiveness of those two blocks has also been improved.

B3P-418
This commit is contained in:
Marc Alexander
2015-01-24 16:43:51 +01:00
parent 102a4b0e22
commit b2b8c9a948
5 changed files with 25 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
}
dt#a { width: 125% !important; }
.responsive-portal-announcements dt { width: 125% !important; }
.responsive-portal-announcements dt { width: 130% !important; }
dd.responsive-portal-news { display: none !important; }
.responsive-portal-news dd.posts, .responsive-portal-news dd.views {
@@ -32,6 +32,7 @@
padding-left: 0 !important;
}
.responsive-portal-news dt { width: 100% !important; }
.responsive-portal-announcements dt { width: 100% !important; }
}
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)