decimal widget should have decimal class

This commit is contained in:
Massimo Di Pierro
2011-12-19 22:59:14 -06:00
parent 2d1e90f6f9
commit 822be670fe
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.4 (2011-12-18 10:58:10) stable
Version 1.99.4 (2011-12-19 22:58:55) stable
@@ -30,6 +30,7 @@ small { font-size: 0.8em; }
textarea { width: 600px; }
code { font-family: Courier;}
input[type=text], input[type=password], select { width: 300px; }
ul { list-style-type: none; margin: 0px; padding: 0px; }
/** end **/
/* Sticky footer begin */
+1 -1
View File
@@ -135,7 +135,7 @@ class DoubleWidget(StringWidget):
class DecimalWidget(StringWidget):
_class = 'double'
_class = 'decimal'
class TimeWidget(StringWidget):