[Checkins] SVN: z3c.formdemo/trunk/ Updated classes to reflect changes in ``z3c.form``.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Jul 31 21:45:26 EDT 2007


Log message for revision 78516:
  Updated classes to reflect changes in ``z3c.form``.
  

Changed:
  U   z3c.formdemo/trunk/CHANGES.txt
  U   z3c.formdemo/trunk/src/z3c/formdemo/spreadsheet/spreadsheet.css

-=-
Modified: z3c.formdemo/trunk/CHANGES.txt
===================================================================
--- z3c.formdemo/trunk/CHANGES.txt	2007-08-01 01:43:43 UTC (rev 78515)
+++ z3c.formdemo/trunk/CHANGES.txt	2007-08-01 01:45:26 UTC (rev 78516)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+Version 1.4.0 (8/??/2007)
+-------------------------
+
+- Refactoring: Update CSS classes to reflect changes in ``z3c.form``.
+
+
 Version 1.3.0 (7/18/2007)
 -------------------------
 

Modified: z3c.formdemo/trunk/src/z3c/formdemo/spreadsheet/spreadsheet.css
===================================================================
--- z3c.formdemo/trunk/src/z3c/formdemo/spreadsheet/spreadsheet.css	2007-08-01 01:43:43 UTC (rev 78515)
+++ z3c.formdemo/trunk/src/z3c/formdemo/spreadsheet/spreadsheet.css	2007-08-01 01:45:26 UTC (rev 78516)
@@ -7,13 +7,13 @@
 
 /* ----[ Form ]------------------------------------------------------------ */
 
-input.textWidget {
+input.text-widget {
   width: 150px;
   padding: 2px;
   background: white;
 }
 
-select.selectWidget {
+select.select-widget {
   width: 130px;
   padding: 2px;
 }



More information about the Checkins mailing list