mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-12312 Reviewed and slightly improved Petr's great help file
This commit is contained in:
parent
9d7e1f08fe
commit
f9972ddb61
@ -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>
|
@ -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
|
||||
***/
|
||||
|
@ -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
|
||||
***/
|
||||
|
Loading…
x
Reference in New Issue
Block a user