Made improvements to in-group editing, includes new panel
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1747 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -456,6 +456,28 @@
|
||||
vertical-align: 12px;
|
||||
}
|
||||
|
||||
#cur_context_panel {
|
||||
position: absolute;
|
||||
top: 70px;
|
||||
left: -10px;
|
||||
right: -2px;
|
||||
overflow: auto;
|
||||
border: 1px solid #777;
|
||||
border-bottom: none;
|
||||
border-right: none;
|
||||
padding-left: 5px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#svg_editor #cur_context_panel a {
|
||||
float: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#svg_editor #cur_context_panel a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#svg_editor #tools_top > div, #tools_top {
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user