Author: a.izobov
Date: 2007-03-19 09:35:57 -0400 (Mon, 19 Mar 2007)
New Revision: 97
Modified:
trunk/richfaces/tabPanel/src/main/templates/tab.jspx
Log:
RFA-310 fixed
Modified: trunk/richfaces/tabPanel/src/main/templates/tab.jspx
===================================================================
--- trunk/richfaces/tabPanel/src/main/templates/tab.jspx 2007-03-17 17:22:29 UTC (rev 96)
+++ trunk/richfaces/tabPanel/src/main/templates/tab.jspx 2007-03-19 13:35:57 UTC (rev 97)
@@ -16,7 +16,7 @@
<td id="#{clientId}" style="position: relative;
#{this:getTabDisplay(context, component)}"
height="100%">
- <table border="0" cellpadding="10" cellspacing="0"
width="100%" class="dr-tbpnl-cntnt-pstn
rich-tabpanel-content-position" style="position : relative;">
+ <table border="0" cellpadding="10" cellspacing="0"
width="100%" class="dr-tbpnl-cntnt-pstn
rich-tabpanel-content-position" style="position : relative; z-index:
1;">
<tr>
<td class="dr-tbpnl-cntnt rich-tabpanel-content
#{component.pane.attributes['contentClass']}
#{component.attributes['styleClass']}"
style="#{component.attributes['contentStyle']};
#{component.attributes['style']}">
<vcp:body />
Show replies by date