MDL-36837 theme: Help icons aligned on the left are well positioned

This commit is contained in:
Frederic Massart 2012-11-26 15:42:35 +08:00
parent 694b2e20bb
commit c22fbd3868
4 changed files with 8 additions and 4 deletions

View file

@ -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));