MDL-13549 related these changes; merged from MOODLE_19_STABLE

This commit is contained in:
skodak 2008-02-21 09:39:58 +00:00
parent ad4e76e77d
commit df612c4203
2 changed files with 19 additions and 0 deletions

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
***/

View File

@ -2112,6 +2112,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;
}