[gatein-commits] gatein SVN: r5951 - portal/branches/branch-GTNPORTAL-1822/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UIHomePagePortlet.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Mar 1 04:48:48 EST 2011


Author: kien_nguyen
Date: 2011-03-01 04:48:47 -0500 (Tue, 01 Mar 2011)
New Revision: 5951

Modified:
   portal/branches/branch-GTNPORTAL-1822/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UIHomePagePortlet/Stylesheet.css
Log:
GTNPORTAL-1756 Error UI when check show infor bar in homepage of simple skin

Modified: portal/branches/branch-GTNPORTAL-1822/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UIHomePagePortlet/Stylesheet.css
===================================================================
--- portal/branches/branch-GTNPORTAL-1822/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UIHomePagePortlet/Stylesheet.css	2011-03-01 08:03:32 UTC (rev 5950)
+++ portal/branches/branch-GTNPORTAL-1822/examples/skins/simpleskin/src/main/webapp/skin/webPortlet/webui/component/UIHomePagePortlet/Stylesheet.css	2011-03-01 09:48:47 UTC (rev 5951)
@@ -4,9 +4,12 @@
 
 .UIWindow .UIHomePagePortlet {	
 	margin: 0px;
-	padding: 10px;
 }
 
+.UIWindow .UIHomePagePortlet .TRContainer {	
+	width: 210px;
+}
+
 .UIHomePagePortlet {	
 	background: white;
 }



More information about the gatein-commits mailing list