[ticket/469] Add CSS if portal is displayed on all pages

B3P-469
This commit is contained in:
Marc Alexander
2015-02-12 22:33:24 +01:00
parent bc3b430569
commit 70efdf099e
2 changed files with 18 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
<!-- IF T_EXT_THEME_PATH -->
<!-- INCLUDECSS ../theme/portal.css -->
<!-- INCLUDECSS ../theme/portal_responsive.css -->
<!-- IF S_PORTAL_ALL -->
<!-- INCLUDECSS ../theme/portal_all.css -->
<!-- ENDIF -->
<!-- ENDIF -->

View 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%;
}