Skip to content

Commit

Permalink
MDL-47290 Grades: added bold for course total
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Oct 17, 2014
1 parent 0947172 commit a96ca70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion theme/base/style/grade.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
}
.path-grade-edit-tree .setup-grades .category input[type="text"],
.path-grade-edit-tree .setup-grades .category .column-range,
.path-grade-edit-tree .setup-grades .categoryitem {
.path-grade-edit-tree .setup-grades .categoryitem,
.path-grade-edit-tree .setup-grades .courseitem {
font-weight: bold;
}
.path-grade-edit-tree .setup-grades .emptyrow {
Expand Down
3 changes: 2 additions & 1 deletion theme/bootstrapbase/less/moodle/grade.less
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@
}
.category input[type="text"],
.category .column-range,
.categoryitem {
.categoryitem,
.courseitem {
font-weight: bold;
}
.emptyrow {
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit a96ca70

Please sign in to comment.