Author: sichen
Date: Wed Sep 27 14:13:39 2006
New Revision: 450583
URL:
http://svn.apache.org/viewvc?view=rev&rev=450583Log:
Added form widget style to use with default-table-style. Use this if you're getting squished columns and want the form table to span the whole container. Also outlines the table in a border.
Modified:
incubator/ofbiz/trunk/framework/images/webapp/images/maincss.css
Modified: incubator/ofbiz/trunk/framework/images/webapp/images/maincss.css
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/images/webapp/images/maincss.css?view=diff&rev=450583&r1=450582&r2=450583==============================================================================
--- incubator/ofbiz/trunk/framework/images/webapp/images/maincss.css (original)
+++ incubator/ofbiz/trunk/framework/images/webapp/images/maincss.css Wed Sep 27 14:13:39 2006
@@ -1018,3 +1018,9 @@
height:1%;
clear: left;
}
+
+/* ==== Styles For Form Widgets === */
+.formTableBordered {
+width: 100%;
+border: 1px solid #999999;
+}