[responsive/portal] Improve look of compact news on lower widths
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<!-- IF T_EXT_THEME_PATH -->
|
<!-- IF T_EXT_THEME_PATH -->
|
||||||
<link href="{T_EXT_THEME_PATH}portal.css" rel="stylesheet" type="text/css" />
|
<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)" />
|
<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)" />
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<dd class="posts responsive-portal-news" data-skip-responsive="true">{L_REPLIES}</dd>
|
<dd class="posts responsive-portal-news" data-skip-responsive="true">{L_REPLIES}</dd>
|
||||||
<dd class="views responsive-portal-news" data-skip-responsive="true">{L_VIEWS}</dd>
|
<dd class="views responsive-portal-news" data-skip-responsive="true">{L_VIEWS}</dd>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
|
<dd class="lastpost responsive-portal-news"><span>{L_LAST_POST}</span></dd>
|
||||||
{$CC_BLOCK_H_R}
|
{$CC_BLOCK_H_R}
|
||||||
<ul class="topiclist topics responsive-portal-news">
|
<ul class="topiclist topics responsive-portal-news">
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
|
@media only screen and (max-width: 895px), only screen and (max-device-width: 895px)
|
||||||
{
|
{
|
||||||
#portal-body #portal-right { display: none !important; }
|
#portal-body #portal-right { display: none !important; }
|
||||||
}
|
}
|
||||||
@@ -10,3 +10,8 @@
|
|||||||
.responsive-portal-news dt { width: 125% !important; }
|
.responsive-portal-news dt { width: 125% !important; }
|
||||||
dt#n { width: 125% !important; }
|
dt#n { 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; }
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user