Skip to content

Commit

Permalink
MDL-64577 grade: style "Add ID numbers" button.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Feb 1, 2019
1 parent a62e275 commit cfac07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/edit/tree/calculation.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
</div>
</fieldset>
<div class="fitem" style="text-align: center;">
<input id="id_addidnumbers" type="submit" value="'.get_string('addidnumbers', 'grades').'" name="addidnumbers" />
<input id="id_addidnumbers" type="submit" class="btn btn-secondary" value="' . get_string('addidnumbers', 'grades') . '" name="addidnumbers" />
</div>
</form>';

Expand Down

0 comments on commit cfac07f

Please sign in to comment.