From a1a7533fbc7d675b2dae0ee576c1ecf91bf4fb8d Mon Sep 17 00:00:00 2001 From: jerome Date: Thu, 22 May 2008 02:25:18 +0000 Subject: [PATCH] MDL-14819 changed main table size --- install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.php b/install.php index 1f955dffe7f..99a34fcf7b6 100644 --- a/install.php +++ b/install.php @@ -182,7 +182,7 @@ if ($INSTALL['wwwroot'] == '') { } $CFG->dataroot = dirname($parrent).'/moodledata'; } - $INSTALL['dataroot'] = $CFG->dataroot; + $INSTALL['dataroot'] = $CFG->dataroot; } $headstagetext = array(WELCOME => get_string('chooselanguagehead', 'install'), @@ -1164,7 +1164,7 @@ function css_styles() { text-align: ; } .main { - width: 500px; + width: 80%; border-width: 1px; border-style: solid; border-color: #ffc85f;