diff --git a/app/scripts/js/style2.css b/app/scripts/js/style2.css index 1b4d200..12c2f17 100644 --- a/app/scripts/js/style2.css +++ b/app/scripts/js/style2.css @@ -75,7 +75,7 @@ html { overflow:hidden; width: 66px; height: 100%; - left: 247px; + left: 246px; background: #858585; } diff --git a/app/scripts/src/Eplant.js b/app/scripts/src/Eplant.js index 04b6d27..479738e 100644 --- a/app/scripts/src/Eplant.js +++ b/app/scripts/src/Eplant.js @@ -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 }); + } }