Author: sergeyhalipov
Date: 2007-07-06 15:22:46 -0400 (Fri, 06 Jul 2007)
New Revision: 1530
Modified:
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/blueSky.skin.properties
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/classic.skin.properties
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/deepMarine.skin.properties
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/emeraldTown.skin.properties
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/japanCherry.skin.properties
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/plain.skin.properties
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/ruby.skin.properties
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/wine.skin.properties
branches/3.0.2/richfaces/dataTable/src/main/resources/org/richfaces/renderkit/html/css/table.xcss
Log:
Remove hard-coded borders from dataTable.
Modified:
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/blueSky.skin.properties
===================================================================
---
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/blueSky.skin.properties 2007-07-06
17:02:52 UTC (rev 1529)
+++
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/blueSky.skin.properties 2007-07-06
19:22:46 UTC (rev 1530)
@@ -48,3 +48,4 @@
tableFooterBackgroundColor=#cccccc
tableSubfooterBackgroundColor=#f1f1f1
tableBorderColor=#C0C0C0
+tableBorderWidth=1px
Modified:
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/classic.skin.properties
===================================================================
---
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/classic.skin.properties 2007-07-06
17:02:52 UTC (rev 1529)
+++
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/classic.skin.properties 2007-07-06
19:22:46 UTC (rev 1530)
@@ -48,5 +48,4 @@
tableFooterBackgroundColor=#cccccc
tableSubfooterBackgroundColor=#f1f1f1
tableBorderColor=#C0C0C0
-
-
+tableBorderWidth=1px
Modified:
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/deepMarine.skin.properties
===================================================================
---
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/deepMarine.skin.properties 2007-07-06
17:02:52 UTC (rev 1529)
+++
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/deepMarine.skin.properties 2007-07-06
19:22:46 UTC (rev 1530)
@@ -48,7 +48,4 @@
tableFooterBackgroundColor=#cccccc
tableSubfooterBackgroundColor=#f1f1f1
tableBorderColor=#C0C0C0
-
-
-
-
+tableBorderWidth=1px
Modified:
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/emeraldTown.skin.properties
===================================================================
---
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/emeraldTown.skin.properties 2007-07-06
17:02:52 UTC (rev 1529)
+++
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/emeraldTown.skin.properties 2007-07-06
19:22:46 UTC (rev 1530)
@@ -48,7 +48,4 @@
tableFooterBackgroundColor=#cccccc
tableSubfooterBackgroundColor=#f1f1f1
tableBorderColor=#C0C0C0
-
-
-
-
+tableBorderWidth=1px
Modified:
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/japanCherry.skin.properties
===================================================================
---
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/japanCherry.skin.properties 2007-07-06
17:02:52 UTC (rev 1529)
+++
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/japanCherry.skin.properties 2007-07-06
19:22:46 UTC (rev 1530)
@@ -48,6 +48,4 @@
tableFooterBackgroundColor=#cccccc
tableSubfooterBackgroundColor=#f1f1f1
tableBorderColor=#DFA5A5
-
-
-
+tableBorderWidth=1px
Modified:
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/plain.skin.properties
===================================================================
---
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/plain.skin.properties 2007-07-06
17:02:52 UTC (rev 1529)
+++
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/plain.skin.properties 2007-07-06
19:22:46 UTC (rev 1530)
@@ -47,4 +47,5 @@
tableBackgroundColor=#{null}
tableFooterBackgroundColor=#{null}
tableSubfooterBackgroundColor=#{null}
-tableBorderColor=#{null}
\ No newline at end of file
+tableBorderColor=#{null}
+tableBorderWidth=0px
Modified:
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/ruby.skin.properties
===================================================================
---
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/ruby.skin.properties 2007-07-06
17:02:52 UTC (rev 1529)
+++
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/ruby.skin.properties 2007-07-06
19:22:46 UTC (rev 1530)
@@ -48,7 +48,4 @@
tableFooterBackgroundColor=#cccccc
tableSubfooterBackgroundColor=#f1f1f1
tableBorderColor=#C0C0C0
-
-
-
-
+tableBorderWidth=1px
Modified:
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/wine.skin.properties
===================================================================
---
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/wine.skin.properties 2007-07-06
17:02:52 UTC (rev 1529)
+++
branches/3.0.2/richfaces/common/src/main/resources/META-INF/skins/wine.skin.properties 2007-07-06
19:22:46 UTC (rev 1530)
@@ -49,6 +49,4 @@
tableFooterBackgroundColor=#cccccc
tableSubfooterBackgroundColor=#f1f1f1
tableBorderColor=#B6AD84
-
-
-
+tableBorderWidth=1px
Modified:
branches/3.0.2/richfaces/dataTable/src/main/resources/org/richfaces/renderkit/html/css/table.xcss
===================================================================
---
branches/3.0.2/richfaces/dataTable/src/main/resources/org/richfaces/renderkit/html/css/table.xcss 2007-07-06
17:02:52 UTC (rev 1529)
+++
branches/3.0.2/richfaces/dataTable/src/main/resources/org/richfaces/renderkit/html/css/table.xcss 2007-07-06
19:22:46 UTC (rev 1530)
@@ -3,22 +3,26 @@
xmlns:u='http:/jsf.exadel.com/template/util'
xmlns="http://www.w3.org/1999/xhtml" >
<u:selector name=".dr-table" >
- <u:style name="border-top" value="1px solid">
<!--tableBorderColor-->
- <f:verbatim skin="tableBorderColor" />
+ <u:style name="border-top" value="solid">
<!--tableBorderColor-->
+ <f:verbatim skin="tableBorderWidth" />
+ <f:verbatim skin="tableBorderColor" />
</u:style>
- <u:style name="border-left" value="1px solid">
<!--tableBorderColor-->
- <f:verbatim skin="tableBorderColor" />
+ <u:style name="border-left" value="solid">
<!--tableBorderColor-->
+ <f:verbatim skin="tableBorderWidth" />
+ <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" >
- <u:style name="border-right" value="1px solid">
<!--tableBorderColor-->
- <f:verbatim skin="tableBorderColor" />
+ <u:style name="border-right" value="solid">
<!--tableBorderColor-->
+ <f:verbatim skin="tableBorderWidth" />
+ <f:verbatim skin="tableBorderColor" />
</u:style>
- <u:style name="border-bottom" value="1px solid">
<!--tableBorderColor-->
- <f:verbatim skin="tableBorderColor" />
+ <u:style name="border-bottom" value="solid">
<!--tableBorderColor-->
+ <f:verbatim skin="tableBorderWidth" />
+ <f:verbatim skin="tableBorderColor" />
</u:style>
<u:style name="padding" value="4px 4px 4px 4px"/>
<u:style name="font-size" skin="generalSizeFont"/>
<!--generalSizeFont-->
@@ -28,11 +32,13 @@
</u:selector>
<u:selector name=".dr-subtable-cell" >
- <u:style name="border-right" value="1px solid">
<!--tableBorderColor-->
- <f:verbatim skin="tableBorderColor" />
+ <u:style name="border-right" value="solid">
<!--tableBorderColor-->
+ <f:verbatim skin="tableBorderWidth" />
+ <f:verbatim skin="tableBorderColor" />
</u:style>
- <u:style name="border-bottom" value="1px solid">
<!--tableBorderColor-->
- <f:verbatim skin="tableBorderColor" />
+ <u:style name="border-bottom" value="solid">
<!--tableBorderColor-->
+ <f:verbatim skin="tableBorderWidth" />
+ <f:verbatim skin="tableBorderColor" />
</u:style>
<u:style name="padding" value="4px 4px 4px 4px"/>
<u:style name="font-size" skin="generalSizeFont"/>
<!--generalSizeFont-->
@@ -54,11 +60,13 @@
</u:selector>
<u:selector name=".dr-table-headercell" >
- <u:style name="border-right" value="1px solid">
<!--tableBorderColor-->
- <f:verbatim skin="tableBorderColor" />
+ <u:style name="border-right" value="solid">
<!--tableBorderColor-->
+ <f:verbatim skin="tableBorderWidth" />
+ <f:verbatim skin="tableBorderColor" />
</u:style>
- <u:style name="border-bottom" value="1px solid">
<!--tableBorderColor-->
- <f:verbatim skin="tableBorderColor" />
+ <u:style name="border-bottom" value="solid">
<!--tableBorderColor-->
+ <f:verbatim skin="tableBorderWidth" />
+ <f:verbatim skin="tableBorderColor" />
</u:style>
<u:style name="padding" value="4px 4px 4px 4px"/>
<u:style name="color" skin="headerTextColor"/>
<!--headerTextColor-->
@@ -73,11 +81,13 @@
</u:selector>
<u:selector name=".dr-table-subheadercell" >
- <u:style name="border-right" value="1px solid">
<!--tableBorderColor-->
- <f:verbatim skin="tableBorderColor" />
+ <u:style name="border-right" value="solid">
<!--tableBorderColor-->
+ <f:verbatim skin="tableBorderWidth" />
+ <f:verbatim skin="tableBorderColor" />
</u:style>
- <u:style name="border-bottom" value="1px solid">
<!--tableBorderColor-->
- <f:verbatim skin="tableBorderColor" />
+ <u:style name="border-bottom" value="solid">
<!--tableBorderColor-->
+ <f:verbatim skin="tableBorderWidth" />
+ <f:verbatim skin="tableBorderColor" />
</u:style>
<u:style name="padding" value="4px 4px 4px 4px"/>
<u:style name="text-align" value="center"/>
@@ -96,11 +106,13 @@
</u:selector>
<u:selector name=".dr-table-footercell" >
- <u:style name="border-right" value="1px solid">
<!--tableBorderColor-->
- <f:verbatim skin="tableBorderColor" />
+ <u:style name="border-right" value="solid">
<!--tableBorderColor-->
+ <f:verbatim skin="tableBorderWidth" />
+ <f:verbatim skin="tableBorderColor" />
</u:style>
- <u:style name="border-bottom" value="1px solid">
<!--tableBorderColor-->
- <f:verbatim skin="tableBorderColor" />
+ <u:style name="border-bottom" value="solid">
<!--tableBorderColor-->
+ <f:verbatim skin="tableBorderWidth" />
+ <f:verbatim skin="tableBorderColor" />
</u:style>
<u:style name="padding" value="4px 4px 4px 4px"/>
<u:style name="color" skin="generalTextColor"/>
<!--headerTextColor-->
@@ -115,11 +127,13 @@
</u:selector>
<u:selector name=".dr-table-subfootercell" >
- <u:style name="border-right" value="1px solid">
<!--tableBorderColor-->
- <f:verbatim skin="tableBorderColor" />
+ <u:style name="border-right" value="solid">
<!--tableBorderColor-->
+ <f:verbatim skin="tableBorderWidth" />
+ <f:verbatim skin="tableBorderColor" />
</u:style>
- <u:style name="border-bottom" value="1px solid">
<!--tableBorderColor-->
- <f:verbatim skin="tableBorderColor" />
+ <u:style name="border-bottom" value="solid">
<!--tableBorderColor-->
+ <f:verbatim skin="tableBorderWidth" />
+ <f:verbatim skin="tableBorderColor" />
</u:style>
<u:style name="padding" value="4px 4px 4px 4px"/>
<u:style name="text-align" value="left"/>
@@ -143,11 +157,13 @@
</u:selector>
<u:selector name=".dr-subtable-headercell" >
- <u:style name="border-right" value="1px solid">
<!--tableBorderColor-->
- <f:verbatim skin="tableBorderColor" />
+ <u:style name="border-right" value="solid">
<!--tableBorderColor-->
+ <f:verbatim skin="tableBorderWidth" />
+ <f:verbatim skin="tableBorderColor" />
</u:style>
- <u:style name="border-bottom" value="1px solid">
<!--tableBorderColor-->
- <f:verbatim skin="tableBorderColor" />
+ <u:style name="border-bottom" value="solid">
<!--tableBorderColor-->
+ <f:verbatim skin="tableBorderWidth" />
+ <f:verbatim skin="tableBorderColor" />
</u:style>
<u:style name="padding" value="4px 4px 4px 4px"/>
<u:style name="text-align" value="center"/>
@@ -162,11 +178,13 @@
</u:selector>
<u:selector name=".dr-subtable-footercell" >
- <u:style name="border-right" value="1px solid">
<!--tableBorderColor-->
- <f:verbatim skin="tableBorderColor" />
+ <u:style name="border-right" value="solid">
<!--tableBorderColor-->
+ <f:verbatim skin="tableBorderWidth" />
+ <f:verbatim skin="tableBorderColor" />
</u:style>
- <u:style name="border-bottom" value="1px solid">
<!--tableBorderColor-->
- <f:verbatim skin="tableBorderColor" />
+ <u:style name="border-bottom" value="solid">
<!--tableBorderColor-->
+ <f:verbatim skin="tableBorderWidth" />
+ <f:verbatim skin="tableBorderColor" />
</u:style>
<u:style name="padding" value="4px 4px 4px 4px"/>
<u:style name="text-align" value="left"/>