[ticket/358] Remove T_EXT_THEME_PATH from overal_header_head_append
Also, the responsive CSS file for the portal has been renamed to portal_responsive.css in order to prevent conflicts with other extensions. B3P-358
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<!-- IF T_EXT_THEME_PATH -->
|
<!-- IF T_EXT_THEME_PATH -->
|
||||||
<!-- INCLUDECSS ../theme/portal.css -->
|
<!-- INCLUDECSS ../theme/portal.css -->
|
||||||
<link href="{T_EXT_THEME_PATH}responsive.css" rel="stylesheet" type="text/css" media="only screen and (max-width: 1040px), only screen and (max-device-width: 1040px)" />
|
<!-- INCLUDECSS ../theme/portal_responsive.css -->
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|||||||
@@ -1,12 +1,5 @@
|
|||||||
@media only screen and (max-width: 895px), only screen and (max-device-width: 895px)
|
@media only screen and (max-width: 1040px), only screen and (max-device-width: 1040px)
|
||||||
{
|
{
|
||||||
#portal-right { margin-left: 0 !important; }
|
|
||||||
#portal-center {
|
|
||||||
margin-right: 0 !important;
|
|
||||||
padding-right: 0 !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.responsive-portal-announcements dd.views { display: none !important; }
|
.responsive-portal-announcements dd.views { display: none !important; }
|
||||||
dd.responsive-portal-announcements { display: none !important; }
|
dd.responsive-portal-announcements { display: none !important; }
|
||||||
|
|
||||||
@@ -26,6 +19,16 @@ dd.responsive-portal-news { display: none !important; }
|
|||||||
dt#n { width: 125% !important; }
|
dt#n { width: 125% !important; }
|
||||||
.topiclist .topics, .topiclist .posts { display: none !important; }
|
.topiclist .topics, .topiclist .posts { display: none !important; }
|
||||||
#portal-forumlist dl.icon dt { width: 125% !important; }
|
#portal-forumlist dl.icon dt { width: 125% !important; }
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 895px), only screen and (max-device-width: 895px)
|
||||||
|
{
|
||||||
|
#portal-right { margin-left: 0 !important; }
|
||||||
|
#portal-center {
|
||||||
|
margin-right: 0 !important;
|
||||||
|
padding-right: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
||||||
{
|
{
|
||||||
Reference in New Issue
Block a user