Commit 6c5189540f992b90d87c7615aee8eb58275bf8a7

Authored by Edmar Moretti
1 parent 3251b4e2

--no commit message

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
classesjs/classe_guias.js
... ... @@ -1175,13 +1175,17 @@ i3GEO.guias = {
1175 1175 if ($i("i3GEOguiaMovelIcones")) {
1176 1176 $i("i3GEOguiaMovelIcones").innerHTML = ins;
1177 1177 }
  1178 + ins = "1.2px";
  1179 + if(navm){
  1180 + ins = "2px";
  1181 + }
1178 1182 for (i = 0; i < n; i++) {
1179 1183 ico = $i(temp.ids[i]);
1180 1184 if (ico) {
1181 1185 YAHOO.util.Dom.setStyle(
1182 1186 ico,
1183 1187 "padding",
1184   - "1px");
  1188 + ins);
1185 1189 }
1186 1190 }
1187 1191  
... ...