added move to top/bottom feature
reworked context panels git-svn-id: http://svg-edit.googlecode.com/svn/trunk@144 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -84,13 +84,17 @@
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
#svg_editor #context_tools div {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#svg_editor #tools {
|
||||
border-right: none;
|
||||
height: 504px;
|
||||
width: 64px;
|
||||
}
|
||||
|
||||
#svg_editor #tool_delete {
|
||||
#svg_editor #selected_panel {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -135,6 +139,14 @@
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#svg_editor .tool_sep {
|
||||
width: 2px;
|
||||
height: 24px;
|
||||
margin: 2px;
|
||||
margin-right: 0;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#svg_editor #color_pick {
|
||||
position: absolute;
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user