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:
James Sacksteder
2013-09-23 18:55:52 +00:00
parent 02adda7a98
commit 3887d822b2
5 changed files with 150 additions and 6 deletions

View File

@@ -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;