The following issue has been updated:
Updater: Enrique Lara (mailto:[EMAIL PROTECTED])
Date: Tue, 20 Jul 2004 1:20 PM
Comment:
Implemented some of the proposed changes from the J2 "Layouts and decorator handling"
documentation.
PATCH Note: Created from sub-folder: jakarta-jetspeed-2/portal/src
o Implemented Proposal: Adding style sheets to decorations
Note: using following locations:
decorations/portlet/{MIME type}/{decorator name}/css
decorations/layout/{MIME type}/{decorator name}/css
o Implemented Proposal: Add style sheet processing to aggregator engine
Note:Iterating over "cssUrls" within each decorator-top.vm
o Mangled "region-name" into top-level css class, ie.:
Note: This is to avoid css-class collision if/when more layout-level css classes are
defined.
Instead of:
.Jetspeed .portlet-font {}
BODY.Jetspeed {}
Now:
.portlet-Jetspeed .portlet-font {}
BODY.layout-Jetspeed {}
Changes:
Attachment changed to patchfile.txt
---------------------------------------------------------------------
For a full history of the issue, see:
http://issues.apache.org/jira/browse/JS2-89?page=history
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/JS2-89
Here is an overview of the issue:
---------------------------------------------------------------------
Key: JS2-89
Summary: Implement PLT.C CSS Style Definitions
Type: New Feature
Status: Open
Priority: Major
Project: Jetspeed 2
Components:
Layout
Fix Fors:
2.0-dev/cvs
Versions:
2.0-dev/cvs
Assignee: David Sean Taylor
Reporter: David Sean Taylor
Created: Tue, 6 Jul 2004 9:40 AM
Updated: Tue, 20 Jul 2004 1:20 PM
Description:
Implement PLT.C CSS Style Definitions from the Portlet API Spec
This will allow portlets to use common CSS Styles
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]