Skip to content

Commit

Permalink
make seperator in heading configurable by css eg change margin betwee…
Browse files Browse the repository at this point in the history
…n rolelocalname and seperator
  • Loading branch information
Andreas Schenkel authored and Andreas Schenkel committed Jan 20, 2024
1 parent 94a6e0c commit c7af5ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/overviewmyrolesincourses.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@
}
</script>
<div class="border p-2 overviewmyrolesincourses-bg-{{roleshortname}}" onclick="myFunction{{roleshortname}}()">
{{rolelocalname}} : {{counter}} {{courses}}
<span class="overviewmyrolesincourses-rolelocalname">{{rolelocalname}}</span>
<span class="overviewmyrolesincourses-separator">:</span>
<span class="overviewmyrolesincourses-counter">{{counter}}</span>
<span class="overviewmyrolesincourses-courses">{{courses}}</span>
</div>
<div id="overviewmyrolesincourses-visibility-{{roleshortname}}"
class="{{#foldonstart}}overviewmyrolesincourses-foldonstart{{/foldonstart}}">
Expand Down

0 comments on commit c7af5ed

Please sign in to comment.