[gatein-commits] gatein SVN: r1031 - portal/trunk/web/portal/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Dec 16 22:28:37 EST 2009


Author: thuy.nguyen
Date: 2009-12-16 22:28:36 -0500 (Wed, 16 Dec 2009)
New Revision: 1031

Modified:
   portal/trunk/web/portal/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css
Log:
GTNPORTAL-123: Bug in Homepage with Arabic and Ukainian language

Modified: portal/trunk/web/portal/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css
===================================================================
--- portal/trunk/web/portal/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css	2009-12-17 00:27:37 UTC (rev 1030)
+++ portal/trunk/web/portal/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css	2009-12-17 03:28:36 UTC (rev 1031)
@@ -58,7 +58,6 @@
 	margin: 7px auto;
 }
 
-
 .UIHomePagePortlet .TRContainer .VersionIcon {
 	background: url("DefaultSkin/background/HomePagePortlet.gif") no-repeat left -978px;
 	height: 65px;
@@ -181,11 +180,10 @@
 
 .UIHomePagePortlet .HomePortletContent .AccountBlock {
 	height: 105px; 
-	width: 118px;
+	width: 160px;
 	float: left; /* orientation=lt */
 	float: right; /* orientation=rt */
-	padding: 0px 42px 0px 0px; /* orientation=lt */
-	padding: 0px 0px 0px 42px; /* orientation=rt */
+	text-align: right; /* orientation=rt */
 }
 
 .UIHomePagePortlet .HomePortletContent .AdministratorUser {



More information about the gatein-commits mailing list