From df612c4203d6c88418d7d9524e7a2590836bb006 Mon Sep 17 00:00:00 2001 From: skodak Date: Thu, 21 Feb 2008 09:39:58 +0000 Subject: [PATCH] MDL-13549 related these changes; merged from MOODLE_19_STABLE --- theme/standard/styles_fonts.css | 10 ++++++++++ theme/standard/styles_layout.css | 9 +++++++++ 2 files changed, 19 insertions(+) diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index 062884f2ad..7ebaf6a94d 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -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 ***/ diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 0dee2c4d0a..5d15cc5e78 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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; } -- 2.39.5