reduce default width of form fields for better fit on standard pages

This commit is contained in:
Helmut Merz 2013-12-05 14:27:28 +01:00
parent 165f23cc0b
commit 7def5b9e43

View file

@ -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 '570px')) +
'height: 1.5em;;';
value data/?name|string:;
xxrequired field/required_js;" />