[gatein-commits] gatein SVN: r819 - in portal/trunk/examples: portal/war/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Nov 26 12:42:48 EST 2009


Author: thomas.heute at jboss.com
Date: 2009-11-26 12:42:48 -0500 (Thu, 26 Nov 2009)
New Revision: 819

Modified:
   portal/trunk/examples/extension/war/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css
   portal/trunk/examples/portal/war/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css
Log:
Fix: right to left image in the sample portal


Modified: portal/trunk/examples/extension/war/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css
===================================================================
--- portal/trunk/examples/extension/war/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css	2009-11-26 15:54:09 UTC (rev 818)
+++ portal/trunk/examples/extension/war/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css	2009-11-26 17:42:48 UTC (rev 819)
@@ -92,7 +92,7 @@
 
 .UIHomePagePortlet .AdImageLeft {
 	background: url('DefaultSkin/background/RightHome.jpg') no-repeat left top; /* orientation=lt */
-	background: url('DefaultSkin/background/RightHome.jpg') no-repeat right -255px; /* orientation=rt */
+	background: url('DefaultSkin/background/RightHome-rt.jpg') no-repeat right top; /* orientation=rt */
 }
 
 *html .UIHomePagePortlet .AdImageLeft {

Modified: portal/trunk/examples/portal/war/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css
===================================================================
--- portal/trunk/examples/portal/war/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css	2009-11-26 15:54:09 UTC (rev 818)
+++ portal/trunk/examples/portal/war/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css	2009-11-26 17:42:48 UTC (rev 819)
@@ -92,7 +92,7 @@
 
 .UIHomePagePortlet .AdImageLeft {
 	background: url('DefaultSkin/background/RightHome.jpg') no-repeat left top; /* orientation=lt */
-	background: url('DefaultSkin/background/RightHome.jpg') no-repeat right -255px; /* orientation=rt */
+	background: url('DefaultSkin/background/RightHome-rt.jpg') no-repeat right top /* orientation=rt */
 }
 
 *html .UIHomePagePortlet .AdImageLeft {



More information about the gatein-commits mailing list