From 4630016797a29a5b2292af9e0de18882d2d8dc12 Mon Sep 17 00:00:00 2001 From: jerome Date: Thu, 22 May 2008 02:26:54 +0000 Subject: [PATCH] MDL-14819 changed main table size, merged from 19 --- install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5