Skip to content

Commit

Permalink
Minor refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabix committed May 5, 2006
1 parent 0aa81bc commit 3fa299a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
8 changes: 4 additions & 4 deletions theme/formal_white/footer.html
Expand Up @@ -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">
Expand Down
13 changes: 10 additions & 3 deletions theme/formal_white/fw_color.css
Expand Up @@ -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;
Expand Down Expand Up @@ -159,7 +165,8 @@ background-color:#C6BDA8;
***/

#calendar .maincalendar,
#calendar .sidecalendar {
#calendar .sidecalendar,
#calendar .maincalendar .event {
border-color: #C6BDA8;
}

Expand Down
15 changes: 13 additions & 2 deletions theme/formal_white/fw_layout.css
Expand Up @@ -34,9 +34,13 @@ input {

}

.generaltable {
border-width:0px;
}

.generalbox {
border-width:1px;
border-style:solid;
border-style:solid;
}

.sitetopiccontent {
Expand Down Expand Up @@ -113,12 +117,19 @@ TABLE.loginbox {
/***
*** Footer
***/

#footer {
text-align:left;
margin-top: 5px;
margin-bottom: 0px;
}


#footer p.helplink {
margin-bottom: -25px;
}



/***
*** Blocks
Expand Down

0 comments on commit 3fa299a

Please sign in to comment.