Commit b467f501d7052316fb4d9d7461f0db514b85fef5

Authored by Edmar Moretti
1 parent 997cb1fc

Correção no estilo do ícone de exclusão de classe

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
ferramentas/legenda/index.js
... ... @@ -536,7 +536,7 @@ i3GEOF.legenda =
536 536 exp = (retorno.data[i].expressao).replace(re, '"');
537 537  
538 538 ins.push("<tr>");
539   - ins.push("<td><div style='cursor:pointer' title='" + $trad('cliqueExclui', i3GEOF.legenda.dicionario)
  539 + ins.push("<td><div style='cursor:pointer;height:14px;' title='" + $trad('cliqueExclui', i3GEOF.legenda.dicionario)
540 540 + "' onclick='i3GEOF.legenda.excluilinhaf(this)' src='"
541 541 + i3GEO.configura.locaplic
542 542 + "/imagens/x.gif' title='excluir' class='i3GEOiconeXis' >&nbsp;</div></td>");
... ...