From 7def5b9e4390945d5f2cc8667b69a056fb554b84 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Thu, 5 Dec 2013 14:27:28 +0100 Subject: [PATCH] reduce default width of form fields for better fit on standard pages --- composer/schema/browser/schema_macros.pt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer/schema/browser/schema_macros.pt b/composer/schema/browser/schema_macros.pt index b66dfaa..da3a145 100755 --- a/composer/schema/browser/schema_macros.pt +++ b/composer/schema/browser/schema_macros.pt @@ -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;" />