Skip to content

Commit

Permalink
Everything working and ready for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
asherpasha committed May 22, 2016
1 parent e0d6b4d commit 75363b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/scripts/js/style2.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ html {
overflow:hidden;
width: 66px;
height: 100%;
left: 247px;
left: 246px;
background: #858585;
}

Expand Down
4 changes: 2 additions & 2 deletions app/scripts/src/Eplant.js
Original file line number Diff line number Diff line change
Expand Up @@ -1842,16 +1842,16 @@
newMargin = 5;
}
for (i = 0; i < Eplant.iconList.length; i++) {

$(Eplant.iconList[i]).css({
'width': newWidth,
'height': newWidth,
'margin':'5px '+newMargin+'px'
});
});
$('img', Eplant.iconList[i]).css({
'width': newWidth,
'height': newWidth
});

}

}
Expand Down

0 comments on commit 75363b9

Please sign in to comment.