Make the layer handle draggable.
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@798 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -63,7 +63,7 @@ body {
|
||||
top: 75px;
|
||||
left: 40px;
|
||||
bottom: 60px;
|
||||
right: 155px;
|
||||
right: 149px;
|
||||
background-color: #A0A0A0;
|
||||
border: 1px solid #808080;
|
||||
overflow: auto;
|
||||
@@ -75,7 +75,7 @@ body {
|
||||
top: 75px;
|
||||
bottom: 60px;
|
||||
right: 0px;
|
||||
width: 136px;
|
||||
width: 130px;
|
||||
padding: 12px;
|
||||
border-color: #808080;
|
||||
border-style: solid;
|
||||
@@ -87,10 +87,10 @@ body {
|
||||
display: inline-block;
|
||||
background-color: #E8E8E8;
|
||||
position:absolute;
|
||||
top: 0px;
|
||||
top: 1px;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
width: 126px;
|
||||
width: 120px;
|
||||
overflow-y: scroll;
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
@@ -195,6 +195,10 @@ body {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#svg_editor #selLayerLabel {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#svg_editor #selLayerNames {
|
||||
display: block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user