decimal widget should have decimal class
This commit is contained in:
@@ -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
@@ -135,7 +135,7 @@ class DoubleWidget(StringWidget):
|
||||
|
||||
|
||||
class DecimalWidget(StringWidget):
|
||||
_class = 'double'
|
||||
_class = 'decimal'
|
||||
|
||||
|
||||
class TimeWidget(StringWidget):
|
||||
|
||||
Reference in New Issue
Block a user