]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-13549 related these changes; merged from MOODLE_19_STABLE
authorskodak <skodak>
Thu, 21 Feb 2008 09:39:58 +0000 (09:39 +0000)
committerskodak <skodak>
Thu, 21 Feb 2008 09:39:58 +0000 (09:39 +0000)
theme/standard/styles_fonts.css
theme/standard/styles_layout.css

index 062884f2adeef029e75330c15b4ef594e3fffeee..7ebaf6a94d8d98ec8b8141387140078713e198ec 100644 (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
  ***/
index 0dee2c4d0a7b2453ae9cf45c235ba505381cd661..5d15cc5e78fe7be9ec6744d17335eccadb53a21e 100644 (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;
 }