Add some space between the environment table and environment box.

Merged from MOODLE_18_STABLE
This commit is contained in:
stronk7 2007-03-18 19:17:44 +00:00
parent 274ea5d59f
commit 5a9f70b25f

View File

@ -930,6 +930,10 @@ body#admin-modules table.generaltable td.c0
padding: 0.3em 0 1.5em 0;
}
.environmentbox {
margin-top: 1em;
}
.form-buttons {
margin: 10px 0 0 160px;
}