From 1f96d0919a498e990be5185bb571e13d5b84492d Mon Sep 17 00:00:00 2001 From: helmutm Date: Mon, 6 Dec 2010 10:51:34 +0000 Subject: [PATCH] adjust blueprint-based CSS setting for form fields git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4100 fd906abe-77d9-0310-91a1-e0d9ade77398 --- browser/blue/blue8.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/blue/blue8.css b/browser/blue/blue8.css index cc35d03..ce3c49c 100644 --- a/browser/blue/blue8.css +++ b/browser/blue/blue8.css @@ -80,7 +80,7 @@ fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;} legend {font-weight:bold;font-size:1.2em;} input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;} input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;} -input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;} +input.text, input.title {margin:0.5em 0;} input.text, input.title {width:300px;padding:5px;} input.title {font-size:1.5em;} textarea {width:390px;padding:5px;}