MDL-13549 related these changes

This commit is contained in:
skodak
2008-02-21 09:38:57 +00:00
parent b8d4faed6b
commit 9688dc4e27
2 changed files with 19 additions and 0 deletions
+10
View File
@@ -303,6 +303,16 @@ body#admin-index .copyright {
.plugincheckwrapper {
text-align: center;
}
.course-report-outline td.lastaccess {
font-size:0.8em;
}
.course-report-outline tr.section {
text-align: center;
}
/***
*** Blocks
***/
+9
View File
@@ -2089,6 +2089,15 @@ body#course-info .generalbox.info {
margin:10px;
}
.course-report-outline td.numviews {
text-align:right;
}
.course-report-outline div.loginfo {
text-align:center;
margin: 1em;
}
#content .coursebox .summary .category {
text-align:right;
}