Commit b467f501d7052316fb4d9d7461f0db514b85fef5
1 parent
997cb1fc
Exists in
master
and in
7 other branches
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,7 +536,7 @@ i3GEOF.legenda = | ||
536 | exp = (retorno.data[i].expressao).replace(re, '"'); | 536 | exp = (retorno.data[i].expressao).replace(re, '"'); |
537 | 537 | ||
538 | ins.push("<tr>"); | 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 | + "' onclick='i3GEOF.legenda.excluilinhaf(this)' src='" | 540 | + "' onclick='i3GEOF.legenda.excluilinhaf(this)' src='" |
541 | + i3GEO.configura.locaplic | 541 | + i3GEO.configura.locaplic |
542 | + "/imagens/x.gif' title='excluir' class='i3GEOiconeXis' > </div></td>"); | 542 | + "/imagens/x.gif' title='excluir' class='i3GEOiconeXis' > </div></td>"); |