[richfaces-svn-commits] JBoss Rich Faces SVN: r5665 - trunk/ui/inputnumber-slider/src/main/resources/org/richfaces/renderkit/html/css.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jan 28 09:52:34 EST 2008


Author: abelevich
Date: 2008-01-28 09:52:33 -0500 (Mon, 28 Jan 2008)
New Revision: 5665

Modified:
   trunk/ui/inputnumber-slider/src/main/resources/org/richfaces/renderkit/html/css/slider.xcss
Log:
re-skinning 

Modified: trunk/ui/inputnumber-slider/src/main/resources/org/richfaces/renderkit/html/css/slider.xcss
===================================================================
--- trunk/ui/inputnumber-slider/src/main/resources/org/richfaces/renderkit/html/css/slider.xcss	2008-01-28 14:52:16 UTC (rev 5664)
+++ trunk/ui/inputnumber-slider/src/main/resources/org/richfaces/renderkit/html/css/slider.xcss	2008-01-28 14:52:33 UTC (rev 5665)
@@ -66,13 +66,14 @@
 	border : 1px solid white;
 }
 .dr-insldr-field {
-	border: 1px solid;
+	border:1px inset;
 	padding: 0px 0px 0px 3px;
-    margin-top: 0px;
-    margin-bottom: 0px;
-	background-position: left top;
-	background-repeat: repeat-x;
+	margin-top:0px;
+	margin-bottom:0px;
+	background-position:left top;
+	background-repeat:repeat-x;
 }
+
 .dr-insldr-field-left {
     margin-right: 10px;
 }
@@ -142,7 +143,7 @@
 		<u:style name="font-size" skin="generalSizeFont"/>
 		<u:style name="color" skin="controlTextColor"/>
 		<u:style name="border-color" skin="panelBorderColor" />
-	    <u:style name="border-bottom-color" skin="subBorderColor" />
-    	<u:style name="border-right-color" skin="subBorderColor" />
+   	
 	</u:selector>
+	
 </f:template>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list