Details
Description
The xp-portlet.css file contains many lines like this:
background-image: url( "./css-images/table_col_header.gif" );
But this syntax doesn't work inside of a Liferay portlet. Additionally, this is incosistent with syntax that is used elsewhere, which DOES work with Liferay:
background-image: url( css-images/in_progress.gif );
Recommend being consistent throughout the file by using the latter syntax for all background-image properties (by removing the quotes and the ./ from the beginning of the image URL, and removing the trailing quotes from the end).
background-image: url( "./css-images/table_col_header.gif" );
But this syntax doesn't work inside of a Liferay portlet. Additionally, this is incosistent with syntax that is used elsewhere, which DOES work with Liferay:
background-image: url( css-images/in_progress.gif );
Recommend being consistent throughout the file by using the latter syntax for all background-image properties (by removing the quotes and the ./ from the beginning of the image URL, and removing the trailing quotes from the end).
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.7DR#3 [ 10112 ] | |
Assignee | Yip Ng [ yip.ng ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15197 | Wed Nov 14 16:44:44 MST 2007 | yip.ng | Removed quotes and "./" from image url. Prepended "input" to iceSelInpDateOpenPopup and iceSelInpDateClosePopup classes. |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.7 [ 10080 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Yip Ng [ yip.ng ] |