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
@@ -585,7 +585,11 @@ select option:hover { | @@ -585,7 +585,11 @@ select option:hover { | ||
585 | } | 585 | } |
586 | 586 | ||
587 | #buscaRapida .ajuda_usuario { | 587 | #buscaRapida .ajuda_usuario { |
588 | - top: 2px; | 588 | + top: 1px; |
589 | + display: inline-block; | ||
590 | + height: 14px; | ||
591 | + width: 14px; | ||
592 | + left: 2px; | ||
589 | } | 593 | } |
590 | 594 | ||
591 | .executar { | 595 | .executar { |
css/janelaflutuante.css
@@ -4,7 +4,16 @@ | @@ -4,7 +4,16 @@ | ||
4 | } | 4 | } |
5 | 5 | ||
6 | .i3GeoTituloJanela .ajuda_usuario { | 6 | .i3GeoTituloJanela .ajuda_usuario { |
7 | + height: 14px; | ||
7 | left: 3px; | 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 | .i3GeoRodapeJanela { | 19 | .i3GeoRodapeJanela { |
ferramentas/tabela/index.js
@@ -347,7 +347,7 @@ i3GEOF.tabela = | @@ -347,7 +347,7 @@ i3GEOF.tabela = | ||
347 | + "<div class='i3GeoTituloJanela'>" + $trad('tabela', i3GEOF.tabela.dicionario) | 347 | + "<div class='i3GeoTituloJanela'>" + $trad('tabela', i3GEOF.tabela.dicionario) |
348 | + "<a class=ajuda_usuario target=_blank href='" | 348 | + "<a class=ajuda_usuario target=_blank href='" |
349 | + i3GEO.configura.locaplic | 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 | janela = i3GEO.janela.cria("550px", "400px", "", "", "", titulo, id, false, "hd", cabecalho, minimiza, function() { | 352 | janela = i3GEO.janela.cria("550px", "400px", "", "", "", titulo, id, false, "hd", cabecalho, minimiza, function() { |
353 | i3GEO.guias.ajustaGuiaFerramenta(id, id + "i3GEOtabela"); | 353 | i3GEO.guias.ajustaGuiaFerramenta(id, id + "i3GEOtabela"); |