diff --git a/classesphp/classe_legenda.php b/classesphp/classe_legenda.php index 2613c9f..09cd062 100644 --- a/classesphp/classe_legenda.php +++ b/classesphp/classe_legenda.php @@ -353,20 +353,20 @@ array for ($c = 0;$c < $nc;$c++){ $classe = $layer->getclass($c); $imgi = $classe->createlegendicon(30,15); - $classe->drawlegendicon(30,15,$imgi,5,5); + $classe->drawlegendicon(30,15,$imgi,0,0); $nomes = nomeRandomico(12); $nomer = ($imgi->imagepath)."icone".$nomes.".png"; $imgi->saveImage($nomer); $i = ($imgi->imageurl).basename($nomer); $nomeclasse = $classe->name; - + //if (function_exists("mb_convert_encoding")) //{$nomeclasse = mb_convert_encoding($nomeclasse,"UTF-8","ISO-8859-1");} $nomeclasse = $this->converte($nomeclasse); $nomeexp = $classe->getExpressionString(); if (function_exists("mb_convert_encoding")) {$nomeexp = mb_convert_encoding($nomeexp,"UTF-8","ISO-8859-1");} - + $linhas[] = array("tema"=>$l,"idclasse"=>$c,"nomeclasse"=>$nomeclasse,"expressao"=>$nomeexp,"imagem"=>$i,"proc"=>"","minScale"=>$classe->minscaledenom,"maxScale"=>$classe->maxscaledenom); } if (($totaliza=="sim") && ($nc > 1)){ diff --git a/classesphp/classe_mapa.php b/classesphp/classe_mapa.php index bb57ac6..2b28559 100644 --- a/classesphp/classe_mapa.php +++ b/classesphp/classe_mapa.php @@ -218,8 +218,11 @@ class Mapa array("chaves"=>array(),"valores"=>array(array()))) */ + //TODO verificar fonte em cada tema function parametrosTemas() { + //obtem os dados sobre todos os temas no banco de dados de administracao + $temas = array(); $existesel = false; $dir = dirname($this->arquivo); diff --git a/css/geral.css b/css/geral.css index cdec608..bb1c517 100644 --- a/css/geral.css +++ b/css/geral.css @@ -1208,6 +1208,7 @@ h1 { border: 1px solid #DDDDDD; height: 22px; border-radius: 2px; + text-overflow: ellipsis; } .styled-select150 { @@ -1228,13 +1229,13 @@ h1 { -webkit-appearance: none; -moz-appearance: none; text-indent: 0.01px; - text-overflow: 'ellipsis'; + text-overflow: ellipsis; font-size: 12px; appearance: none; - background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 8px; + background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 6px; @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { - background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 8px; + background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 6px; background-size: 16px 144px; } } diff --git a/css/i3geo6.css b/css/i3geo6.css index b31219c..c6f8f12 100755 --- a/css/i3geo6.css +++ b/css/i3geo6.css @@ -1071,6 +1071,7 @@ background: #F8F8F8; border: 1px solid #DDDDDD; height: 22px; border-radius: 2px; +text-overflow: ellipsis; } .styled-select150 { width: 150px; @@ -1089,13 +1090,13 @@ line-height: 1.5; -webkit-appearance: none; -moz-appearance: none; text-indent: 0.01px; -text-overflow: 'ellipsis'; +text-overflow: ellipsis; font-size: 12px; appearance: none; -background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 8px; +background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 6px; @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { -background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 8px; +background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 6px; background-size: 16px 144px; } } diff --git a/css/i3geo6.css.php b/css/i3geo6.css.php index 44da047..4da42fd 100755 --- a/css/i3geo6.css.php +++ b/css/i3geo6.css.php @@ -1071,6 +1071,7 @@ background: #F8F8F8; border: 1px solid #DDDDDD; height: 22px; border-radius: 2px; +text-overflow: ellipsis; } .styled-select150 { width: 150px; @@ -1089,13 +1090,13 @@ line-height: 1.5; -webkit-appearance: none; -moz-appearance: none; text-indent: 0.01px; -text-overflow: 'ellipsis'; +text-overflow: ellipsis; font-size: 12px; appearance: none; -background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 8px; +background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 6px; @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { -background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 8px; +background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 6px; background-size: 16px 144px; } } -- libgit2 0.21.2