diff --git a/theme/classic/scss/moodle.scss b/theme/classic/scss/moodle.scss index c83525746c2..6f08f9ef1eb 100644 --- a/theme/classic/scss/moodle.scss +++ b/theme/classic/scss/moodle.scss @@ -32,3 +32,9 @@ img.userpicture { } } } + +#page-footer .homelink, +#page-footer .tool_dataprivacy, +#page-footer .purgecaches { + padding-bottom: 5px; +} diff --git a/theme/classic/templates/footer.mustache b/theme/classic/templates/footer.mustache index 869090b891a..b99009eaf4a 100644 --- a/theme/classic/templates/footer.mustache +++ b/theme/classic/templates/footer.mustache @@ -36,13 +36,13 @@
{{# output.page_doc_link }} -
{{{ output.page_doc_link }}}
+ {{/ output.page_doc_link }} {{# output.services_support_link }} -
{{{ output.services_support_link }}}
+ {{/ output.services_support_link }} {{# output.supportemail }} -
{{{ output.supportemail }}}
+ {{/ output.supportemail }}