Author: phuong_vu
Date: 2010-10-11 07:34:38 -0400 (Mon, 11 Oct 2010)
New Revision: 4619
Modified:
portal/branches/branch-GTNPORTAL-1537/web/portal/src/main/webapp/groovy/webui/core/UITree.gtmpl
Log:
GTNPORTAL-1494 IE7: Don't show scroll bar when group have more than 6 groups
Modified:
portal/branches/branch-GTNPORTAL-1537/web/portal/src/main/webapp/groovy/webui/core/UITree.gtmpl
===================================================================
---
portal/branches/branch-GTNPORTAL-1537/web/portal/src/main/webapp/groovy/webui/core/UITree.gtmpl 2010-10-11
10:19:48 UTC (rev 4618)
+++
portal/branches/branch-GTNPORTAL-1537/web/portal/src/main/webapp/groovy/webui/core/UITree.gtmpl 2010-10-11
11:34:38 UTC (rev 4619)
@@ -17,7 +17,7 @@
%>
<div class="UITrees ScrollArea">
<div class="TreeContainer JSContainer">
- <div style="padding-bottom: 12px">
+ <div style="padding-bottom: 12px; width: 99%">
<div class="HomeNode">
<a class="LevelUpArrowIcon"
href="<%=uicomponent.getActionLink();%>"
onmousedown="event.cancelBubble=true;"
title="<%=_ctx.appRes("UITree.tooltip.UpLevel")%>"
style="display: block;"><span></span></a>
</div>