[ticket/469] Add CSS if portal is displayed on all pages
B3P-469
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
<!-- IF T_EXT_THEME_PATH -->
|
<!-- IF T_EXT_THEME_PATH -->
|
||||||
<!-- INCLUDECSS ../theme/portal.css -->
|
<!-- INCLUDECSS ../theme/portal.css -->
|
||||||
<!-- INCLUDECSS ../theme/portal_responsive.css -->
|
<!-- INCLUDECSS ../theme/portal_responsive.css -->
|
||||||
|
<!-- IF S_PORTAL_ALL -->
|
||||||
|
<!-- INCLUDECSS ../theme/portal_all.css -->
|
||||||
|
<!-- ENDIF -->
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|||||||
15
styles/prosilver/theme/portal_all.css
Normal file
15
styles/prosilver/theme/portal_all.css
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
.portal-body-wrapper {
|
||||||
|
width: 100%;
|
||||||
|
float: left;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
#portal-page-body {
|
||||||
|
clear: both;
|
||||||
|
margin: 4px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#page-body {
|
||||||
|
float: left;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user