Author: akushunin
Date: 2007-04-23 10:35:24 -0400 (Mon, 23 Apr 2007)
New Revision: 482
Modified:
trunk/richfaces/dataTable/src/main/resources/org/richfaces/renderkit/html/css/table.xcss
Log:
were added border-collapse: collapse for dr-table and empty-cells: show for dr-table-cell
Modified:
trunk/richfaces/dataTable/src/main/resources/org/richfaces/renderkit/html/css/table.xcss
===================================================================
---
trunk/richfaces/dataTable/src/main/resources/org/richfaces/renderkit/html/css/table.xcss 2007-04-23
14:20:36 UTC (rev 481)
+++
trunk/richfaces/dataTable/src/main/resources/org/richfaces/renderkit/html/css/table.xcss 2007-04-23
14:35:24 UTC (rev 482)
@@ -10,6 +10,7 @@
<f:verbatim skin="tableBorderColor" />
</u:style>
<u:style name="background-color" skin="tableBackgroundColor"
/> <!--tableBackgroundColor-->
+ <u:style name="border-collapse" value="collapse" />
</u:selector>
<u:selector name=".dr-table-cell" >
@@ -23,6 +24,7 @@
<u:style name="font-size" skin="generalSizeFont"/>
<!--generalSizeFont-->
<u:style name="color" skin="generalTextColor"/>
<!--generalTextColor-->
<u:style name="font-family" skin="generalFamilyFont"/>
<!--generalFamilyFont-->
+ <u:style name="empty-cells" value="show"/>
</u:selector>
<u:selector name=".dr-subtable-cell" >
Show replies by date