diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 311bec42..5b293d51 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -331,6 +331,15 @@ div.color_block { padding-left: 20px; } -#svg_source_editor #tool_source_back button { - margin: 10px; +#svg_source_editor button { + padding: 5px 2px 6px 28px; + margin: 5px 20px 0 0; +} + +#tool_source_save { + background: #E8E8E8 url(images/save.png) no-repeat 2px 2px; +} + +#tool_source_cancel { + background: #E8E8E8 url(images/cancel.png) no-repeat 2px 2px; } diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 14773da1..d629d25d 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -279,8 +279,8 @@