Commit 260b5d361c8a33bb852418062f92803ba769f46f

Authored by Edmar Moretti
1 parent edd839c5

Correção nos ícones inseridos no balão de informações da ferramenta identifica

css/default.css
... ... @@ -375,7 +375,6 @@ Configuracoes especificas dos elementos que ficam no rodape
375 375 position: absolute;
376 376 bottom: 2px;
377 377 width: 450px;
378   - //right: auto;
379 378 left: 120px;
380 379 text-align: left;
381 380 font-size: 1em;
... ... @@ -476,8 +475,46 @@ Configuracoes especificas dos elementos que ficam no rodape
476 475 .abrir100 .first-child button {
477 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 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 520 color: white;
... ...
css/i3geo7.css.php 100755 → 100644
js/i3geo_tudo_compacto7.js.php 100755 → 100644
js/interface.js
... ... @@ -710,7 +710,6 @@ i3GEO.Interface =
710 710 },
711 711 balao : function(texto, completo, x, y, botaoMais, botaoProp) {
712 712 var icone, painel, b, cabecalho, conteudo, p = i3GEO.Interface.openlayers.BALAOPROP, removeBaloes;
713   -
714 713 if(botaoMais === undefined){
715 714 botaoMais = true;
716 715 }
... ...