From: urs_hunkler Date: Tue, 26 Sep 2006 19:30:57 +0000 (+0000) Subject: 'changed width of label from 40% to 30% to make the textarea fit' X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=86f5774d0bd4356f9dd4d00b0997550fb2a80133;p=moodle.git 'changed width of label from 40% to 30% to make the textarea fit' --- 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;