From 9c7a3c5e9700fa0e3550f533600e273f9d1b2f9f Mon Sep 17 00:00:00 2001 From: skodak Date: Wed, 19 Dec 2007 18:26:12 +0000 Subject: [PATCH] MDL-11561 nail the editor width to 640px in admin settings pages - prevents resize problems; merged from MOODLE_19_STABLE --- theme/standard/styles_layout.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 4934a2fe8f..1fcbdf9902 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1071,6 +1071,9 @@ body#admin-modules table.generaltable td.c0 margin-left: 0.5em; } +#adminsettings .form-htmlarea { + width: 640px; +} .environmentbox { margin-top: 1em; -- 2.39.5