Author: sergeyhalipov
Date: 2007-11-28 14:58:07 -0500 (Wed, 28 Nov 2007)
New Revision: 4331
Modified:
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss
branches/3.1.x/ui/orderingList/src/main/templates/org/richfaces/htmlOrderingList.jspx
Log:
Ordering list: fixed some troubles with skinning.
Modified:
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss
===================================================================
---
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss 2007-11-28
19:53:51 UTC (rev 4330)
+++
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss 2007-11-28
19:58:07 UTC (rev 4331)
@@ -164,12 +164,6 @@
-moz-user-select: -moz-none;
}
-.rich-ordering-list-fk {
- width: 1px;
- position: absolute;
- left: -32767px;
-}
-
.rich-ordering-list-ds input {
-moz-user-select: text;
}
@@ -307,8 +301,6 @@
</u:selector>
<u:selector name=".rich-ordering-list-row-active">
- <u:style name="font-family" skin="headerFamilyFont" />
- <u:style name="font-size" skin="headerSizeFont" />
<u:style name="font-weight" skin="headerWeightFont" />
<u:style name="background-image">
<f:resource
f:key="org.richfaces.renderkit.html.gradientimages.OrderingListSelectGradient"
/>
Modified:
branches/3.1.x/ui/orderingList/src/main/templates/org/richfaces/htmlOrderingList.jspx
===================================================================
---
branches/3.1.x/ui/orderingList/src/main/templates/org/richfaces/htmlOrderingList.jspx 2007-11-28
19:53:51 UTC (rev 4330)
+++
branches/3.1.x/ui/orderingList/src/main/templates/org/richfaces/htmlOrderingList.jspx 2007-11-28
19:58:07 UTC (rev 4331)
@@ -26,7 +26,7 @@
<div id="#{clientId}" class="rich-ordering-list-ds"
x:passThruWithExclusions="id,class">
<input id="#{clientId}focusKeeper" type="button"
value="" name="focusKeeper"
- class="rich-ordering-list-fk" />
+ style="width: 1px; position: absolute; left: -32767px;" />
<input id="#{clientId}valueKeeper" type="hidden"
name="#{clientId}" value="#{component.submittedString}"/>
<table id="#{clientId}table" cellpadding="0"
cellspacing="0" class="rich-ordering-list-body">
Show replies by date