From 260b5d361c8a33bb852418062f92803ba769f46f Mon Sep 17 00:00:00 2001 From: edmarmoretti Date: Thu, 22 Jun 2017 18:21:34 -0300 Subject: [PATCH] Correção nos ícones inseridos no balão de informações da ferramenta identifica --- css/default.css | 41 +++++++++++++++++++++++++++++++++++++++-- css/i3geo7.css.php | 0 js/i3geo_tudo_compacto7.js.php | 0 js/interface.js | 1 - 4 files changed, 39 insertions(+), 3 deletions(-) mode change 100755 => 100644 css/i3geo7.css.php mode change 100755 => 100644 js/i3geo_tudo_compacto7.js.php diff --git a/css/default.css b/css/default.css index aee4e67..2d0c858 100755 --- a/css/default.css +++ b/css/default.css @@ -375,7 +375,6 @@ Configuracoes especificas dos elementos que ficam no rodape position: absolute; bottom: 2px; width: 450px; - //right: auto; left: 120px; text-align: left; font-size: 1em; @@ -476,8 +475,46 @@ Configuracoes especificas dos elementos que ficam no rodape .abrir100 .first-child button { width: 100px; } +/*balao de info*/ +.i3GEOiconeMais { + background-image: url("../imagens/oxygen/16x16/draw-cross.png"); + width: 16px; + height: 16px; + float: left; + cursor: pointer; + background-repeat: no-repeat; +} + +.i3GEOiconeFerramentas { + background-image: url("../imagens/oxygen/16x16/configure-shortcuts.png"); + width: 16px; + height: 16px; + float: left; + cursor: pointer; + background-repeat: no-repeat; +} +.i3GEOiconeAberto { + background-image: URL('../imagens/oxygen/16x16/document-decrypt.png'); + cursor: pointer; + background-repeat: no-repeat; + width: 16px; + height: 16px; + float: left; +} +.i3GEOiconeFechado { + background-image: URL('../imagens/oxygen/16x16/document-encrypt.png'); + cursor: pointer; + background-repeat: no-repeat; + width: 16px; + height: 16px; + float: left; +} +.i3GEOiconeXis { + background-image: url("../imagens/oxygen/16x16/edit-delete.png"); + cursor: pointer; +} -//janelas +/* janelas */ .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 { color: white; diff --git a/css/i3geo7.css.php b/css/i3geo7.css.php old mode 100755 new mode 100644 index ded3963..ded3963 --- a/css/i3geo7.css.php +++ b/css/i3geo7.css.php diff --git a/js/i3geo_tudo_compacto7.js.php b/js/i3geo_tudo_compacto7.js.php old mode 100755 new mode 100644 index 2f44a2b..2f44a2b --- a/js/i3geo_tudo_compacto7.js.php +++ b/js/i3geo_tudo_compacto7.js.php diff --git a/js/interface.js b/js/interface.js index 120138b..40fa071 100755 --- a/js/interface.js +++ b/js/interface.js @@ -710,7 +710,6 @@ i3GEO.Interface = }, balao : function(texto, completo, x, y, botaoMais, botaoProp) { var icone, painel, b, cabecalho, conteudo, p = i3GEO.Interface.openlayers.BALAOPROP, removeBaloes; - if(botaoMais === undefined){ botaoMais = true; } -- libgit2 0.21.2