]> git.mjollnir.org Git - moodle.git/commitdiff
upgrade: Make the environment page a bit less rediculously long. I still can't make...
authortjhunt <tjhunt>
Mon, 23 Feb 2009 02:59:34 +0000 (02:59 +0000)
committertjhunt <tjhunt>
Mon, 23 Feb 2009 02:59:34 +0000 (02:59 +0000)
admin/index.php
theme/standard/styles_layout.css

index 63a42134b469acbf08bb8103a6f47ad85f862c4b..fa2e7632f8940e258c61d901f8210150a7994a4a 100644 (file)
             print_box($releasenoteslink);
 
             require_once($CFG->libdir.'/environmentlib.php');
-            print_heading(get_string('environment', 'admin'));
             if (!check_moodle_environment($release, $environment_results, true, ENV_SELECT_RELEASE)) {
                 print_upgrade_reload('index.php?confirmupgrade=1');
             } else {
index 64efb1ec98ade9fa1b8422ab7186a4f9ca0663f2..45276ea9075e31bb4d29b067e57bef2b4cb87ea0 100644 (file)
@@ -1381,6 +1381,9 @@ table.explainpermissions .cell {
 .environmentbox {
   margin-top: 1em;
 }
+.environmenttable .cell {
+  padding: 0.15em 0.5em;
+}
 
 .form-buttons {
   margin: 10px 0 0 13em;