]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-11561 nail the editor width to 640px in admin settings pages - prevents resize...
authorskodak <skodak>
Wed, 19 Dec 2007 18:26:12 +0000 (18:26 +0000)
committerskodak <skodak>
Wed, 19 Dec 2007 18:26:12 +0000 (18:26 +0000)
theme/standard/styles_layout.css

index 4934a2fe8f8d3f900ac8ee9c0852039a97f7e6ee..1fcbdf9902dc9297760d456e6b2a05b592557de3 100644 (file)
@@ -1071,6 +1071,9 @@ body#admin-modules table.generaltable td.c0
   margin-left: 0.5em;
 }
 
+#adminsettings .form-htmlarea {
+  width:  640px;
+}
 
 .environmentbox {
   margin-top: 1em;