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:
Pavol Rusnak
2009-06-17 20:08:53 +00:00
parent 2be195c275
commit 28af49697d
8 changed files with 74 additions and 16 deletions

View File

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