[
https://issues.jboss.org/browse/GTNPORTAL-2327?page=com.atlassian.jira.pl...
]
kien nguyen commented on GTNPORTAL-2327:
----------------------------------------
The problem seems to be in EPP branch, not be in GateIn trunk.
Stylesheet is not hardcoded width:
{code}
.UIWorkingWorkspace .UIPageBody {
background: #DEDFDF;
}
{code}
It run OK in GateIn trunk
Portal page width is hard-coded and doesn't adapt to layout
change
------------------------------------------------------------------
Key: GTNPORTAL-2327
URL:
https://issues.jboss.org/browse/GTNPORTAL-2327
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 3.2.0-Beta01
Environment: EPP5.2
Reporter: Michal Vanco
Labels: portal-s66
Fix For: 3.3.0.CR01
See screenshot at forum question:
https://community.jboss.org/message/646741
my reply:
I found out that only way to change portal page width is changing one stylesheet class
at
gatein.ear/01eXoResources.war/skin/DefaultSkin/portal/webui/component/control/UIWorkspace/Stylesheet.css
There is a hardcoded width at
.UIWorkingWorkspace .UIPageBody {
...
width: 978px; (same width as width of background image at home page template)
}
Let's change this value to 100% for example and then the page will adapt your layout
(for example what you are expecting at your screenshot)...
I think this can be common scenario and page width should adapt current layout.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira