Commit 5675cd3254e0e461164965b480ce9b4c1ba32f7d
1 parent
5dd008dc
Exists in
master
and in
7 other branches
--no commit message
Showing
3 changed files
with
15 additions
and
2 deletions
Show diff stats
css/geral.css
css/janelaflutuante.css
... | ... | @@ -4,7 +4,16 @@ |
4 | 4 | } |
5 | 5 | |
6 | 6 | .i3GeoTituloJanela .ajuda_usuario { |
7 | + height: 14px; | |
7 | 8 | left: 3px; |
9 | + width: 14px; | |
10 | +} | |
11 | + | |
12 | +.i3GeoTituloJanela .ajuda_usuario b { | |
13 | + margin-bottom: 0px; | |
14 | + margin-left: 0px; | |
15 | + margin-right: 14px; | |
16 | + margin-top: 0px; | |
8 | 17 | } |
9 | 18 | |
10 | 19 | .i3GeoRodapeJanela { | ... | ... |
ferramentas/tabela/index.js
... | ... | @@ -347,7 +347,7 @@ i3GEOF.tabela = |
347 | 347 | + "<div class='i3GeoTituloJanela'>" + $trad('tabela', i3GEOF.tabela.dicionario) |
348 | 348 | + "<a class=ajuda_usuario target=_blank href='" |
349 | 349 | + i3GEO.configura.locaplic |
350 | - + "/ajuda_usuario.php?idcategoria=5&idajuda=39' > </a></div></div></div>"; | |
350 | + + "/ajuda_usuario.php?idcategoria=5&idajuda=39' ><b> </b></a></div></div></div>"; | |
351 | 351 | |
352 | 352 | janela = i3GEO.janela.cria("550px", "400px", "", "", "", titulo, id, false, "hd", cabecalho, minimiza, function() { |
353 | 353 | i3GEO.guias.ajustaGuiaFerramenta(id, id + "i3GEOtabela"); | ... | ... |