Added a thumbnail overview as described in Issue 208 part 6.
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2533 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -183,16 +183,18 @@ select {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-left: none;
|
||||
overflow-x:hidden;
|
||||
overflow-y:visible;
|
||||
}
|
||||
|
||||
#layerpanel {
|
||||
display: inline-block;
|
||||
position:absolute;
|
||||
top: 1px;
|
||||
position:relative;
|
||||
top: 0px;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 12px;
|
||||
width: 0;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
|
||||
Reference in New Issue
Block a user