Commit 260b5d361c8a33bb852418062f92803ba769f46f
1 parent
edd839c5
Exists in
master
and in
7 other branches
Correção nos ícones inseridos no balão de informações da ferramenta identifica
Showing
4 changed files
with
39 additions
and
3 deletions
Show diff stats
css/default.css
@@ -375,7 +375,6 @@ Configuracoes especificas dos elementos que ficam no rodape | @@ -375,7 +375,6 @@ Configuracoes especificas dos elementos que ficam no rodape | ||
375 | position: absolute; | 375 | position: absolute; |
376 | bottom: 2px; | 376 | bottom: 2px; |
377 | width: 450px; | 377 | width: 450px; |
378 | - //right: auto; | ||
379 | left: 120px; | 378 | left: 120px; |
380 | text-align: left; | 379 | text-align: left; |
381 | font-size: 1em; | 380 | font-size: 1em; |
@@ -476,8 +475,46 @@ Configuracoes especificas dos elementos que ficam no rodape | @@ -476,8 +475,46 @@ Configuracoes especificas dos elementos que ficam no rodape | ||
476 | .abrir100 .first-child button { | 475 | .abrir100 .first-child button { |
477 | width: 100px; | 476 | width: 100px; |
478 | } | 477 | } |
478 | +/*balao de info*/ | ||
479 | +.i3GEOiconeMais { | ||
480 | + background-image: url("../imagens/oxygen/16x16/draw-cross.png"); | ||
481 | + width: 16px; | ||
482 | + height: 16px; | ||
483 | + float: left; | ||
484 | + cursor: pointer; | ||
485 | + background-repeat: no-repeat; | ||
486 | +} | ||
487 | + | ||
488 | +.i3GEOiconeFerramentas { | ||
489 | + background-image: url("../imagens/oxygen/16x16/configure-shortcuts.png"); | ||
490 | + width: 16px; | ||
491 | + height: 16px; | ||
492 | + float: left; | ||
493 | + cursor: pointer; | ||
494 | + background-repeat: no-repeat; | ||
495 | +} | ||
496 | +.i3GEOiconeAberto { | ||
497 | + background-image: URL('../imagens/oxygen/16x16/document-decrypt.png'); | ||
498 | + cursor: pointer; | ||
499 | + background-repeat: no-repeat; | ||
500 | + width: 16px; | ||
501 | + height: 16px; | ||
502 | + float: left; | ||
503 | +} | ||
504 | +.i3GEOiconeFechado { | ||
505 | + background-image: URL('../imagens/oxygen/16x16/document-encrypt.png'); | ||
506 | + cursor: pointer; | ||
507 | + background-repeat: no-repeat; | ||
508 | + width: 16px; | ||
509 | + height: 16px; | ||
510 | + float: left; | ||
511 | +} | ||
512 | +.i3GEOiconeXis { | ||
513 | + background-image: url("../imagens/oxygen/16x16/edit-delete.png"); | ||
514 | + cursor: pointer; | ||
515 | +} | ||
479 | 516 | ||
480 | -//janelas | 517 | +/* janelas */ |
481 | 518 | ||
482 | .bd .lista td, .bd .lista1 td, .bd .lista2 td, .bd .lista3 td, .bd .lista4 td, .bd .lista5 td, .bd .lista6 td, .bd .lista7 td, .bd .lista8 td { | 519 | .bd .lista td, .bd .lista1 td, .bd .lista2 td, .bd .lista3 td, .bd .lista4 td, .bd .lista5 td, .bd .lista6 td, .bd .lista7 td, .bd .lista8 td { |
483 | color: white; | 520 | color: white; |
js/interface.js
@@ -710,7 +710,6 @@ i3GEO.Interface = | @@ -710,7 +710,6 @@ i3GEO.Interface = | ||
710 | }, | 710 | }, |
711 | balao : function(texto, completo, x, y, botaoMais, botaoProp) { | 711 | balao : function(texto, completo, x, y, botaoMais, botaoProp) { |
712 | var icone, painel, b, cabecalho, conteudo, p = i3GEO.Interface.openlayers.BALAOPROP, removeBaloes; | 712 | var icone, painel, b, cabecalho, conteudo, p = i3GEO.Interface.openlayers.BALAOPROP, removeBaloes; |
713 | - | ||
714 | if(botaoMais === undefined){ | 713 | if(botaoMais === undefined){ |
715 | botaoMais = true; | 714 | botaoMais = true; |
716 | } | 715 | } |