Commit 00b6d9596a1a853750bc75110c7f3606184f760b
1 parent
c1d6aba0
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
classesjs/classe_guias.js
... | ... | @@ -1301,7 +1301,7 @@ i3GEO.guias = |
1301 | 1301 | } |
1302 | 1302 | ins = "1.2px"; |
1303 | 1303 | if (navm) { |
1304 | - ins = "2px"; | |
1304 | + //ins = "2px"; | |
1305 | 1305 | } |
1306 | 1306 | for (i = 0; i < n; i++) { |
1307 | 1307 | ico = $i(temp.ids[i]); |
... | ... | @@ -1340,7 +1340,7 @@ i3GEO.guias = |
1340 | 1340 | ims[i], |
1341 | 1341 | "opacity", |
1342 | 1342 | 0.7); |
1343 | - ims[i].style.boxShadow = ""; | |
1343 | + ims[i].style.boxShadow = "none"; | |
1344 | 1344 | } |
1345 | 1345 | } |
1346 | 1346 | // verifica se existem icones fora do container |
... | ... | @@ -1358,14 +1358,14 @@ i3GEO.guias = |
1358 | 1358 | ims[0].style.boxShadow = "none"; |
1359 | 1359 | ims[0].style.margin = "0px"; |
1360 | 1360 | ims[0].style.padding = "0px"; |
1361 | - if (chro === true) { | |
1361 | + if (navn === false) { | |
1362 | 1362 | ims[0].style.padding = "1.7px"; |
1363 | 1363 | } |
1364 | 1364 | ims[0].style.border = "1px solid gray"; |
1365 | 1365 | if (i3GEO.guias.guiaMovel.config.posicao[1] === "l") { |
1366 | - ims[0].style.borderLeft = "0px solid white"; | |
1366 | + ims[0].style.borderLeft = "2px solid white"; | |
1367 | 1367 | } else { |
1368 | - ims[0].style.borderRight = "0px solid white"; | |
1368 | + ims[0].style.borderRight = "2px solid white"; | |
1369 | 1369 | } |
1370 | 1370 | |
1371 | 1371 | YAHOO.util.Dom.setStyle( | ... | ... |