From 3b33c919ec27bc90574efd3e52e851742f7f359f Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Sun, 13 Sep 2009 16:31:33 +0000 Subject: [PATCH] Add first bits of markup for Doc Props window. Nudge editor down a few pixels git-svn-id: http://svg-edit.googlecode.com/svn/trunk@636 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.css | 20 +++++++++++++++++--- editor/svg-editor.html | 9 +++++++-- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 97bf1601..e040e0ee 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -58,7 +58,7 @@ body { #svg_editor div#workarea { position:absolute; - top: 70px; + top: 75px; left: 40px; right: 2px; bottom: 60px; @@ -91,7 +91,7 @@ body { left: 38px; right: 2px; top: 2px; - height: 68px; + height: 75px; border-bottom: none; } @@ -103,7 +103,7 @@ body { position: absolute; border-right: none; width: 36px; - top: 68px; + top: 75px; left: 2px; } @@ -348,6 +348,20 @@ div.color_block { margin: 5px 20px 0 0; } +#svg_docprops { + display: none; +} + +#svg_docprops #svg_docprops_overlay { + position: absolute; + top: 0px; + right: 0px; + left: 0px; + bottom: 0px; + background-color: black; + opacity: 0.6; +} + #tool_source_save { background: #E8E8E8 url(images/save.png) no-repeat 2px 2px; } diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 6c660665..58634317 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -40,9 +40,9 @@
+ -
- | +
Clear Save @@ -315,5 +315,10 @@
+
+
+
+
+