From: jerome Date: Thu, 22 May 2008 02:26:54 +0000 (+0000) Subject: MDL-14819 changed main table size, merged from 19 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4630016797a29a5b2292af9e0de18882d2d8dc12;p=moodle.git MDL-14819 changed main table size, merged from 19 --- diff --git a/install.php b/install.php index 5c220a064e..c0b511e101 100644 --- a/install.php +++ b/install.php @@ -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: ; } .main { - width: 500px; + width: 80%; border-width: 1px; border-style: solid; border-color: #ffc85f;