reduce default width of form fields for better fit on standard pages
This commit is contained in:
parent
165f23cc0b
commit
7def5b9e43
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 '600px')) +
|
||||
('width: %s;;' % (width and str(width)+'px' or '570px')) +
|
||||
'height: 1.5em;;';
|
||||
value data/?name|string:;
|
||||
xxrequired field/required_js;" />
|
||||
|
|
Loading…
Add table
Reference in a new issue