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
This commit is contained in:
Jeff Schiller
2009-10-14 04:25:44 +00:00
parent 2b6d0c467b
commit 3c3de0c936

View File

@@ -63,7 +63,7 @@ body {
top: 75px; top: 75px;
left: 40px; left: 40px;
bottom: 60px; bottom: 60px;
right: 10px; right: 14px;
background-color: #A0A0A0; background-color: #A0A0A0;
border: 1px solid #808080; border: 1px solid #808080;
overflow: auto; overflow: auto;
@@ -93,9 +93,6 @@ body {
width: 0px; width: 0px;
overflow: hidden; overflow: hidden;
margin: 0px; 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%; top: 40%;
width: 1em; width: 1em;
padding: 5px 1px 5px 5px; padding: 5px 1px 5px 5px;
margin-left: 3px;
cursor: pointer; cursor: pointer;
border-radius: 5px; border-radius: 5px;
-moz-border-radius: 5px; -moz-border-radius: 5px;