Author: vmolotkov
Date: 2007-11-15 08:47:43 -0500 (Thu, 15 Nov 2007)
New Revision: 4002
Modified:
trunk/sandbox/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss
Log:
cosmetic changes
Modified:
trunk/sandbox/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss
===================================================================
---
trunk/sandbox/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss 2007-11-15
12:52:25 UTC (rev 4001)
+++
trunk/sandbox/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss 2007-11-15
13:47:43 UTC (rev 4002)
@@ -86,9 +86,9 @@
width : 100%;
}
-.ol_internal_tab .ol_endcol{border-right : 0px;white-space: nowrap;}
+.ol_internal_tab .ol_endcol{border-right : 0px;}
-.ol_internal_tab td{font-family : Arial; font-size :11px; border-bottom : 1px solid
#bfbfc0; border-top : 1px solid #FFFFFF; padding : 2px;white-space: nowrap;}
+.ol_internal_tab td{font-family : Arial; font-size :11px; border-bottom : 1px solid
#bfbfc0; border-top : 1px solid #FFFFFF; padding : 2px;}
.ol_internal_tab tr.ol_select{background : #EAF0F8}
@@ -96,6 +96,10 @@
background : #EAF0F8; color : #4A75B5;
}
+.ol_internal_tab tr.ol_active td{
+ color : #4A75B5;
+}
+
.ol_internal_tab tr.ol_normal {
}
@@ -118,9 +122,8 @@
<u:style name="color" skin="generalTextColor"/>
<u:style name="font-size" skin="generalSizeFont"/>
<u:style name="font-family" skin="generalFamilyFont"/>
- <u:style name="width" value="16px"/>
- <u:style name="height" value="16px"/>
<u:style name="border" value="0"/>
+ <u:style name="white-space" value="nowrap"/>
</u:selector>
<u:selector name=".ol_control_bn_up">
<u:style name="background-image">
Show replies by date