From 86f5774d0bd4356f9dd4d00b0997550fb2a80133 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Tue, 26 Sep 2006 19:30:57 +0000 Subject: [PATCH] 'changed width of label from 40% to 30% to make the textarea fit' --- theme/standard/styles_form.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/standard/styles_form.css b/theme/standard/styles_form.css index b5326b38f4..81cb60e17e 100644 --- a/theme/standard/styles_form.css +++ b/theme/standard/styles_form.css @@ -32,7 +32,7 @@ form.mform div.qfrow { form.mform label.qflabel { display: block; float: left; - width: 40%; + width: 30%; padding: 0; margin: 5px 0 0 0; text-align: right; -- 2.39.5