Skip to content

Commit

Permalink
fixes #1056 use a font-icon for page help
Browse files Browse the repository at this point in the history
  • Loading branch information
plegall committed Aug 12, 2019
1 parent 7234d01 commit b4f8d6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion admin/themes/default/template/admin.tpl
Expand Up @@ -145,7 +145,7 @@ jQuery(document).ready(function() {
{if isset($U_HELP)}
{combine_script id='core.scripts' load='async' path='themes/default/js/scripts.js'}
<ul class="HelpActions">
<li><a href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/help.png" alt="(?)"></a></li>
<li><a href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}" class="icon-help-circled"></a></li>
</ul>
{/if}

Expand Down
3 changes: 3 additions & 0 deletions admin/themes/default/theme.css
Expand Up @@ -1107,6 +1107,9 @@ h2:lang(en) { text-transform:capitalize; }

.HelpActions a { border:0; margin:0; }
.HelpActions li {list-style-image:none; list-style-position:outside; list-style-type:none; text-align:center; text-indent:0pt; }
.HelpActions .icon-help-circled::before {
font-size: 22px;
}

legend {text-align:left;}

Expand Down

0 comments on commit b4f8d6d

Please sign in to comment.