[responsive/portal] Hide parts of portal on small screens

This commit is contained in:
Marc Alexander
2013-11-28 00:21:45 +01:00
parent 8e97adac09
commit 0ec477c849
4 changed files with 26 additions and 11 deletions

View File

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