From dce36e5b8db67390b4ca9f89482e30f65ddbecd0 Mon Sep 17 00:00:00 2001 From: Mark MacKay Date: Fri, 13 Jul 2012 12:24:18 -0500 Subject: [PATCH] changing icon size --- editor/svg-editor.css | 10 ---------- editor/svg-editor.js | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/editor/svg-editor.css b/editor/svg-editor.css index ef86752..7a85c62 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -638,16 +638,6 @@ html, body { #svg_editor #tools_left .tool_button.loaded { background: #ccc;} #svg_editor #tools_left .tool_button.loaded:hover { background: #fff;} -#svg_editor #tools_left .tool_button:after { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - border-left: solid rgba(45,45,45,0.5) 1px; - -} - #tools_top .padded { padding: 10px 0; } diff --git a/editor/svg-editor.js b/editor/svg-editor.js index b3d81b7..f2a9b76 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -299,7 +299,7 @@ extFunc(); } $.svgIcons(curConfig.imgPath + 'svg_edit_icons.svg', { - w:24, h:24, + w:27, h:27, id_match: false, no_img: !svgedit.browser.isWebkit(), // Opera & Firefox 4 gives odd behavior w/images fallback_path: curConfig.imgPath,