fixes #1056 use a font-icon for page help

This commit is contained in:
plegall
2019-08-12 17:01:41 +02:00
parent 7234d0108e
commit b4f8d6d994
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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}
+3
View File
@@ -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;}