Minor refinements

This commit is contained in:
andreabix 2006-05-05 08:56:03 +00:00
parent 0aa81bc346
commit 3fa299acc6
3 changed files with 27 additions and 9 deletions

View File

@ -4,10 +4,10 @@
<div id="footer">
<?php
echo '<p class="helplink">';
echo page_doc_link(get_string('moodledocslink'));
echo '</p>';
?>
echo '<p class="helplink">';
echo page_doc_link(get_string('moodledocslink'));
echo '</p>';
?>
<?php if ($navigation) { ?>
<div class="navbar">

View File

@ -66,10 +66,16 @@ div.header {
/* background-color:#FFFFFF; */
}
.generaltable td.cell.c0 {
background-color:#C6BDA8;
.generaltable .r0 td.cell.c0 {
background-color:#C6BDA8;
}
.generaltable .r1 td.cell.c0 {
border-color:#C6BDA8;
background-color:#E3DFD4;
}
.navbar {
background-color:#C6BDA8;
border-color:#666666;
@ -159,7 +165,8 @@ background-color:#C6BDA8;
***/
#calendar .maincalendar,
#calendar .sidecalendar {
#calendar .sidecalendar,
#calendar .maincalendar .event {
border-color: #C6BDA8;
}

View File

@ -34,9 +34,13 @@ input {
}
.generaltable {
border-width:0px;
}
.generalbox {
border-width:1px;
border-style:solid;
border-style:solid;
}
.sitetopiccontent {
@ -113,12 +117,19 @@ TABLE.loginbox {
/***
*** Footer
***/
#footer {
text-align:left;
margin-top: 5px;
margin-bottom: 0px;
}
#footer p.helplink {
margin-bottom: -25px;
}
/***
*** Blocks