From 7ebaf0626da9c031369d333a93e5aafd7f9f2513 Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Wed, 16 Sep 2009 19:21:53 +0000 Subject: [PATCH] Mock-up of side panels concept (for layers) git-svn-id: http://svg-edit.googlecode.com/svn/trunk@659 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.css | 15 ++++++++++++++- editor/svg-editor.html | 4 ++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/editor/svg-editor.css b/editor/svg-editor.css index a2dc7920..1b6c297c 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -57,16 +57,29 @@ body { } #svg_editor div#workarea { + display: inline-block; position:absolute; top: 75px; left: 40px; - right: 2px; bottom: 60px; + right: 155px; background-color: #A0A0A0; border: 1px solid #808080; overflow: auto; } +#svg_editor #sidepanels { + display: inline-block; + background-color: #E8E8E8; + position:absolute; + top: 75px; + bottom: 60px; + right: 0px; + width: 150px; + border-color: blue; + border-style: solid; +} + #svg_editor div.palette_item { height: 16px; width: 16px; diff --git a/editor/svg-editor.html b/editor/svg-editor.html index d0e00c16..9841632c 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -33,6 +33,10 @@
+
+TODO: Side Panels go here +
+