Fixed bug in last revision by relocating context panel

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1957 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2011-01-31 16:52:05 +00:00
parent 201d284071
commit ae042a81bb
2 changed files with 5 additions and 3 deletions

View File

@@ -530,9 +530,10 @@
#cur_context_panel {
position: absolute;
top: 70px;
left: -10px;
top: 77px;
left: 40px;
right: -2px;
line-height: 22px;
overflow: auto;
border: 1px solid #777;
border-bottom: none;