From 37601e884fd37972bcec73d2312d36747b779759 Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Sat, 9 Dec 2006 12:16:41 +0000 Subject: [PATCH] small change to stop elements moving down to next line in IE with 800 px width. --- theme/standard/styles_layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5