Author: abelevich
Date: 2008-03-05 08:12:48 -0500 (Wed, 05 Mar 2008)
New Revision: 6562
Modified:
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss
Log:
Modified:
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss
===================================================================
---
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss 2008-03-05
12:52:57 UTC (rev 6561)
+++
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss 2008-03-05
13:12:48 UTC (rev 6562)
@@ -6,20 +6,12 @@
<f:verbatim>
<![CDATA[
- /* {font-family : verdana; font-size:11px;} */
-/* body{padding : 30px;} */
-/* fieldset{padding : 30px; border : 1px solid #c0c0c0;} */
-/* legend{font-weight : bold} */
-
-.insel_arrow{
- background : #FEFFDA/*editBackgroundColor*/;
- padding : 0px 0px 0px 0px; border : 0px;
+.rich-inplace-select-arrow{
+ padding : 0px 0px 0px 0px;
+ border : 0px;
margin : 0px;
width : 12px;
position : absolute;
- top:1px;
- /*left : 88px;*/
- /*background-image:url(images/mark_list.gif);*/
background-position : center right;
background-repeat : no-repeat;
}
@@ -56,9 +48,9 @@
border-width: 1px;
border-style: inset;
margin : 0px;
- background-position : center right;
- background-repeat : no-repeat;
font: inherit;
+ position: absolute;
+ left: 0px;
}
.rich-inplace-select-strut{
@@ -180,9 +172,6 @@
<u:selector name=".rich-inplace-select-field">
<u:style name="background-color"
skin="editBackgroundColor"/>
<u:style name="border-color" skin="panelBorderColor"/>
- <u:style name="background-image">
- <f:resource
f:key="org.richfaces.renderkit.html.images.SpinnerButtonDown"/>
- </u:style>
</u:selector>
<u:selector name=".rich-inplace-select-control">
@@ -233,5 +222,14 @@
<f:resource
f:key="/org/richfaces/renderkit/html/images/bg_shadow.png"/>
</u:style>
</u:selector>
+
+ <u:selector name=".rich-inplace-select-arrow">
+ <u:style name="background-image">
+ <f:resource
f:key="org.richfaces.renderkit.html.images.SpinnerButtonDown"/>
+ </u:style>
+ <u:style name="background-color"
skin="editBackgroundColor"/>
+ </u:selector>
+
+
</f:template>
\ No newline at end of file