diff --git a/CHANGES b/CHANGES index 78e87c97..e80132cf 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,7 @@ * using jQuery hosted by Google instead of local version * allow dragging of elements * added keystroke shortcuts for all tools +* move to top/bottom 2.0 - June 03, 2009 ------------------ diff --git a/editor/images/move_bottom.png b/editor/images/move_bottom.png new file mode 100644 index 00000000..6b132507 Binary files /dev/null and b/editor/images/move_bottom.png differ diff --git a/editor/images/move_top.png b/editor/images/move_top.png new file mode 100644 index 00000000..9d54b6a4 Binary files /dev/null and b/editor/images/move_top.png differ diff --git a/editor/images/sep.png b/editor/images/sep.png new file mode 100644 index 00000000..6b902777 Binary files /dev/null and b/editor/images/sep.png differ diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 802cee8f..4eab70f6 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -84,13 +84,17 @@ border-bottom: none; } +#svg_editor #context_tools div { + float: left; +} + #svg_editor #tools { border-right: none; height: 504px; width: 64px; } -#svg_editor #tool_delete { +#svg_editor #selected_panel { display: none; } @@ -135,6 +139,14 @@ cursor: default; } +#svg_editor .tool_sep { + width: 2px; + height: 24px; + margin: 2px; + margin-right: 0; + padding: 2px; +} + #svg_editor #color_pick { position: absolute; display: none; diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 358fa481..077c4ad3 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -30,18 +30,22 @@