Commit dae5cace19daf8d22cf1481ec56ad76e3493f407
1 parent
c67d7f1d
Exists in
master
and in
7 other branches
correção no layout da interface Atlas no firefox 3
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
classesjs/atlas.js
... | ... | @@ -60,10 +60,10 @@ function iniciaAtlas() |
60 | 60 | if (retorno.data.tipoguias == "expandida") |
61 | 61 | { |
62 | 62 | var ins = '<ul class="yui-nav" style="width:2000px;border-width:0pt 0pt 2px;border-color:rgb(240,240,240)">'; |
63 | - if(navm) | |
64 | - { | |
63 | + //if(navm) | |
64 | + //{ | |
65 | 65 | document.getElementById("guiasAtlas").style.width=objmapa.w; |
66 | - } | |
66 | + //} | |
67 | 67 | document.getElementById("guiasAtlas").style.height="35px"; |
68 | 68 | } |
69 | 69 | var texto = ""; | ... | ... |