Commit 3bb911205b7dab9e2227d75192d4b54daf5df043
1 parent
572c02cf
Exists in
master
and in
7 other branches
Modificações nos ícones de zoom e ajuste no layout da interface zerocal
Showing
6 changed files
with
43 additions
and
12 deletions
Show diff stats
aplicmap/zerocal.htm
... | ... | @@ -109,6 +109,7 @@ objmapa.guiaMenu = "guia2"; |
109 | 109 | objmapa.guiaLegenda = "guia4"; |
110 | 110 | objmapa.guiaListaMapas = "guia5"; |
111 | 111 | i3GEO.idioma.IDSELETOR = "bandeiras" |
112 | +i3GEO.barraDeBotoes.COMPORTAMENTO = "laranja" | |
112 | 113 | objmapa.inicializa(); |
113 | 114 | </script> |
114 | 115 | </body> | ... | ... |
css/botoes.css
... | ... | @@ -85,10 +85,6 @@ |
85 | 85 | background-repeat: no-repeat; |
86 | 86 | background-position: 0px -200px; |
87 | 87 | } |
88 | -#zoomoauto | |
89 | -{background-image:URL('../imagens/out.png');} | |
90 | -#zoomiauto | |
91 | -{background-image:URL('../imagens/in.png');} | |
92 | 88 | #zoomtot |
93 | 89 | { |
94 | 90 | background-image:URL('../imagens/visual/default/sprite.png'); |
... | ... | @@ -677,6 +673,20 @@ |
677 | 673 | height:9px; |
678 | 674 | cursor:pointer; |
679 | 675 | } |
676 | +#zoomiauto | |
677 | +{ | |
678 | + background-image:URL('../imagens/visual/default/sprite.png'); | |
679 | + background-repeat: no-repeat; | |
680 | + background-position: 0px -1875px; | |
681 | + cursor:pointer; | |
682 | +} | |
683 | +#zoomoauto | |
684 | +{ | |
685 | + background-image:URL('../imagens/visual/default/sprite.png'); | |
686 | + background-repeat: no-repeat; | |
687 | + background-position: 0px -1900px; | |
688 | + cursor:pointer; | |
689 | +} | |
680 | 690 | button{background:url(../imagens/tic.png) 98% 50% no-repeat;} |
681 | 691 | #encolheFerramentas |
682 | 692 | {background-image:URL('../imagens/encolhe.png');background-repeat: no-repeat;background-position:center;cursor:pointer;} |
683 | 693 | \ No newline at end of file | ... | ... |
css/i3geo.css
... | ... | @@ -275,10 +275,6 @@ h1 {padding:.25em .5em;background-color:#ccc;} |
275 | 275 | background-repeat: no-repeat; |
276 | 276 | background-position: 0px -200px; |
277 | 277 | } |
278 | -#zoomoauto | |
279 | -{background-image:URL('../imagens/out.png');} | |
280 | -#zoomiauto | |
281 | -{background-image:URL('../imagens/in.png');} | |
282 | 278 | #zoomtot |
283 | 279 | { |
284 | 280 | background-image:URL('../imagens/visual/default/sprite.png'); |
... | ... | @@ -867,6 +863,20 @@ h1 {padding:.25em .5em;background-color:#ccc;} |
867 | 863 | height:9px; |
868 | 864 | cursor:pointer; |
869 | 865 | } |
866 | +#zoomiauto | |
867 | +{ | |
868 | + background-image:URL('../imagens/visual/default/sprite.png'); | |
869 | + background-repeat: no-repeat; | |
870 | + background-position: 0px -1875px; | |
871 | + cursor:pointer; | |
872 | +} | |
873 | +#zoomoauto | |
874 | +{ | |
875 | + background-image:URL('../imagens/visual/default/sprite.png'); | |
876 | + background-repeat: no-repeat; | |
877 | + background-position: 0px -1900px; | |
878 | + cursor:pointer; | |
879 | +} | |
870 | 880 | button{background:url(../imagens/tic.png) 98% 50% no-repeat;} |
871 | 881 | #encolheFerramentas |
872 | 882 | {background-image:URL('../imagens/encolhe.png');background-repeat: no-repeat;background-position:center;cursor:pointer;} | ... | ... |
css/i3geo.css.php
... | ... | @@ -275,10 +275,6 @@ h1 {padding:.25em .5em;background-color:#ccc;} |
275 | 275 | background-repeat: no-repeat; |
276 | 276 | background-position: 0px -200px; |
277 | 277 | } |
278 | -#zoomoauto | |
279 | -{background-image:URL('../imagens/out.png');} | |
280 | -#zoomiauto | |
281 | -{background-image:URL('../imagens/in.png');} | |
282 | 278 | #zoomtot |
283 | 279 | { |
284 | 280 | background-image:URL('../imagens/visual/default/sprite.png'); |
... | ... | @@ -867,6 +863,20 @@ h1 {padding:.25em .5em;background-color:#ccc;} |
867 | 863 | height:9px; |
868 | 864 | cursor:pointer; |
869 | 865 | } |
866 | +#zoomiauto | |
867 | +{ | |
868 | + background-image:URL('../imagens/visual/default/sprite.png'); | |
869 | + background-repeat: no-repeat; | |
870 | + background-position: 0px -1875px; | |
871 | + cursor:pointer; | |
872 | +} | |
873 | +#zoomoauto | |
874 | +{ | |
875 | + background-image:URL('../imagens/visual/default/sprite.png'); | |
876 | + background-repeat: no-repeat; | |
877 | + background-position: 0px -1900px; | |
878 | + cursor:pointer; | |
879 | +} | |
870 | 880 | button{background:url(../imagens/tic.png) 98% 50% no-repeat;} |
871 | 881 | #encolheFerramentas |
872 | 882 | {background-image:URL('../imagens/encolhe.png');background-repeat: no-repeat;background-position:center;cursor:pointer;} | ... | ... |
1.05 KB
imagens/visual/default/sprite.png