Author: konstantin.mishin
Date: 2010-05-31 12:12:01 -0400 (Mon, 31 May 2010)
New Revision: 17427
Modified:
root/ui/iteration/trunk/tables/ui/src/main/resources/META-INF/resources/extendedDataTable.ecss
Log:
RF-7887
Modified:
root/ui/iteration/trunk/tables/ui/src/main/resources/META-INF/resources/extendedDataTable.ecss
===================================================================
---
root/ui/iteration/trunk/tables/ui/src/main/resources/META-INF/resources/extendedDataTable.ecss 2010-05-31
15:44:28 UTC (rev 17426)
+++
root/ui/iteration/trunk/tables/ui/src/main/resources/META-INF/resources/extendedDataTable.ecss 2010-05-31
16:12:01 UTC (rev 17427)
@@ -27,7 +27,7 @@
}
.rf-edt-h, .rf-edt-th {
- background-color: '#{richSkin.tableHeaderBackgroundColor}';
+ background-image :
"url(#{resource['org.richfaces.renderkit.html.images.ColumnHeaderGradientImage']})";
}
.rf-edt-th {
@@ -130,17 +130,16 @@
font-size: '#{richSkin.generalSizeFont}';
}
-.rf-edt-hcc, .rf-edt-th {
+.rf-edt-hcc, .rf-edt-th, .rf-edt-fcc, .rf-edt-tf {
font-weight: bold;
- color: '#{richSkin.tableHeaderTextColor}';
+ text-align: center;
}
-.rf-edt-fcc, .rf-edt-tf {
- font-weight: bold;
- color: '#{richSkin.generalTextColor}';
+.rf-edt-hcc, .rf-edt-th {
+ color: '#{richSkin.tableHeaderTextColor}';
}
-.rf-edt-cc {
+.rf-edt-cc, .rf-edt-fcc, .rf-edt-tf {
color: '#{richSkin.generalTextColor}';
}
Show replies by date