Skip to content
Snippets Groups Projects
Commit 08be9f83 authored by uhensler's avatar uhensler
Browse files

OO-3183: Alignment of the icons in the course tree node

parent d94d9dc1
No related branches found
No related tags found
No related merge requests found
...@@ -348,7 +348,7 @@ public class MenuTreeRenderer extends DefaultComponentRenderer { ...@@ -348,7 +348,7 @@ public class MenuTreeRenderer extends DefaultComponentRenderer {
String iconCssClass = curRoot.getIconCssClass(); String iconCssClass = curRoot.getIconCssClass();
if (iconCssClass != null) { if (iconCssClass != null) {
target.append("<i class='o_icon ").append(iconCssClass).append("'></i> "); target.append("<i class='o_icon o_icon-fw ").append(iconCssClass).append("'></i> ");
} }
renderDisplayTitle(target, curRoot, tree); renderDisplayTitle(target, curRoot, tree);
// display title and close menu item // display title and close menu item
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment