MDL-11561 nail the editor width to 640px in admin settings pages - prevents resize problems; merged from MOODLE_19_STABLE

This commit is contained in:
skodak 2007-12-19 18:26:12 +00:00
parent 2fec2300f7
commit 9c7a3c5e97

View file

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