Tweaking course layouts

This commit is contained in:
moodler 2005-03-26 07:17:54 +00:00
parent 12a487b485
commit 02039b168f
3 changed files with 24 additions and 5 deletions

View file

@ -57,12 +57,20 @@ body {
} }
th.header, th.header,
td.header { td.header,
background-color:#DDDDDD; div.header {
background-color:#EEEEEE;
} }
.navbar {
background-color:#EEEEEE;
border-color:#DDDDDD;
}
table.formtable tbody th { table.formtable tbody th {
background: none; background: none;
} }
.highlight { .highlight {
background-color:#AAFFAA; background-color:#AAFFAA;
} }

View file

@ -105,12 +105,12 @@ h4 {
font-size:0.8em; font-size:0.8em;
} }
.headingblock .title { .headingblock {
font-weight: bold; font-weight: bold;
} }
.headingblock .link { .headingblock .link {
font-size: 0.9em; font-size: 0.9em;
font-weight: bold;
} }
.files .file { .files .file {

View file

@ -39,8 +39,8 @@ h6.main {
#layout-table { #layout-table {
width:100%; width:100%;
border-spacing:5px;
border-collapse:separate; border-collapse:separate;
margin-top: 8px;
} }
#layout-table #left-column, #layout-table #left-column,
@ -50,6 +50,11 @@ h6.main {
vertical-align:top; vertical-align:top;
} }
#layout-table #middle-column {
padding-left:12px;
padding-right:12px;
}
.clearer { .clearer {
clear:both; clear:both;
margin:0px; margin:0px;
@ -208,6 +213,8 @@ table.formtable tbody th
.navbar { .navbar {
padding:3px 0.5em; padding:3px 0.5em;
height:1.3em; height:1.3em;
border-width:1px;
border-style:solid;
} }
.navbar .breadcrumb { .navbar .breadcrumb {
@ -220,6 +227,10 @@ table.formtable tbody th
float:right; float:right;
} }
#footer .navbar {
margin-top: 2em;
}
/*** /***
*** Footer *** Footer