Преглед изворни кода

HUE-4628 [useradmin] Prettify and unify help icons

Romain Rigaux пре 9 година
родитељ
комит
082f60b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      apps/useradmin/src/useradmin/templates/layout.mako

+ 1 - 1
apps/useradmin/src/useradmin/templates/layout.mako

@@ -32,7 +32,7 @@ def is_selected(section, matcher):
       % if show_label:
         <label class="control-label">${ field.label }
           % if field.help_text:
-          <sup title="${ field.help_text }" data-rel="tooltip"><i class="fa fa-question"></i></sup>
+          <i title="${ field.help_text }" data-rel="tooltip" class="fa fa-question-circle muted"></i>
           % endif
         </label>
       % endif