mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-36837 theme: Help icons aligned on the left are well positioned
This commit is contained in:
parent
694b2e20bb
commit
c22fbd3868
4 changed files with 8 additions and 4 deletions
|
@ -1660,7 +1660,7 @@ class core_renderer extends renderer_base {
|
|||
public function doc_link($path, $text = '', $forcepopup = false) {
|
||||
global $CFG;
|
||||
|
||||
$icon = $this->pix_icon('docs', $text, 'moodle', array('class'=>'iconhelp'));
|
||||
$icon = $this->pix_icon('docs', $text, 'moodle', array('class'=>'iconhelp icon-pre'));
|
||||
|
||||
$url = new moodle_url(get_docs_url($path));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue