]> git.mjollnir.org Git - moodle.git/commitdiff
small change to stop elements moving down to next line in IE with 800 px width.
authorjamiesensei <jamiesensei>
Sat, 9 Dec 2006 12:16:41 +0000 (12:16 +0000)
committerjamiesensei <jamiesensei>
Sat, 9 Dec 2006 12:16:41 +0000 (12:16 +0000)
theme/standard/styles_layout.css

index e0f229d8142606a7d7ff962a14956bb4cb9429f5..714a69d554b71175454f58482603af46c573c11a 100644 (file)
@@ -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 {