]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14819 changed main table size, merged from 19
authorjerome <jerome>
Thu, 22 May 2008 02:26:54 +0000 (02:26 +0000)
committerjerome <jerome>
Thu, 22 May 2008 02:26:54 +0000 (02:26 +0000)
install.php

index 5c220a064e82aa1af980e60a5a218fc5b9b53924..c0b511e1015e4f1235a70d91c453f4c4943fac19 100644 (file)
@@ -194,7 +194,7 @@ if ($INSTALL['wwwroot'] == '') {
         }
         $CFG->dataroot = dirname($parrent).'/moodledata';
     }
-    $INSTALL['dataroot'] = $CFG->dataroot;
+        $INSTALL['dataroot'] = $CFG->dataroot;
 }
 
 $headstagetext = array(WELCOME       => get_string('chooselanguagehead', 'install'),
@@ -1069,7 +1069,7 @@ function css_styles($databases) {
         text-align: <?php echo fix_align_rtl("left") ?>;
     }
     .main {
-        width: 500px;
+        width: 80%;
         border-width: 1px;
         border-style: solid;
         border-color: #ffc85f;