mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
MDL-75490 theme_classic: Update footer to pass accessibility tests
This commit is contained in:
parent
d76991321d
commit
71947fb012
@ -32,3 +32,9 @@ img.userpicture {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#page-footer .homelink,
|
||||
#page-footer .tool_dataprivacy,
|
||||
#page-footer .purgecaches {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
@ -36,13 +36,13 @@
|
||||
|
||||
<div class="pb-3">
|
||||
{{# output.page_doc_link }}
|
||||
<div>{{{ output.page_doc_link }}}</div>
|
||||
<div class="footer-support-link">{{{ output.page_doc_link }}}</div>
|
||||
{{/ output.page_doc_link }}
|
||||
{{# output.services_support_link }}
|
||||
<div>{{{ output.services_support_link }}}</div>
|
||||
<div class="footer-support-link">{{{ output.services_support_link }}}</div>
|
||||
{{/ output.services_support_link }}
|
||||
{{# output.supportemail }}
|
||||
<div>{{{ output.supportemail }}}</div>
|
||||
<div class="footer-support-link">{{{ output.supportemail }}}</div>
|
||||
{{/ output.supportemail }}
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user