Tweaking course layouts
This commit is contained in:
@@ -57,12 +57,20 @@ body {
|
||||
}
|
||||
|
||||
th.header,
|
||||
td.header {
|
||||
background-color:#DDDDDD;
|
||||
td.header,
|
||||
div.header {
|
||||
background-color:#EEEEEE;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color:#EEEEEE;
|
||||
border-color:#DDDDDD;
|
||||
}
|
||||
|
||||
table.formtable tbody th {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
background-color:#AAFFAA;
|
||||
}
|
||||
|
||||
@@ -105,12 +105,12 @@ h4 {
|
||||
font-size:0.8em;
|
||||
}
|
||||
|
||||
.headingblock .title {
|
||||
.headingblock {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.headingblock .link {
|
||||
font-size: 0.9em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.files .file {
|
||||
|
||||
@@ -39,8 +39,8 @@ h6.main {
|
||||
|
||||
#layout-table {
|
||||
width:100%;
|
||||
border-spacing:5px;
|
||||
border-collapse:separate;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
#layout-table #left-column,
|
||||
@@ -50,6 +50,11 @@ h6.main {
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
#layout-table #middle-column {
|
||||
padding-left:12px;
|
||||
padding-right:12px;
|
||||
}
|
||||
|
||||
.clearer {
|
||||
clear:both;
|
||||
margin:0px;
|
||||
@@ -208,6 +213,8 @@ table.formtable tbody th
|
||||
.navbar {
|
||||
padding:3px 0.5em;
|
||||
height:1.3em;
|
||||
border-width:1px;
|
||||
border-style:solid;
|
||||
}
|
||||
|
||||
.navbar .breadcrumb {
|
||||
@@ -220,6 +227,10 @@ table.formtable tbody th
|
||||
float:right;
|
||||
}
|
||||
|
||||
#footer .navbar {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Footer
|
||||
|
||||
Reference in New Issue
Block a user