[richfaces-svn-commits] JBoss Rich Faces SVN: r13844 - trunk/samples/themes/src/main/resources/org/richfaces/renderkit/html/css.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Apr 24 15:00:59 EDT 2009


Author: nbelaevski
Date: 2009-04-24 15:00:59 -0400 (Fri, 24 Apr 2009)
New Revision: 13844

Modified:
   trunk/samples/themes/src/main/resources/org/richfaces/renderkit/html/css/smooth.xcss
Log:
'Smooth' theme XCSS borders fixed

Modified: trunk/samples/themes/src/main/resources/org/richfaces/renderkit/html/css/smooth.xcss
===================================================================
--- trunk/samples/themes/src/main/resources/org/richfaces/renderkit/html/css/smooth.xcss	2009-04-24 18:51:58 UTC (rev 13843)
+++ trunk/samples/themes/src/main/resources/org/richfaces/renderkit/html/css/smooth.xcss	2009-04-24 19:00:59 UTC (rev 13844)
@@ -1,5 +1,5 @@
 <?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">
@@ -18,7 +18,8 @@
 	<u:selector name=".bg_tabbody">
 		<u:style name="background" skin="generalBackgroundColor"/>
 		<u:style name="border-color" skin="panelBorderColor" />
-		<u:style name="border-top" value="solid 15px" />
+		<u:style name="border-top-style" value="solid" />
+		<u:style name="border-top-width" value="15px" />
 	</u:selector>
 
 	<u:selector name=".content_body">
@@ -30,7 +31,8 @@
 	<u:selector name=".menu_col">
 		<u:style name="background" skin="generalBackgroundColor"/>
 		<u:style name="border-color" skin="panelBorderColor" />
-		<u:style name="border-right" value="solid 2px" />
+		<u:style name="border-right-style" value="solid" />
+		<u:style name="border-right-width" value="2px" />
 		<u:style name="vertical-align" value="top"/>
 	</u:selector>
 	<u:selector name=".content_col">




More information about the richfaces-svn-commits mailing list