mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
upgrade: Make the environment page a bit less rediculously long. I still can't make it fit on one screen.
This commit is contained in:
parent
6b27d4830a
commit
b5f2275111
2 changed files with 3 additions and 1 deletions
|
@ -220,7 +220,6 @@
|
||||||
print_box($releasenoteslink);
|
print_box($releasenoteslink);
|
||||||
|
|
||||||
require_once($CFG->libdir.'/environmentlib.php');
|
require_once($CFG->libdir.'/environmentlib.php');
|
||||||
print_heading(get_string('environment', 'admin'));
|
|
||||||
if (!check_moodle_environment($release, $environment_results, true, ENV_SELECT_RELEASE)) {
|
if (!check_moodle_environment($release, $environment_results, true, ENV_SELECT_RELEASE)) {
|
||||||
print_upgrade_reload('index.php?confirmupgrade=1');
|
print_upgrade_reload('index.php?confirmupgrade=1');
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -1381,6 +1381,9 @@ table.explainpermissions .cell {
|
||||||
.environmentbox {
|
.environmentbox {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
.environmenttable .cell {
|
||||||
|
padding: 0.15em 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
.form-buttons {
|
.form-buttons {
|
||||||
margin: 10px 0 0 13em;
|
margin: 10px 0 0 13em;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue