diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 6e2ada99..2722efeb 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -257,6 +257,9 @@ div.color_block { #svg_editor #tool_alignleft { background: 2px 2px url('images/align-left.png') no-repeat; } #svg_editor #tool_aligncenter { background: 2px 2px url('images/align-center.png') no-repeat; } #svg_editor #tool_alignright { background: 2px 2px url('images/align-right.png') no-repeat; } +#svg_editor .tool_sep { background: 2px 2px url('images/sep.png') no-repeat; } +#svg_editor #tool_undo { background: 2px 2px url('images/undo.png') no-repeat; } +#svg_editor #tool_redo { background: 2px 2px url('images/redo.png') no-repeat; } /* TODO: figure out what more-specific selector causes me to write this atrocity and not simply .tool_flyout_button */ diff --git a/editor/svg-editor.html b/editor/svg-editor.html index a0e5fa92..3686bb8d 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -51,10 +51,10 @@ -
- | - Undo - Redo +
+
+
+
@@ -89,12 +89,12 @@ Clone Delete | -
-
-
-
-
-
+
+
+
+
+
+
relative to: