[gatein-commits] gatein SVN: r3048 - portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UISiteMap.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue May 11 05:14:47 EDT 2010


Author: thanh.do
Date: 2010-05-11 05:14:47 -0400 (Tue, 11 May 2010)
New Revision: 3048

Modified:
   portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UISiteMap/DefaultStylesheet.css
Log:
GTNPORTAL-1099:Error UI in Sitemap page when change language to Arabic

Modified: portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UISiteMap/DefaultStylesheet.css
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UISiteMap/DefaultStylesheet.css	2010-05-11 09:08:49 UTC (rev 3047)
+++ portal/trunk/portlet/web/src/main/webapp/skin/portal/webui/component/UISiteMap/DefaultStylesheet.css	2010-05-11 09:14:47 UTC (rev 3048)
@@ -35,7 +35,8 @@
 }
 
 .UISitemap {
-	background: #fff url('DefaultSkin/background/default_sitemap.gif') no-repeat 95% 90%;
+	background: #fff url('DefaultSkin/background/default_sitemap.gif') no-repeat 95% 90%; /* orientation=lt */
+	background: #fff url('DefaultSkin/background/default_sitemap.gif') no-repeat 5% 90%; /* orientation=rt */
 	padding: 10px 30px;
 	color: #4e4e4e;
 }
@@ -82,7 +83,8 @@
 .UISitemap .SitemapContent .UISiteTree a {
 	font-weight: bold;
 	display: block;
-	float: left;
+	float: left; /* orientation=lt */
+	float: right; /* orientation=rt */
 }
 
 .UISitemap .SitemapContent .UISiteTree a:hover {



More information about the gatein-commits mailing list