[
https://jira.jboss.org/browse/GTNPORTAL-1450?page=com.atlassian.jira.plug...
]
kien nguyen updated GTNPORTAL-1450:
-----------------------------------
Attachment: 2010-09-11-GTNPORTAL-1450.patch
We will support css priority for portal skin.
in gatein-resources.xml, we can add new tag <css-priority> with value is integer
number.
Example:
<portal-skin>
<skin-name>Default</skin-name>
<css-path>/skin/Stylesheet.css</css-path>
<css-priority>0</css-priority>
</portal-skin>
The patch is attached
Priority for skin modules
-------------------------
Key: GTNPORTAL-1450
URL:
https://jira.jboss.org/browse/GTNPORTAL-1450
Project: GateIn Portal
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: User Interface
Affects Versions: 3.1.0-GA
Reporter: Patrice Lamarque
Assignee: kien nguyen
Fix For: 3.2.0-GA
Attachments: 2010-09-11-GTNPORTAL-1450.patch
Original Estimate: 1 day, 4 hours
Remaining Estimate: 1 day, 4 hours
The css stylesheets declared in gatein-resources.xml files get merged in no specific
order.
Sometimes, it is useful to control the order in which the resulting css markup appears in
the merged file in order to apply css overrides.
This is typically the kind of things you would like to do in an extension.
By implementing a priority on skin module we should be able to give more control to the
overrides.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira