Fix Issue 14: manual merge of text-enabled branch into trunk to enable text element creation/editing

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@85 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-06-10 03:12:19 +00:00
parent cd86b6520c
commit 4e27f43026
4 changed files with 183 additions and 31 deletions

View File

@@ -57,10 +57,6 @@
height: 16px;
}
#svg_editor div#tools {
float: left;
}
#svg_editor div#workarea {
float: left;
}
@@ -71,11 +67,12 @@
float: left;
}
#tools {
.tools_panel {
background: #E8E8E8;
height: 580px;
border: 1px solid #808080;
padding: 4px;
float:left;
clear:both;
}
.tool_button, .tool_button_current {