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-75d572ba1dddmaster
parent
2b6d0c467b
commit
3c3de0c936
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue