]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12312 Reviewed and slightly improved Petr's great help file
authornicolasconnault <nicolasconnault>
Tue, 27 Nov 2007 10:01:52 +0000 (10:01 +0000)
committernicolasconnault <nicolasconnault>
Tue, 27 Nov 2007 10:01:52 +0000 (10:01 +0000)
lang/en_utf8/help/grade/aggregation.html
theme/standard/styles_fonts.css
theme/standard/styles_layout.css

index 6bdb0de7dbedad98b7a290444031647475db091e..9465bb44dc5c7a1452d7eb0fde2814b1c3ad5f44 100644 (file)
@@ -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.</dd>
         <dd class="example">A1 70/100, A2 20/80, A3 10/10:<br />
                          <code>70 + 20 + 10 = 100/190</code></dd>
-    </dt>
 </dl>   
\ No newline at end of file
index 95f7891fed4ed069574502db3f57f249724a607a..0ae44cbad73ebb0092670adb22ac81095db3bae0 100644 (file)
@@ -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
  ***/
index 3116d48873818245851e891ff8579ddc566454c6..5b5ada497842432d08fe4f6c55e8655753208c60 100644 (file)
@@ -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
  ***/