[richfaces-svn-commits] JBoss Rich Faces SVN: r6223 - management/design/standardComponent.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Feb 20 12:19:16 EST 2008


Author: admitriev
Date: 2008-02-20 12:19:15 -0500 (Wed, 20 Feb 2008)
New Revision: 6223

Modified:
   management/design/standardComponent/default_example.html
Log:


Modified: management/design/standardComponent/default_example.html
===================================================================
--- management/design/standardComponent/default_example.html	2008-02-20 17:09:00 UTC (rev 6222)
+++ management/design/standardComponent/default_example.html	2008-02-20 17:19:15 UTC (rev 6223)
@@ -8,14 +8,27 @@
 <body>
 
 <style>
-	input, select{
+	input, select, textarea{
 		border-width: 1px; 
 		border-color : #BED6F8 /*panelBorderColor*/; 
 		font-size: 11px /*generalSizeFont*/;
 		font-family: verdana /*generalFamilyFont*/; 
 		color : #000000 /*controlTextColor*/;
 	}
+	fieldset{
+		border-width: 1px; 
+		border-color : #BED6F8 /*panelBorderColor*/; 
+		border-style : solid;
+		padding:10px;
+	}
+	legend{
+		font-size: 11px /*generalSizeFont*/;
+		font-family: verdana /*generalFamilyFont*/; 
+		color : #000000 /*controlTextColor*/;
+	}
 </style>
+<fieldset>
+<legend>Legend</legend>
 <input type="Button" value="Test">
 <input type="Checkbox">
 <input type="File">
@@ -24,5 +37,9 @@
 <select>
 	<option>Test</option>
 </select>
+<br><br>
+<textarea>text</textarea>
+
+</fieldset>
 </body>
 </html>




More information about the richfaces-svn-commits mailing list