reduce standard width for text fields (backport from bbmaster branch)

This commit is contained in:
Helmut Merz 2013-12-17 09:40:56 +01:00
parent f29132406a
commit 9977e8b191

View file

@ -90,7 +90,7 @@
tal:define="width field/width|nothing" tal:define="width field/width|nothing"
tal:attributes="name name; id name; tal:attributes="name name; id name;
style python: style python:
('width: %s;;' % (width and str(width)+'px' or '570px')) + ('width: %s;;' % (width and str(width)+'px' or '555px')) +
'height: 1.5em;;'; 'height: 1.5em;;';
value data/?name|string:; value data/?name|string:;
xxrequired field/required_js;" /> xxrequired field/required_js;" />