Made extension improvements to svg-editor.js and added foreignObject plugin based on patch by Jaques Distler (disabled by default)

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1395 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-02-16 21:07:13 +00:00
parent 8753c552f8
commit 57125bc237
5 changed files with 456 additions and 80 deletions

View File

@@ -811,11 +811,6 @@ span.zoom_tool {
text-align: left;
}
#svg_source_editor button, #svg_docprops button {
padding: 5px 5px 7px 28px;
margin: 5px 20px 0 0;
}
#svg_docprops button {
margin-top: 0;
margin-bottom: 5px;
@@ -844,15 +839,14 @@ span.zoom_tool {
z-index: 20000;
}
button#tool_source_save,
button#tool_source_cancel,
button#tool_docprops_save,
button#tool_docprops_cancel {
.toolbar_button button {
border:1px solid #dedede;
line-height:130%;
float: left;
background: #E8E8E8 none;
padding:5px 10px 5px 7px; /* Firefox */
line-height:17px; /* Safari */
margin: 5px 20px 0 0;
}
.toolbar_button button .svg_icon {