From c10373a5ae340d9b8d954c19b7e52bb46e305365 Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Tue, 15 Sep 2009 13:41:06 +0000 Subject: [PATCH] Undo/Redo and separator now divs with background-image git-svn-id: http://svg-edit.googlecode.com/svn/trunk@647 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.css | 3 +++ editor/svg-editor.html | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 10 deletions(-) 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: