[gatein-commits] gatein SVN: r4880 - in portal/branches/branch-GTNPORTAL-1592: web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIForms/UIForm and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 1 03:58:59 EDT 2010


Author: ndkhoiits
Date: 2010-11-01 03:58:58 -0400 (Mon, 01 Nov 2010)
New Revision: 4880

Modified:
   portal/branches/branch-GTNPORTAL-1592/portlet/exoadmin/src/main/webapp/groovy/applicationregistry/webui/component/UIGadgetInfo.gtmpl
   portal/branches/branch-GTNPORTAL-1592/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIForms/UIForm/Stylesheet.css
Log:
Page to add widget to categories is visually broken on Chrome

Modified: portal/branches/branch-GTNPORTAL-1592/portlet/exoadmin/src/main/webapp/groovy/applicationregistry/webui/component/UIGadgetInfo.gtmpl
===================================================================
--- portal/branches/branch-GTNPORTAL-1592/portlet/exoadmin/src/main/webapp/groovy/applicationregistry/webui/component/UIGadgetInfo.gtmpl	2010-11-01 07:08:23 UTC (rev 4879)
+++ portal/branches/branch-GTNPORTAL-1592/portlet/exoadmin/src/main/webapp/groovy/applicationregistry/webui/component/UIGadgetInfo.gtmpl	2010-11-01 07:58:58 UTC (rev 4880)
@@ -19,7 +19,7 @@
 		<div class="Refresh16x16Icon ControlIcon" title="<%=_ctx.appRes("UIGadgetInfo.title.refresh")%>" onclick="<%= uicomponent.event("Refresh") %>"><span></span></div>
 		<div class="ClearBoth"><span></span></div>
 	</div>
- 	<div class="Application">
+ 	<div class="Application ClearFix">
  		<div class="PortletIcons">
 				<img src="$gadgetThumbnail" onError="src='$srcBGError'" alt=""/>
 		</div>

Modified: portal/branches/branch-GTNPORTAL-1592/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIForms/UIForm/Stylesheet.css
===================================================================
--- portal/branches/branch-GTNPORTAL-1592/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIForms/UIForm/Stylesheet.css	2010-11-01 07:08:23 UTC (rev 4879)
+++ portal/branches/branch-GTNPORTAL-1592/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIForms/UIForm/Stylesheet.css	2010-11-01 07:58:58 UTC (rev 4880)
@@ -26,7 +26,7 @@
 }	
   
 .UIFormGrid {
-	width: auto;
+	width: 100%;
 	margin: auto;
 }
 



More information about the gatein-commits mailing list