From a9aec1e7aed1bc233e1ef1c2223ba02a52b89236 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Sun, 9 Jul 2017 11:37:52 -0300 Subject: [PATCH] Alteração no css da opção de fechar guias para usar display:fixed --- css/default.css | 15 ++++++++++++--- interface/carto_ol.htm | 17 ++++++++++++----- interface/gm.phtml | 19 ++++++++++++------- interface/gmdebug.phtml | 245 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------ interface/googlemaps_noite.phtml | 19 ++++++++++++------- interface/ol.htm | 15 ++++++++++----- interface/openlayersdebug.htm | 7 ++++++- interface/osm.htm | 15 ++++++++++----- interface/osmdebug.htm | 51 +++++++++++++++++++++++++++++---------------------- js/compactados/guias_compacto.js | 2 +- js/guias.js | 14 ++++++++------ js/i3geo_tudo_compacto7.js | 2 +- js/i3geo_tudo_compacto7.js.php | 2 +- 13 files changed, 299 insertions(+), 124 deletions(-) diff --git a/css/default.css b/css/default.css index f74a536..32db517 100755 --- a/css/default.css +++ b/css/default.css @@ -160,16 +160,25 @@ hr { .i3GEOfechaGuia { cursor: pointer; - left: 0px; + right: 25px; top: 0px; - width: 95%; - min-height: 30px; + width: 325px; + min-height: 40px; text-align: right; font-size: 14pt; margin-bottom: 10px; padding: 2px; font-family: Verdana, Arial, Helvetica, sans-serif; + position: fixed; + background-color: white; + z-index: 5; +} +/*utilizado para nao sobrepor com o icone de fechar guias, que e fixed*/ +.separadorCabecalhoGuias{ + height: 40px; } + + /* botoes da legenda */ diff --git a/interface/carto_ol.htm b/interface/carto_ol.htm index 04c48d7..c3eb84c 100755 --- a/interface/carto_ol.htm +++ b/interface/carto_ol.htm @@ -116,10 +116,10 @@
- - @@ -183,7 +183,7 @@ -
+ -
+