]> git.mjollnir.org Git - moodle.git/commitdiff
Adjusted sizes of front page columns
authormartin <martin>
Sat, 3 Aug 2002 08:33:18 +0000 (08:33 +0000)
committermartin <martin>
Sat, 3 Aug 2002 08:33:18 +0000 (08:33 +0000)
index.php

index 7dc5e3719b0e1f11d0dc8fc77cfcde22c3117c0c..b6b3aa1ccb9c106f3a56183022ae0cd08e89ca31 100644 (file)
--- a/index.php
+++ b/index.php
@@ -25,7 +25,7 @@
 
 <TABLE WIDTH="100%" BORDER="0" CELLSPACING="5" CELLPADDING="5">
   <TR>
-    <TD VALIGN="TOP" NOWRAP>
+    <TD WIDTH="20%" VALIGN="TOP" NOWRAP>
       <? 
 
          $sections = get_all_sections($site->id);
@@ -76,7 +76,7 @@
 
     </TD>
 
-    <TD WIDTH="70%" VALIGN="TOP">
+    <TD WIDTH="60%" VALIGN="TOP">
       <? if ($site->newsitems == 0 ) {
              print_simple_box(get_string("availablecourses"), "CENTER", "100%", "$THEME->cellheading");
              echo "<IMG HEIGHT=8 SRC=\"pix/spacer.gif\" ALT=\"\"><BR>";
       ?>
 
     </TD>
-    <TD WIDTH="30%" VALIGN="TOP"> 
+    <TD WIDTH="20%" VALIGN="TOP"> 
       <? 
          if (isediting($site->id)) {
              $site->summary .= "<BR><CENTER><A HREF=\"admin/site.php\"><IMG SRC=\"pix/i/edit.gif\" BORDER=0></A>";