Skip to content

Commit

Permalink
Updates for moodle 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartlamour committed Jul 16, 2024
1 parent a45a71c commit adcf439
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/activity.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<div class="pickup-card bg-white p-3 position-relative h-100">

<div class="activityiconcontainer {{purpose}}">
<div class="activityiconcontainer smaller {{purpose}}">
<img class="activityicon {{^filter}} nofilter {{/filter}}" src="{{icon}}" alt="{{type}}">
</div>

Expand Down
4 changes: 2 additions & 2 deletions templates/content.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<h1>{{#str}} pluginname, block_pickup {{/str}}</h1>
<div class="nav" id="block-pickup-tab" role="tablist">

<a class="nav-link transition mr-2 active"
<a class="nav-link transition active"
id="block-pickup-courses-tab"
data-toggle="pill"
href="#block-pickup-courses"
Expand All @@ -71,7 +71,7 @@
{{#str}} courses {{/str}}
</a>

<a class="nav-link transition"
<a class="nav-link transition"
id="block-pickup-activites-tab"
data-toggle="pill"
href="#block-pickup-activites"
Expand Down

0 comments on commit adcf439

Please sign in to comment.