Add vertical spacing after certificate download button
Increase the vertical spacing after the single button for downloading user’s own certificate. This makes the page look better.
This commit is contained in:
parent
758b72bd85
commit
cab793fb1d
1 changed files with 1 additions and 0 deletions
1
view.php
1
view.php
|
@ -137,6 +137,7 @@ if (!$downloadown && !$downloadissue) {
|
|||
$linkname = get_string('getcustomcert', 'customcert');
|
||||
$link = new moodle_url('/mod/customcert/view.php', array('id' => $cm->id, 'downloadown' => true));
|
||||
$downloadbutton = new single_button($link, $linkname, 'post', true);
|
||||
$downloadbutton->class .= ' m-b-1'; // Seems a bit hackish, ahem.
|
||||
$downloadbutton = $OUTPUT->render($downloadbutton);
|
||||
|
||||
// Output all the page data.
|
||||
|
|
Loading…
Reference in a new issue