[
https://issues.jboss.org/browse/GTNPORTAL-2691?page=com.atlassian.jira.pl...
]
Peter Palaga updated GTNPORTAL-2691:
------------------------------------
Description:
In
{code}examples/portal/war/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css{code}
a semicolon is missing before {{/* orientation=rt */}} in the following rule:
{code}
.UIHomePagePortlet .AdImageLeft {
background: url('DefaultSkin/background/RightHome.jpg') no-repeat left top; /*
orientation=lt */
background: url('DefaultSkin/background/RightHome-rt.jpg') no-repeat right top
/* orientation=rt */
}
{code}
was:
In
{code}examples/portal/war/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css{code}
a semicolon is missing before {{/* orientation=rt */}} in the following rule:
{code}
.UIHomePagePortlet .AdImageLeft {
background: url('DefaultSkin/background/RightHome.jpg') no-repeat left top; /*
orientation=lt */
background: url('DefaultSkin/background/RightHome-rt.jpg') no-repeat right
top; /* orientation=rt */
}
{code}
Sample Portal rendered without RightHome.jpg Background image
-------------------------------------------------------------
Key: GTNPORTAL-2691
URL:
https://issues.jboss.org/browse/GTNPORTAL-2691
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Peter Palaga
Assignee: Peter Palaga
In
{code}examples/portal/war/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css{code}
a semicolon is missing before {{/* orientation=rt */}} in the following rule:
{code}
.UIHomePagePortlet .AdImageLeft {
background: url('DefaultSkin/background/RightHome.jpg') no-repeat left top;
/* orientation=lt */
background: url('DefaultSkin/background/RightHome-rt.jpg') no-repeat right
top /* orientation=rt */
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira