mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
Slight changes
This commit is contained in:
parent
24a34da28c
commit
b27f9a32bc
@ -27,7 +27,11 @@
|
||||
new versions of PHP (4.3.0).</DD>
|
||||
|
||||
<DT> Layout improvements</DT>
|
||||
<DD> Improved interface when courses are on front page and there is more than one category.
|
||||
<DD> Cleaned up the display of "side boxes" and added CSS style control over
|
||||
more elements on the site and course pages. The interface when
|
||||
courses are on front page and there is more than one category has
|
||||
been improved (no longer just shows short course names).
|
||||
|
||||
</DD>
|
||||
|
||||
<DT> Class interface</DT>
|
||||
|
@ -113,7 +113,7 @@
|
||||
$site->summary .= "<BR><CENTER><A HREF=\"admin/site.php\"><IMG SRC=\"pix/i/edit.gif\" BORDER=0></A>";
|
||||
}
|
||||
|
||||
print_simple_box($site->summary, "", "100%", $THEME->cellheading);
|
||||
print_simple_box($site->summary, "", "100%", $THEME->cellcontent2);
|
||||
print_spacer(1,$side);
|
||||
echo "</TD>";
|
||||
?>
|
||||
|
@ -4,7 +4,7 @@ $THEME->body = "#FFEECE"; // Main page color
|
||||
$THEME->cellheading = "#FFD991"; // Standard headings of big tables
|
||||
$THEME->cellheading2 = "#FFB62D"; // Highlight headings of tables
|
||||
$THEME->cellcontent = "#FFFFFF"; // For areas with text
|
||||
$THEME->cellcontent2 = "#FFEECE"; // Alternate colour
|
||||
$THEME->cellcontent2 = "#FEE6B9"; // Alternate colour
|
||||
$THEME->borders = "#555555"; // Table borders
|
||||
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user