project_key: JBEPP look at attached screenshot
Attachment: Added: example-skin.png
Link: Added: This issue relates to JBEPP-361
Labels: Added: EPP_5_2_1_Candidate
Labels: Removed: EPP_5_2_1_Candidate
The cause was that the width for .UIWorkingWorkspace .UIPageBody was set to 978px in the default skin which did not suit the sample SimpleSkin. Fixed through defining a more specific rule for the given element (div#UIPageBody.UIPageBody) within SimpleSkin which sets the width back to auto. Fix was tested with Chrome 19.0.1084.56, Firefox 13.0 and Internet Explorer 7.
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause: Width of for .UIWorkingWorkspace .UIPageBody set in the default skin was not suitable for SimpleSkin distributed with AS documentation. Consequence: SimpleSkin looked scattered on the right side - the right border of #UIPageBody was shifted left and hidden under the JBoss EPP banner. Fix: The width of the element in question was overriden by a more specific rule setting the width to auto. Result: The border of #UIPageBody is rendered properly, aligned with the breadcrumbs panel above it.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,4 +1 @@ -Cause: Width of for .UIWorkingWorkspace .UIPageBody set in the default skin was not suitable for SimpleSkin distributed with AS documentation. +An issue with the width of .UIWorkingWorkspace .UIPageBody set in the default skin was not suitable for SimpleSkin distributed with the Application Server. The incompatibility caused the right border of #UIPageBody to shift left and be hidden under the JBoss Enterprise Portal Platform banner. The fix introduces an override to the element causing the border shift, with a specific alignment rule that sets the width to auto. The border of #UIPageBody is now rendered properly, aligned with the breadcrumbs panel above it.-Consequence: SimpleSkin looked scattered on the right side - the right border of #UIPageBody was shifted left and hidden under the JBoss EPP banner. -Fix: The width of the element in question was overriden by a more specific rule setting the width to auto. -Result: The border of #UIPageBody is rendered properly, aligned with the breadcrumbs panel above it.
Verified again at 5.2.2 CR01
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.