From: nicolasconnault Date: Tue, 27 Nov 2007 10:01:52 +0000 (+0000) Subject: MDL-12312 Reviewed and slightly improved Petr's great help file X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f9972ddb617fdd927fac15d49553491659e0e8f0;p=moodle.git MDL-12312 Reviewed and slightly improved Petr's great help file --- diff --git a/lang/en_utf8/help/grade/aggregation.html b/lang/en_utf8/help/grade/aggregation.html index 6bdb0de7db..9465bb44dc 100644 --- a/lang/en_utf8/help/grade/aggregation.html +++ b/lang/en_utf8/help/grade/aggregation.html @@ -63,5 +63,4 @@ the gradebook administrator. Caution in interpreting these "empty grades" is thu automatically as a sum of maximums from all aggregated items.
A1 70/100, A2 20/80, A3 10/10:
70 + 20 + 10 = 100/190
- \ No newline at end of file diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index 95f7891fed..0ae44cbad7 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -501,6 +501,19 @@ body#grade-index .grades .header { font-size: 0.7em; } +#grade-aggregation-help dt { + font-weight: bold; +} + + +#grade-aggregation-help dd.example { + font-style: italic; +} + +#grade-aggregation-help code { + font-style: normal; +} + /*** *** Login ***/ diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 3116d48873..5b5ada4978 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -2202,6 +2202,19 @@ body#doc-contents ul { margin-right: auto; } +#grade-aggregation-help dt { + margin-top: 15px; +} + +#grade-aggregation-help dd.example { + margin-top: 7px; +} + +#grade-aggregation-help code { + display: block; + margin-top: 7px; +} + /*** *** Login ***/