[responsive/portal] Make compact announcements module block responsive

This commit is contained in:
Marc Alexander
2013-12-02 14:13:11 +01:00
parent f164d2e901
commit 3dc7e79cfd
4 changed files with 59 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
<!-- IF T_EXT_THEME_PATH -->
<!-- INCLUDECSS ../theme/portal.css -->
<link href="{T_EXT_THEME_PATH}responsive.css" rel="stylesheet" type="text/css" media="only screen and (max-width: 950px), only screen and (max-device-width: 950px)" />
<link href="{T_EXT_THEME_PATH}responsive.css" rel="stylesheet" type="text/css" media="only screen and (max-width: 980px), only screen and (max-device-width: 980px)" />
<!-- ENDIF -->