From e03eaa371cc4149f7a233dc7f24eb998804e77c9 Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Tue, 29 Oct 2013 17:45:41 +0100 Subject: [PATCH] improvements of forms labels and inputs --- plonetheme/pfbweb/static/css/pfbweb.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plonetheme/pfbweb/static/css/pfbweb.css b/plonetheme/pfbweb/static/css/pfbweb.css index 05f7da8..05df2f1 100644 --- a/plonetheme/pfbweb/static/css/pfbweb.css +++ b/plonetheme/pfbweb/static/css/pfbweb.css @@ -3367,4 +3367,13 @@ body.largeText #content-core p { width: 100%; } + form label { + float: left; + width: 100px; + } + + .field input[type='text'], .field input[type='submit'] { + border: 1px solid #aaa; + } + } \ No newline at end of file