From 3c3de0c93699cece9687bd0a3c9e9ca6eea372af Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Wed, 14 Oct 2009 04:25:44 +0000 Subject: [PATCH] Tweak side panel div and handle so that the canvas' vertical scrollbar is still draggable git-svn-id: http://svg-edit.googlecode.com/svn/trunk@823 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 2c7938fd..9af54c99 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -63,7 +63,7 @@ body { top: 75px; left: 40px; bottom: 60px; - right: 10px; + right: 14px; background-color: #A0A0A0; border: 1px solid #808080; overflow: auto; @@ -93,9 +93,6 @@ body { width: 0px; overflow: hidden; margin: 0px; - border-radius: 10px 0px 0px 10px; - -moz-border-radius: 10px 0px 0px 10px; - -webkit-border-radius: 10px 0px 0px 10px; } /* @@ -111,6 +108,7 @@ body { top: 40%; width: 1em; padding: 5px 1px 5px 5px; + margin-left: 3px; cursor: pointer; border-radius: 5px; -moz-border-radius: 5px;