reduce standard width for text fields (backport from bbmaster branch)
This commit is contained in:
parent
f29132406a
commit
9977e8b191
1 changed files with 1 additions and 1 deletions
|
@ -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 '570px')) +
|
||||
('width: %s;;' % (width and str(width)+'px' or '555px')) +
|
||||
'height: 1.5em;;';
|
||||
value data/?name|string:;
|
||||
xxrequired field/required_js;" />
|
||||
|
|
Loading…
Add table
Reference in a new issue