From: jamiesensei Date: Sat, 9 Dec 2006 12:16:41 +0000 (+0000) Subject: small change to stop elements moving down to next line in IE with 800 px width. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=37601e884fd37972bcec73d2312d36747b779759;p=moodle.git small change to stop elements moving down to next line in IE with 800 px width. --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index e0f229d814..714a69d554 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -347,7 +347,7 @@ form.mform div.felement, form.mform fieldset.felement{ margin: 5px 0 0 10px; padding: 0; text-align:left; - width: 65%; + width: 60%; } form.mform div.fdescription {