-
... *
@@ -90,7 +90,7 @@
tal:define="width field/width|nothing"
tal:attributes="name name; id name;
style python:
- ('width: %s;;' % (width and str(width)+'px' or '600px')) +
+ ('width: %s;;' % (width and str(width)+'px' or '555px')) +
'height: 1.5em;;';
value data/?name|string:;
xxrequired field/required_js;" />
@@ -119,7 +119,7 @@
tal:define="width field/width|nothing"
tal:attributes="name name;
style python:
- 'width: %s' % (width and str(width)+'px' or '600px');
+ 'width: %s' % (width and str(width)+'px' or '555px');
value data/?name|string:" />
@@ -131,7 +131,7 @@
tal:attributes="name name;
rows python: height or 3;
style python:
- 'width: %s' % (width and str(width)+'px' or '600px');"
+ 'width: %s' % (width and str(width)+'px' or '545px');"
tal:content="data/?name|string:">
@@ -178,7 +178,7 @@
tal:attributes="name name;
rows python: height or 3;
style python:
- 'width: %s' % (width and str(width)+'px' or '600px');"
+ 'width: %s' % (width and str(width)+'px' or '555px');"
tal:content="data/?name|string:" />
|