From c6d1142a24bee05dc01e98d419f55f16ce9d7d56 Mon Sep 17 00:00:00 2001 From: helmutm Date: Tue, 13 Oct 2009 06:55:36 +0000 Subject: [PATCH] increase default width for input fields, use smaller font for text areas git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3579 fd906abe-77d9-0310-91a1-e0d9ade77398 --- browser/form_macros.pt | 4 ++-- browser/loops.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/browser/form_macros.pt b/browser/form_macros.pt index c58309b..55869f2 100644 --- a/browser/form_macros.pt +++ b/browser/form_macros.pt @@ -262,7 +262,7 @@ - diff --git a/browser/loops.css b/browser/loops.css index ddd853e..b102707 100644 --- a/browser/loops.css +++ b/browser/loops.css @@ -32,6 +32,10 @@ blockquote ul { margin: 0; } +textarea { + font-size: 100%; +} + /* class-specific */ .description {