Author: abelevich
Date: 2008-02-25 10:17:47 -0500 (Mon, 25 Feb 2008)
New Revision: 6324
Modified:
trunk/sandbox/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss
Log:
field css class remove position absolute
Modified: trunk/sandbox/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
===================================================================
--- trunk/sandbox/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-02-25
14:45:40 UTC (rev 6323)
+++ trunk/sandbox/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-02-25
15:17:47 UTC (rev 6324)
@@ -132,7 +132,7 @@
<property>
<name>listWidth</name>
<classname>java.lang.String</classname>
- <description>"200px"</description>
+ <description>"100px"</description>
</property>
<property>
<name>listHeight</name>
Modified:
trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss
===================================================================
---
trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss 2008-02-25
14:45:40 UTC (rev 6323)
+++
trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/css/inplaceselect.xcss 2008-02-25
15:17:47 UTC (rev 6324)
@@ -6,10 +6,10 @@
<f:verbatim>
<![CDATA[
-*{font-family : verdana; font-size:11px;}
-body{padding : 30px;}
-fieldset{padding : 30px; border : 1px solid #c0c0c0;}
-legend{font-weight : bold}
+/* *{font-family : verdana; font-size:11px;} */
+/* body{padding : 30px;} */
+/* fieldset{padding : 30px; border : 1px solid #c0c0c0;} */
+/* legend{font-weight : bold} */
.rich-inplace {
}
@@ -35,7 +35,7 @@
padding : 0px 0px 0px 0px;
border-width: 1px;
margin : 0px;
- position : absolute;
+/* position : absolute; */
top:0px;
left : 0px;
background-position : center right;
@@ -43,7 +43,7 @@
}
.rich-inplace-select-strut{
- width : 100px;
+ /* width : 100px; */
height : 1px
}
.rich-inplace-select-btn-set{
Show replies by date