Author: abelevich
Date: 2008-01-21 11:19:21 -0500 (Mon, 21 Jan 2008)
New Revision: 5494
Added:
trunk/sandbox/ui/pickList/src/main/resources/org/richfaces/renderkit/html/css/
trunk/sandbox/ui/pickList/src/main/resources/org/richfaces/renderkit/html/css/picklist.xcss
Log:
Added:
trunk/sandbox/ui/pickList/src/main/resources/org/richfaces/renderkit/html/css/picklist.xcss
===================================================================
---
trunk/sandbox/ui/pickList/src/main/resources/org/richfaces/renderkit/html/css/picklist.xcss
(rev 0)
+++
trunk/sandbox/ui/pickList/src/main/resources/org/richfaces/renderkit/html/css/picklist.xcss 2008-01-21
16:19:21 UTC (rev 5494)
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<f:template
xmlns:f='http:/jsf.exadel.com/template'
+
xmlns:u='http:/jsf.exadel.com/template/util'
+
xmlns="http://www.w3.org/1999/xhtml" >
+ <f:verbatim>
+ <![CDATA[
+
+ .rich-pick-list{
+ font-family : Arial;
+ font-size :11px;
+ width : 200px;
+ height : 150px;
+ border : 1px solid;
+ }
+
+ .rich-pick-button{
+ background : top left repeat-x;
+ cursor : pointer;
+ font-family : Arial;
+ font-size :11px;
+ border : 1px solid;
+ padding : 0px 0px 0px 0px;
+ margin : 3px;
+ }
+
+ .rich-pick-button-light{
+ background : top left repeat-x;
+ cursor : pointer;
+ font-family : Arial;
+ font-size :11px;
+ border : 1px solid;
+ padding : 0px 0px 0px 0px;
+ margin : 3px;
+ }
+
+ .rich-pick-button-press{
+ background : top left repeat-x;
+ cursor : pointer;
+ font-family : Arial;
+ font-size :11px;
+ border : 1px solid;
+ padding : 0px 0px 0px 0px;
+ margin : 3px;
+ }
+ ]]>
+ </f:verbatim>
+
+ <u:selector name=".rich-pick-list">
+ <u:style name="background" skin="tableBackgroundColor" />
+ <u:style name="border-color" skin="tableBorderColor" />
+ </u:selector>
+
+ <u:selector name=".rich-pick-button">
+ <u:style name="background-color" skin="trimColor" />
+ <u:style name="border-color" skin="tableBorderColor" />
+ </u:selector>
+
+ <u:selector name=".rich-pick-button-light">
+ <u:style name="background-color" skin="trimColor" />
+ <u:style name="border-color" skin="selectControlColor" />
+ </u:selector>
+
+ <u:selector name=".rich-pick-button-press">
+ <u:style name="background-color"
skin="additionalBackgroundColor" />
+ <u:style name="border-color" skin="selectControlColor" />
+ </u:selector>
+
+
+ <u:selector name=".rich-pick-right-arrow">
+ <u:style name="background-image">
+ <f:resource
f:key="org.richfaces.renderkit.images.PickListRightArrowImage" />
+ </u:style>
+ </u:selector>
+
+ <u:selector name=".rich-pick-left-arrow">
+ <u:style name="background-image">
+ <f:resource f:key="org.richfaces.renderkit.images.PickListLeftArrowImage"
/>
+ </u:style>
+ </u:selector>
+
+ <u:selector name=".rich-pick-button-light">
+ <u:style name="background-image">
+ <f:resource
f:key="org.richfaces.renderkit.images.PickListButtonLightGradient" />
+ </u:style>
+ </u:selector>
+
+ <u:selector name=".rich-pick-button">
+ <u:style name="background-image">
+ <f:resource f:key="org.richfaces.renderkit.images.PickListButtonGradient"
/>
+ </u:style>
+ </u:selector>
+
+ <u:selector name=".rich-pick-button-press">
+ <u:style name="background-image">
+ <f:resource
f:key="org.richfaces.renderkit.images.PickListButtonPressGradient" />
+ </u:style>
+ </u:selector>
+
+
+</f:template>
\ No newline at end of file