Author: alevkovsky
Date: 2008-08-19 07:37:17 -0400 (Tue, 19 Aug 2008)
New Revision: 10137
Modified:
trunk/ui/tabPanel/src/main/resources/org/richfaces/renderkit/html/css/tabPanel.xcss
trunk/ui/tabPanel/src/main/templates/tab.jspx
Log:
Bug fixing(RF-4191)
Modified:
trunk/ui/tabPanel/src/main/resources/org/richfaces/renderkit/html/css/tabPanel.xcss
===================================================================
---
trunk/ui/tabPanel/src/main/resources/org/richfaces/renderkit/html/css/tabPanel.xcss 2008-08-19
09:25:21 UTC (rev 10136)
+++
trunk/ui/tabPanel/src/main/resources/org/richfaces/renderkit/html/css/tabPanel.xcss 2008-08-19
11:37:17 UTC (rev 10137)
@@ -144,6 +144,7 @@
.dr-tbpnl-cntnt-pstn {
height:100%;
+ position: relative;
}
</f:verbatim>
Modified: trunk/ui/tabPanel/src/main/templates/tab.jspx
===================================================================
--- trunk/ui/tabPanel/src/main/templates/tab.jspx 2008-08-19 09:25:21 UTC (rev 10136)
+++ trunk/ui/tabPanel/src/main/templates/tab.jspx 2008-08-19 11:37:17 UTC (rev 10137)
@@ -16,7 +16,7 @@
<td id="#{clientId}" style="#{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="">
<tr>
<td class="dr-tbpnl-cntnt rich-tabpanel-content
#{component.pane.attributes['contentClass']}
#{component.attributes['styleClass']}"
style="#{component.attributes['contentStyle']};
#{component.attributes['style']}"
Show replies by date