Author: kien_nguyen
Date: 2011-03-03 02:26:30 -0500 (Thu, 03 Mar 2011)
New Revision: 5956
Modified:
portal/branches/branch-GTNPORTAL-1822/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/customization/UIPageBrowser/Stylesheet.css
portal/branches/branch-GTNPORTAL-1822/web/portal/src/main/webapp/groovy/webui/core/UIVirtualList.gtmpl
Log:
GTNPORTAL-1518 Little error in Manage Page form
Modified:
portal/branches/branch-GTNPORTAL-1822/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/customization/UIPageBrowser/Stylesheet.css
===================================================================
---
portal/branches/branch-GTNPORTAL-1822/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/customization/UIPageBrowser/Stylesheet.css 2011-03-02
08:14:42 UTC (rev 5955)
+++
portal/branches/branch-GTNPORTAL-1822/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/customization/UIPageBrowser/Stylesheet.css 2011-03-03
07:26:30 UTC (rev 5956)
@@ -26,8 +26,7 @@
padding: 0;
}
-.UIPageBrowser .UIGrid {
- width: 99.7%;
+.UIPageBrowser .UIGrid {
!width: 98%;
margin: 0px;
}
Modified:
portal/branches/branch-GTNPORTAL-1822/web/portal/src/main/webapp/groovy/webui/core/UIVirtualList.gtmpl
===================================================================
---
portal/branches/branch-GTNPORTAL-1822/web/portal/src/main/webapp/groovy/webui/core/UIVirtualList.gtmpl 2011-03-02
08:14:42 UTC (rev 5955)
+++
portal/branches/branch-GTNPORTAL-1822/web/portal/src/main/webapp/groovy/webui/core/UIVirtualList.gtmpl 2011-03-03
07:26:30 UTC (rev 5956)
@@ -13,7 +13,7 @@
%>
<div id="$uicomponent.id" style="overflow:auto;"
onscroll="eXo.webui.UIVirtualList.scrollMove(this,'$url');">
- <div style="width: 99%;" >
+ <div>
<% uicomponent.renderChildren();%>
</div>
<%
Show replies by date